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