Class DescribeElasticsearchDomainResult
java.lang.Object
com.amazonaws.services.elasticsearch.model.DescribeElasticsearchDomainResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of a DescribeElasticsearchDomain
request. Contains
the status of the domain specified in the request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The current status of the Elasticsearch domain.int
hashCode()
void
setDomainStatus
(ElasticsearchDomainStatus domainStatus) The current status of the Elasticsearch domain.toString()
Returns a string representation of this object; useful for testing and debugging.withDomainStatus
(ElasticsearchDomainStatus domainStatus) The current status of the Elasticsearch domain.
-
Constructor Details
-
DescribeElasticsearchDomainResult
public DescribeElasticsearchDomainResult()
-
-
Method Details
-
setDomainStatus
The current status of the Elasticsearch domain.
- Parameters:
domainStatus
- The current status of the Elasticsearch domain.
-
getDomainStatus
The current status of the Elasticsearch domain.
- Returns:
- The current status of the Elasticsearch domain.
-
withDomainStatus
The current status of the Elasticsearch domain.
- Parameters:
domainStatus
- The current status of the Elasticsearch domain.- 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
-