@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePublicAccessBlockRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeletePublicAccessBlockRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeletePublicAccessBlockRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The account ID for the AWS account whose
PublicAccessBlock configuration you want to remove. |
int |
hashCode() |
void |
setAccountId(String accountId)
The account ID for the AWS account whose
PublicAccessBlock configuration you want to remove. |
String |
toString()
Returns a string representation of this object.
|
DeletePublicAccessBlockRequest |
withAccountId(String accountId)
The account ID for the AWS account whose
PublicAccessBlock configuration you want to remove. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAccountId(String accountId)
The account ID for the AWS account whose PublicAccessBlock configuration you want to remove.
accountId - The account ID for the AWS account whose PublicAccessBlock configuration you want to remove.public String getAccountId()
The account ID for the AWS account whose PublicAccessBlock configuration you want to remove.
PublicAccessBlock configuration you want to remove.public DeletePublicAccessBlockRequest withAccountId(String accountId)
The account ID for the AWS account whose PublicAccessBlock configuration you want to remove.
accountId - The account ID for the AWS account whose PublicAccessBlock configuration you want to remove.public String toString()
toString in class ObjectObject.toString()public DeletePublicAccessBlockRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()