@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateDomainResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateDomainResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
Domain | 
getDomain()
 Information about the newly created domain. 
 | 
int | 
hashCode()  | 
void | 
setDomain(Domain domain)
 Information about the newly created domain. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateDomainResult | 
withDomain(Domain domain)
 Information about the newly created domain. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDomain(Domain domain)
Information about the newly created domain.
domain - Information about the newly created domain.public Domain getDomain()
Information about the newly created domain.
public CreateDomainResult withDomain(Domain domain)
Information about the newly created domain.
domain - Information about the newly created domain.public String toString()
toString in class ObjectObject.toString()public CreateDomainResult clone()