@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() |
boolean |
equals(Object obj) |
String |
getAccountId()
The Account ID for the Amazon Web Services account whose Public Access Block configuration you want to remove.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Account ID for the Amazon Web Services account whose Public Access Block configuration you want to remove.
|
String |
toString()
Returns a string representation of this object.
|
DeletePublicAccessBlockRequest |
withAccountId(String accountId)
The Account ID for the Amazon Web Services account whose Public Access Block configuration you want to remove.
|
addHandlerContext, copyBaseTo, 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 Amazon Web Services account whose Public Access Block configuration you want to remove.
accountId - The Account ID for the Amazon Web Services account whose Public Access Block configuration you want to
remove.public String getAccountId()
The Account ID for the Amazon Web Services account whose Public Access Block configuration you want to remove.
public DeletePublicAccessBlockRequest withAccountId(String accountId)
The Account ID for the Amazon Web Services account whose Public Access Block configuration you want to remove.
accountId - The Account ID for the Amazon Web Services account whose Public Access Block configuration you want to
remove.public String toString()
toString in class ObjectObject.toString()public DeletePublicAccessBlockRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.