@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the domain.
Constructor and Description |
---|
DomainSummary() |
Modifier and Type | Method and Description |
---|---|
DomainSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTime()
The time that the domain was created.
|
String |
getDisplayName()
The name to display.
|
String |
getDomainName()
The name of the domain.
|
String |
getDomainStatus()
The status of the domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTime(Date createdTime)
The time that the domain was created.
|
void |
setDisplayName(String displayName)
The name to display.
|
void |
setDomainName(String domainName)
The name of the domain.
|
void |
setDomainStatus(String domainStatus)
The status of the domain.
|
String |
toString()
Returns a string representation of this object.
|
DomainSummary |
withCreatedTime(Date createdTime)
The time that the domain was created.
|
DomainSummary |
withDisplayName(String displayName)
The name to display.
|
DomainSummary |
withDomainName(String domainName)
The name of the domain.
|
DomainSummary |
withDomainStatus(DomainStatus domainStatus)
The status of the domain.
|
DomainSummary |
withDomainStatus(String domainStatus)
The status of the domain.
|
public void setDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public String getDomainName()
The name of the domain.
public DomainSummary withDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public void setDisplayName(String displayName)
The name to display.
displayName
- The name to display.public String getDisplayName()
The name to display.
public DomainSummary withDisplayName(String displayName)
The name to display.
displayName
- The name to display.public void setCreatedTime(Date createdTime)
The time that the domain was created.
createdTime
- The time that the domain was created.public Date getCreatedTime()
The time that the domain was created.
public DomainSummary withCreatedTime(Date createdTime)
The time that the domain was created.
createdTime
- The time that the domain was created.public void setDomainStatus(String domainStatus)
The status of the domain.
domainStatus
- The status of the domain.DomainStatus
public String getDomainStatus()
The status of the domain.
DomainStatus
public DomainSummary withDomainStatus(String domainStatus)
The status of the domain.
domainStatus
- The status of the domain.DomainStatus
public DomainSummary withDomainStatus(DomainStatus domainStatus)
The status of the domain.
domainStatus
- The status of the domain.DomainStatus
public String toString()
toString
in class Object
Object.toString()
public DomainSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.