@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeDomainRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeDomainRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDomain()
 A string that specifies the name of the requested domain. | 
| String | getDomainOwner()
 The 12-digit account number of the AWS account that owns the domain. | 
| int | hashCode() | 
| void | setDomain(String domain)
 A string that specifies the name of the requested domain. | 
| 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. | 
| DescribeDomainRequest | withDomain(String domain)
 A string that specifies the name of the requested domain. | 
| DescribeDomainRequest | 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)
A string that specifies the name of the requested domain.
domain - A string that specifies the name of the requested domain.public String getDomain()
A string that specifies the name of the requested domain.
public DescribeDomainRequest withDomain(String domain)
A string that specifies the name of the requested domain.
domain - A string that specifies the name of the requested domain.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 DescribeDomainRequest 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 DescribeDomainRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()