@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDomainResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDomainResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTime()
The time that the domain was added.
|
String |
getDisplayName()
The name to display.
|
String |
getDomainStatus()
The current state for the domain.
|
int |
hashCode() |
void |
setCreatedTime(Date createdTime)
The time that the domain was added.
|
void |
setDisplayName(String displayName)
The name to display.
|
void |
setDomainStatus(String domainStatus)
The current state for the domain.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDomainResult |
withCreatedTime(Date createdTime)
The time that the domain was added.
|
DescribeDomainResult |
withDisplayName(String displayName)
The name to display.
|
DescribeDomainResult |
withDomainStatus(DomainStatus domainStatus)
The current state for the domain.
|
DescribeDomainResult |
withDomainStatus(String domainStatus)
The current state for the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDisplayName(String displayName)
The name to display.
displayName
- The name to display.public String getDisplayName()
The name to display.
public DescribeDomainResult withDisplayName(String displayName)
The name to display.
displayName
- The name to display.public void setCreatedTime(Date createdTime)
The time that the domain was added.
createdTime
- The time that the domain was added.public Date getCreatedTime()
The time that the domain was added.
public DescribeDomainResult withCreatedTime(Date createdTime)
The time that the domain was added.
createdTime
- The time that the domain was added.public void setDomainStatus(String domainStatus)
The current state for the domain.
domainStatus
- The current state for the domain.DomainStatus
public String getDomainStatus()
The current state for the domain.
DomainStatus
public DescribeDomainResult withDomainStatus(String domainStatus)
The current state for the domain.
domainStatus
- The current state for the domain.DomainStatus
public DescribeDomainResult withDomainStatus(DomainStatus domainStatus)
The current state for the domain.
domainStatus
- The current state for the domain.DomainStatus
public String toString()
toString
in class Object
Object.toString()
public DescribeDomainResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.