@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateElasticsearchDomainResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
CreateElasticsearchDomainResult |
withDomainStatus(ElasticsearchDomainStatus domainStatus)
The status of the newly created Elasticsearch domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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()