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