public class DescribeDomainsResult extends Object implements Serializable
A response message that contains the status of one or more domains.
Constructor and Description |
---|
DescribeDomainsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<DomainStatus> |
getDomainStatusList()
The current status of all of your search domains.
|
int |
hashCode() |
void |
setDomainStatusList(Collection<DomainStatus> domainStatusList)
The current status of all of your search domains.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDomainsResult |
withDomainStatusList(Collection<DomainStatus> domainStatusList)
The current status of all of your search domains.
|
DescribeDomainsResult |
withDomainStatusList(DomainStatus... domainStatusList)
The current status of all of your search domains.
|
public List<DomainStatus> getDomainStatusList()
public void setDomainStatusList(Collection<DomainStatus> domainStatusList)
domainStatusList
- The current status of all of your search domains.public DescribeDomainsResult withDomainStatusList(DomainStatus... domainStatusList)
Returns a reference to this object so that method calls can be chained together.
domainStatusList
- The current status of all of your search domains.public DescribeDomainsResult withDomainStatusList(Collection<DomainStatus> domainStatusList)
Returns a reference to this object so that method calls can be chained together.
domainStatusList
- The current status of all of your search domains.public String toString()
toString
in class Object
Object.toString()
Copyright © 2016. All rights reserved.