/*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.elasticmapreduce.model;
import java.io.Serializable;
import javax.annotation.Generated;
/**
*
* @see AWS API Documentation
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class GetBlockPublicAccessConfigurationResult extends com.amazonaws.AmazonWebServiceResult
* A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your
* account for the current Region. The configuration specifies whether block public access is enabled. If block
* public access is enabled, security groups associated with the cluster cannot have rules that allow inbound
* traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using
*
* For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by
* default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not
* create an Amazon EMR cluster in a Region before this date, block public access is enabled by default in that
* Region.
*
* Properties that describe the Amazon Web Services principal that created the
*
* A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your
* account for the current Region. The configuration specifies whether block public access is enabled. If block
* public access is enabled, security groups associated with the cluster cannot have rules that allow inbound
* traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using
*
* For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by
* default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not
* create an Amazon EMR cluster in a Region before this date, block public access is enabled by default in that
* Region.
* PermittedPublicSecurityGroupRuleRanges
in the BlockPublicAccessConfiguration
. By
* default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by
* updating the block public access configuration to remove the exception.
* BlockPublicAccessConfiguration
using the PutBlockPublicAccessConfiguration
action as
* well as the date and time that the configuration was created. Each time a configuration for block public access
* is updated, Amazon EMR updates this metadata.
* PermittedPublicSecurityGroupRuleRanges
in the BlockPublicAccessConfiguration
. By
* default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by
* updating the block public access configuration to remove the exception.
* PermittedPublicSecurityGroupRuleRanges
in the BlockPublicAccessConfiguration
. By
* default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by
* updating the block public access configuration to remove the exception.
* For accounts that created clusters in a Region before November 25, 2019, block public access is disabled * by default in that Region. To use this feature, you must manually enable and configure it. For accounts * that did not create an Amazon EMR cluster in a Region before this date, block public access is enabled by * default in that Region. *
*/ public void setBlockPublicAccessConfiguration(BlockPublicAccessConfiguration blockPublicAccessConfiguration) { this.blockPublicAccessConfiguration = blockPublicAccessConfiguration; } /** *
* A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your
* account for the current Region. The configuration specifies whether block public access is enabled. If block
* public access is enabled, security groups associated with the cluster cannot have rules that allow inbound
* traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using
* PermittedPublicSecurityGroupRuleRanges
in the BlockPublicAccessConfiguration
. By
* default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by
* updating the block public access configuration to remove the exception.
*
* For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by * default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not * create an Amazon EMR cluster in a Region before this date, block public access is enabled by default in that * Region. *
*PermittedPublicSecurityGroupRuleRanges
in the
* BlockPublicAccessConfiguration
. By default, Port 22 (SSH) is an exception, and public access
* is allowed on this port. You can change this by updating the block public access configuration to remove
* the exception. * For accounts that created clusters in a Region before November 25, 2019, block public access is disabled * by default in that Region. To use this feature, you must manually enable and configure it. For accounts * that did not create an Amazon EMR cluster in a Region before this date, block public access is enabled by * default in that Region. *
*/ public BlockPublicAccessConfiguration getBlockPublicAccessConfiguration() { return this.blockPublicAccessConfiguration; } /** *
* A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your
* account for the current Region. The configuration specifies whether block public access is enabled. If block
* public access is enabled, security groups associated with the cluster cannot have rules that allow inbound
* traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using
* PermittedPublicSecurityGroupRuleRanges
in the BlockPublicAccessConfiguration
. By
* default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by
* updating the block public access configuration to remove the exception.
*
* For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by * default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not * create an Amazon EMR cluster in a Region before this date, block public access is enabled by default in that * Region. *
*PermittedPublicSecurityGroupRuleRanges
in the BlockPublicAccessConfiguration
. By
* default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by
* updating the block public access configuration to remove the exception. * For accounts that created clusters in a Region before November 25, 2019, block public access is disabled * by default in that Region. To use this feature, you must manually enable and configure it. For accounts * that did not create an Amazon EMR cluster in a Region before this date, block public access is enabled by * default in that Region. *
* @return Returns a reference to this object so that method calls can be chained together. */ public GetBlockPublicAccessConfigurationResult withBlockPublicAccessConfiguration(BlockPublicAccessConfiguration blockPublicAccessConfiguration) { setBlockPublicAccessConfiguration(blockPublicAccessConfiguration); return this; } /** *
* Properties that describe the Amazon Web Services principal that created the
* BlockPublicAccessConfiguration
using the PutBlockPublicAccessConfiguration
action as
* well as the date and time that the configuration was created. Each time a configuration for block public access
* is updated, Amazon EMR updates this metadata.
*
BlockPublicAccessConfiguration
using the PutBlockPublicAccessConfiguration
* action as well as the date and time that the configuration was created. Each time a configuration for
* block public access is updated, Amazon EMR updates this metadata.
*/
public void setBlockPublicAccessConfigurationMetadata(BlockPublicAccessConfigurationMetadata blockPublicAccessConfigurationMetadata) {
this.blockPublicAccessConfigurationMetadata = blockPublicAccessConfigurationMetadata;
}
/**
*
* Properties that describe the Amazon Web Services principal that created the
* BlockPublicAccessConfiguration
using the PutBlockPublicAccessConfiguration
action as
* well as the date and time that the configuration was created. Each time a configuration for block public access
* is updated, Amazon EMR updates this metadata.
*
BlockPublicAccessConfiguration
using the PutBlockPublicAccessConfiguration
* action as well as the date and time that the configuration was created. Each time a configuration for
* block public access is updated, Amazon EMR updates this metadata.
*/
public BlockPublicAccessConfigurationMetadata getBlockPublicAccessConfigurationMetadata() {
return this.blockPublicAccessConfigurationMetadata;
}
/**
*
* Properties that describe the Amazon Web Services principal that created the
* BlockPublicAccessConfiguration
using the PutBlockPublicAccessConfiguration
action as
* well as the date and time that the configuration was created. Each time a configuration for block public access
* is updated, Amazon EMR updates this metadata.
*
BlockPublicAccessConfiguration
using the PutBlockPublicAccessConfiguration
* action as well as the date and time that the configuration was created. Each time a configuration for
* block public access is updated, Amazon EMR updates this metadata.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetBlockPublicAccessConfigurationResult withBlockPublicAccessConfigurationMetadata(
BlockPublicAccessConfigurationMetadata blockPublicAccessConfigurationMetadata) {
setBlockPublicAccessConfigurationMetadata(blockPublicAccessConfigurationMetadata);
return this;
}
/**
* Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
* redacted from this string using a placeholder value.
*
* @return A string representation of this object.
*
* @see java.lang.Object#toString()
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("{");
if (getBlockPublicAccessConfiguration() != null)
sb.append("BlockPublicAccessConfiguration: ").append(getBlockPublicAccessConfiguration()).append(",");
if (getBlockPublicAccessConfigurationMetadata() != null)
sb.append("BlockPublicAccessConfigurationMetadata: ").append(getBlockPublicAccessConfigurationMetadata());
sb.append("}");
return sb.toString();
}
@Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (obj instanceof GetBlockPublicAccessConfigurationResult == false)
return false;
GetBlockPublicAccessConfigurationResult other = (GetBlockPublicAccessConfigurationResult) obj;
if (other.getBlockPublicAccessConfiguration() == null ^ this.getBlockPublicAccessConfiguration() == null)
return false;
if (other.getBlockPublicAccessConfiguration() != null
&& other.getBlockPublicAccessConfiguration().equals(this.getBlockPublicAccessConfiguration()) == false)
return false;
if (other.getBlockPublicAccessConfigurationMetadata() == null ^ this.getBlockPublicAccessConfigurationMetadata() == null)
return false;
if (other.getBlockPublicAccessConfigurationMetadata() != null
&& other.getBlockPublicAccessConfigurationMetadata().equals(this.getBlockPublicAccessConfigurationMetadata()) == false)
return false;
return true;
}
@Override
public int hashCode() {
final int prime = 31;
int hashCode = 1;
hashCode = prime * hashCode + ((getBlockPublicAccessConfiguration() == null) ? 0 : getBlockPublicAccessConfiguration().hashCode());
hashCode = prime * hashCode + ((getBlockPublicAccessConfigurationMetadata() == null) ? 0 : getBlockPublicAccessConfigurationMetadata().hashCode());
return hashCode;
}
@Override
public GetBlockPublicAccessConfigurationResult clone() {
try {
return (GetBlockPublicAccessConfigurationResult) super.clone();
} catch (CloneNotSupportedException e) {
throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e);
}
}
}