public class DescribeElasticsearchDomainsResult extends Object implements Serializable, Cloneable
The result of a DescribeElasticsearchDomains request. Contains
the status of the specified domains or all domains owned by the account.
| Constructor and Description |
|---|
DescribeElasticsearchDomainsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeElasticsearchDomainsResult |
clone() |
boolean |
equals(Object obj) |
List<ElasticsearchDomainStatus> |
getDomainStatusList()
The status of the domains requested in the
DescribeElasticsearchDomains request. |
int |
hashCode() |
void |
setDomainStatusList(Collection<ElasticsearchDomainStatus> domainStatusList)
The status of the domains requested in the
DescribeElasticsearchDomains request. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeElasticsearchDomainsResult |
withDomainStatusList(Collection<ElasticsearchDomainStatus> domainStatusList)
The status of the domains requested in the
DescribeElasticsearchDomains request. |
DescribeElasticsearchDomainsResult |
withDomainStatusList(ElasticsearchDomainStatus... domainStatusList)
The status of the domains requested in the
DescribeElasticsearchDomains request. |
public List<ElasticsearchDomainStatus> getDomainStatusList()
The status of the domains requested in the
DescribeElasticsearchDomains request.
DescribeElasticsearchDomains request.public void setDomainStatusList(Collection<ElasticsearchDomainStatus> domainStatusList)
The status of the domains requested in the
DescribeElasticsearchDomains request.
domainStatusList - The status of the domains requested in the
DescribeElasticsearchDomains request.public DescribeElasticsearchDomainsResult withDomainStatusList(ElasticsearchDomainStatus... domainStatusList)
The status of the domains requested in the
DescribeElasticsearchDomains request.
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 domains requested in the
DescribeElasticsearchDomains request.public DescribeElasticsearchDomainsResult withDomainStatusList(Collection<ElasticsearchDomainStatus> domainStatusList)
The status of the domains requested in the
DescribeElasticsearchDomains request.
domainStatusList - The status of the domains requested in the
DescribeElasticsearchDomains request.public String toString()
toString in class ObjectObject.toString()public DescribeElasticsearchDomainsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.