public class CreateElasticsearchDomainResult extends Object implements Serializable, Cloneable
The result of a CreateElasticsearchDomain
operation. Contains
the status of the newly created Elasticsearch domain.
Constructor and Description |
---|
CreateElasticsearchDomainResult() |
Modifier and Type | Method and Description |
---|---|
CreateElasticsearchDomainResult |
clone() |
boolean |
equals(Object obj) |
ElasticsearchDomainStatus |
getDomainStatus()
The status of the newly created Elasticsearch domain.
|
int |
hashCode() |
void |
setDomainStatus(ElasticsearchDomainStatus domainStatus)
The status of the newly created Elasticsearch domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateElasticsearchDomainResult |
withDomainStatus(ElasticsearchDomainStatus domainStatus)
The status of the newly created Elasticsearch domain.
|
public void setDomainStatus(ElasticsearchDomainStatus domainStatus)
The status of the newly created Elasticsearch domain.
domainStatus
- The status of the newly created Elasticsearch domain.public ElasticsearchDomainStatus getDomainStatus()
The status of the newly created Elasticsearch domain.
public CreateElasticsearchDomainResult withDomainStatus(ElasticsearchDomainStatus domainStatus)
The status of the newly created Elasticsearch domain.
domainStatus
- The status of the newly created Elasticsearch domain.public String toString()
toString
in class Object
Object.toString()
public CreateElasticsearchDomainResult clone()
Copyright © 2016. All rights reserved.