Class DeleteElasticsearchDomainResult
java.lang.Object
com.amazonaws.services.elasticsearch.model.DeleteElasticsearchDomainResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of a DeleteElasticsearchDomain
request. Contains the
status of the pending deletion, or no status if the domain and all of its
resources have been deleted.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The status of the Elasticsearch domain being deleted.int
hashCode()
void
setDomainStatus
(ElasticsearchDomainStatus domainStatus) The status of the Elasticsearch domain being deleted.toString()
Returns a string representation of this object; useful for testing and debugging.withDomainStatus
(ElasticsearchDomainStatus domainStatus) The status of the Elasticsearch domain being deleted.
-
Constructor Details
-
DeleteElasticsearchDomainResult
public DeleteElasticsearchDomainResult()
-
-
Method Details
-
setDomainStatus
The status of the Elasticsearch domain being deleted.
- Parameters:
domainStatus
- The status of the Elasticsearch domain being deleted.
-
getDomainStatus
The status of the Elasticsearch domain being deleted.
- Returns:
- The status of the Elasticsearch domain being deleted.
-
withDomainStatus
The status of the Elasticsearch domain being deleted.
- Parameters:
domainStatus
- The status of the Elasticsearch domain being deleted.- 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
-