@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the status of the specified domains or all domains owned by the account.
Constructor and Description |
---|
DescribeDomainsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDomainsResult |
clone() |
boolean |
equals(Object obj) |
List<DomainStatus> |
getDomainStatusList()
The status of the requested domains.
|
int |
hashCode() |
void |
setDomainStatusList(Collection<DomainStatus> domainStatusList)
The status of the requested domains.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDomainsResult |
withDomainStatusList(Collection<DomainStatus> domainStatusList)
The status of the requested domains.
|
DescribeDomainsResult |
withDomainStatusList(DomainStatus... domainStatusList)
The status of the requested domains.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DomainStatus> getDomainStatusList()
The status of the requested domains.
public void setDomainStatusList(Collection<DomainStatus> domainStatusList)
The status of the requested domains.
domainStatusList
- The status of the requested domains.public DescribeDomainsResult withDomainStatusList(DomainStatus... domainStatusList)
The status of the requested domains.
NOTE: This method appends the values to the existing list (if any). Use
setDomainStatusList(java.util.Collection)
or withDomainStatusList(java.util.Collection)
if you
want to override the existing values.
domainStatusList
- The status of the requested domains.public DescribeDomainsResult withDomainStatusList(Collection<DomainStatus> domainStatusList)
The status of the requested domains.
domainStatusList
- The status of the requested domains.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainsResult clone()