@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateDomainRequest()Default constructor for CreateDomainRequest object. | 
| CreateDomainRequest(String domainName)Constructs a new CreateDomainRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateDomainRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDomainName()The name of the domain to create. | 
| int | hashCode() | 
| void | setDomainName(String domainName)The name of the domain to create. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| CreateDomainRequest | withDomainName(String domainName)The name of the domain to create. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic CreateDomainRequest()
public CreateDomainRequest(String domainName)
domainName - The name of the domain to create. The name can range between 3 and 255 characters and can contain the
        following characters: a-z, A-Z, 0-9, '_', '-', and '.'.public void setDomainName(String domainName)
domainName - The name of the domain to create. The name can range between 3 and 255 characters and can contain the
        following characters: a-z, A-Z, 0-9, '_', '-', and '.'.public String getDomainName()
public CreateDomainRequest withDomainName(String domainName)
domainName - The name of the domain to create. The name can range between 3 and 255 characters and can contain the
        following characters: a-z, A-Z, 0-9, '_', '-', and '.'.public String toString()
toString in class ObjectObject.toString()public CreateDomainRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.