@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeElasticsearchDomainsResult extends AmazonWebServiceResult<ResponseMetadata> 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  DescribeElasticsearchDomainsrequest. | 
| int | hashCode() | 
| void | setDomainStatusList(Collection<ElasticsearchDomainStatus> domainStatusList)
 The status of the domains requested in the  DescribeElasticsearchDomainsrequest. | 
| String | toString()Returns a string representation of this object. | 
| DescribeElasticsearchDomainsResult | withDomainStatusList(Collection<ElasticsearchDomainStatus> domainStatusList)
 The status of the domains requested in the  DescribeElasticsearchDomainsrequest. | 
| DescribeElasticsearchDomainsResult | withDomainStatusList(ElasticsearchDomainStatus... domainStatusList)
 The status of the domains requested in the  DescribeElasticsearchDomainsrequest. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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()