@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a CreateDomain
operation. Contains the status of the newly created domain.
Constructor and Description |
---|
CreateDomainResult() |
Modifier and Type | Method and Description |
---|---|
CreateDomainResult |
clone() |
boolean |
equals(Object obj) |
DomainStatus |
getDomainStatus()
The status of the newly created domain.
|
int |
hashCode() |
void |
setDomainStatus(DomainStatus domainStatus)
The status of the newly created domain.
|
String |
toString()
Returns a string representation of this object.
|
CreateDomainResult |
withDomainStatus(DomainStatus domainStatus)
The status of the newly created domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainStatus(DomainStatus domainStatus)
The status of the newly created domain.
domainStatus
- The status of the newly created domain.public DomainStatus getDomainStatus()
The status of the newly created domain.
public CreateDomainResult withDomainStatus(DomainStatus domainStatus)
The status of the newly created domain.
domainStatus
- The status of the newly created domain.public String toString()
toString
in class Object
Object.toString()
public CreateDomainResult clone()