Class UpdateElasticsearchDomainConfigResult
java.lang.Object
com.amazonaws.services.elasticsearch.model.UpdateElasticsearchDomainConfigResult
- All Implemented Interfaces:
Serializable
,Cloneable
public class UpdateElasticsearchDomainConfigResult
extends Object
implements Serializable, Cloneable
The result of an UpdateElasticsearchDomain
request. Contains the
status of the Elasticsearch domain being updated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The status of the updated Elasticsearch domain.int
hashCode()
void
setDomainConfig
(ElasticsearchDomainConfig domainConfig) The status of the updated Elasticsearch domain.toString()
Returns a string representation of this object; useful for testing and debugging.withDomainConfig
(ElasticsearchDomainConfig domainConfig) The status of the updated Elasticsearch domain.
-
Constructor Details
-
UpdateElasticsearchDomainConfigResult
public UpdateElasticsearchDomainConfigResult()
-
-
Method Details
-
setDomainConfig
The status of the updated Elasticsearch domain.
- Parameters:
domainConfig
- The status of the updated Elasticsearch domain.
-
getDomainConfig
The status of the updated Elasticsearch domain.
- Returns:
- The status of the updated Elasticsearch domain.
-
withDomainConfig
public UpdateElasticsearchDomainConfigResult withDomainConfig(ElasticsearchDomainConfig domainConfig) The status of the updated Elasticsearch domain.
- Parameters:
domainConfig
- The status of the updated 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
-