|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearchv2.model.DescribeDomainsResult
public class DescribeDomainsResult
The result of a DescribeDomains
request. Contains the
status of the domains specified in the request or all domains owned by
the account.
Constructor Summary | |
---|---|
DescribeDomainsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeDomainsResult()
Method Detail |
---|
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)
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 int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |