@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteDomainRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteDomainRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDomain()
 The name of the domain to delete. | 
| String | getDomainOwner()
 The 12-digit account number of the AWS account that owns the domain. | 
| int | hashCode() | 
| void | setDomain(String domain)
 The name of the domain to delete. | 
| void | setDomainOwner(String domainOwner)
 The 12-digit account number of the AWS account that owns the domain. | 
| String | toString()Returns a string representation of this object. | 
| DeleteDomainRequest | withDomain(String domain)
 The name of the domain to delete. | 
| DeleteDomainRequest | withDomainOwner(String domainOwner)
 The 12-digit account number of the AWS account that owns the domain. | 
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 setDomain(String domain)
The name of the domain to delete.
domain - The name of the domain to delete.public String getDomain()
The name of the domain to delete.
public DeleteDomainRequest withDomain(String domain)
The name of the domain to delete.
domain - The name of the domain to delete.public void setDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
domainOwner - The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.public String getDomainOwner()
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
public DeleteDomainRequest withDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
domainOwner - The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.public String toString()
toString in class ObjectObject.toString()public DeleteDomainRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()