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()
boolean
The status of the domains requested in theDescribeElasticsearchDomains
request.int
hashCode()
void
setDomainStatusList
(Collection<ElasticsearchDomainStatus> domainStatusList) The status of the domains requested in theDescribeElasticsearchDomains
request.toString()
Returns a string representation of this object; useful for testing and debugging.withDomainStatusList
(ElasticsearchDomainStatus... domainStatusList) The status of the domains requested in theDescribeElasticsearchDomains
request.withDomainStatusList
(Collection<ElasticsearchDomainStatus> domainStatusList) The status of the domains requested in theDescribeElasticsearchDomains
request.
-
Constructor Details
-
DescribeElasticsearchDomainsResult
public DescribeElasticsearchDomainsResult()
-
-
Method Details
-
getDomainStatusList
The status of the domains requested in the
DescribeElasticsearchDomains
request.- Returns:
- The status of the domains requested in the
DescribeElasticsearchDomains
request.
-
setDomainStatusList
The status of the domains requested in the
DescribeElasticsearchDomains
request.- Parameters:
domainStatusList
- The status of the domains requested in theDescribeElasticsearchDomains
request.
-
withDomainStatusList
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)
orwithDomainStatusList(java.util.Collection)
if you want to override the existing values.- Parameters:
domainStatusList
- The status of the domains requested in theDescribeElasticsearchDomains
request.- 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
DescribeElasticsearchDomains
request.- Parameters:
domainStatusList
- The status of the domains requested in theDescribeElasticsearchDomains
request.- 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
-