@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 block public access configuration you want to delete.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The account ID for the AWS account whose block public access configuration you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeletePublicAccessBlockRequest |
withAccountId(String accountId)
The account ID for the AWS account whose block public access configuration you want to delete.
|
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 block public access configuration you want to delete.
accountId - The account ID for the AWS account whose block public access configuration you want to delete.public String getAccountId()
The account ID for the AWS account whose block public access configuration you want to delete.
public DeletePublicAccessBlockRequest withAccountId(String accountId)
The account ID for the AWS account whose block public access configuration you want to delete.
accountId - The account ID for the AWS account whose block public access configuration you want to delete.public String toString()
toString in class ObjectObject.toString()public DeletePublicAccessBlockRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.