public class DescribeDomainsResult extends Object implements Serializable, Cloneable
The result of a DescribeDomains
request. Contains the
status of the domains specified in the request 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()
A list that contains the status of each requested domain.
|
int |
hashCode() |
void |
setDomainStatusList(Collection<DomainStatus> domainStatusList)
A list that contains the status of each requested domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDomainsResult |
withDomainStatusList(Collection<DomainStatus> domainStatusList)
A list that contains the status of each requested domain.
|
DescribeDomainsResult |
withDomainStatusList(DomainStatus... domainStatusList)
A list that contains the status of each requested domain.
|
public List<DomainStatus> getDomainStatusList()
public void setDomainStatusList(Collection<DomainStatus> domainStatusList)
domainStatusList
- A list that contains the status of each requested domain.public DescribeDomainsResult withDomainStatusList(DomainStatus... domainStatusList)
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.
Returns a reference to this object so that method calls can be chained together.
domainStatusList
- A list that contains the status of each requested domain.public DescribeDomainsResult withDomainStatusList(Collection<DomainStatus> domainStatusList)
Returns a reference to this object so that method calls can be chained together.
domainStatusList
- A list that contains the status of each requested domain.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.