@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloseAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CloseAccountRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CloseAccountRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAccountId()
 Retrieves the Amazon Web Services account Id for the current  CloseAccountAPI request. | 
| int | hashCode() | 
| void | setAccountId(String accountId)
 Retrieves the Amazon Web Services account Id for the current  CloseAccountAPI request. | 
| String | toString()Returns a string representation of this object. | 
| CloseAccountRequest | withAccountId(String accountId)
 Retrieves the Amazon Web Services account Id for the current  CloseAccountAPI request. | 
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)
 Retrieves the Amazon Web Services account Id for the current CloseAccount API request.
 
accountId - Retrieves the Amazon Web Services account Id for the current CloseAccount API request.public String getAccountId()
 Retrieves the Amazon Web Services account Id for the current CloseAccount API request.
 
CloseAccount API request.public CloseAccountRequest withAccountId(String accountId)
 Retrieves the Amazon Web Services account Id for the current CloseAccount API request.
 
accountId - Retrieves the Amazon Web Services account Id for the current CloseAccount API request.public String toString()
toString in class ObjectObject.toString()public CloseAccountRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()