Class DescribeElasticsearchDomainsResult
java.lang.Object
com.amazonaws.services.elasticsearch.model.DescribeElasticsearchDomainsResult
- All Implemented Interfaces:
Serializable,Cloneable
The result of a DescribeElasticsearchDomains request. Contains
the status of the specified domains or all domains owned by the account.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe status of the domains requested in theDescribeElasticsearchDomainsrequest.inthashCode()voidsetDomainStatusList(Collection<ElasticsearchDomainStatus> domainStatusList) The status of the domains requested in theDescribeElasticsearchDomainsrequest.toString()Returns a string representation of this object; useful for testing and debugging.withDomainStatusList(ElasticsearchDomainStatus... domainStatusList) The status of the domains requested in theDescribeElasticsearchDomainsrequest.withDomainStatusList(Collection<ElasticsearchDomainStatus> domainStatusList) The status of the domains requested in theDescribeElasticsearchDomainsrequest.
-
Constructor Details
-
DescribeElasticsearchDomainsResult
public DescribeElasticsearchDomainsResult()
-
-
Method Details
-
getDomainStatusList
The status of the domains requested in the
DescribeElasticsearchDomainsrequest.- Returns:
- The status of the domains requested in the
DescribeElasticsearchDomainsrequest.
-
setDomainStatusList
The status of the domains requested in the
DescribeElasticsearchDomainsrequest.- Parameters:
domainStatusList- The status of the domains requested in theDescribeElasticsearchDomainsrequest.
-
withDomainStatusList
public DescribeElasticsearchDomainsResult withDomainStatusList(ElasticsearchDomainStatus... domainStatusList) The status of the domains requested in the
DescribeElasticsearchDomainsrequest.NOTE: This method appends the values to the existing list (if any). Use
setDomainStatusList(java.util.Collection)orwithDomainStatusList(java.util.Collection)if you want to override the existing values.- Parameters:
domainStatusList- The status of the domains requested in theDescribeElasticsearchDomainsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDomainStatusList
public DescribeElasticsearchDomainsResult withDomainStatusList(Collection<ElasticsearchDomainStatus> domainStatusList) The status of the domains requested in the
DescribeElasticsearchDomainsrequest.- Parameters:
domainStatusList- The status of the domains requested in theDescribeElasticsearchDomainsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-