@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 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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeletePublicAccessBlockRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.