public class ElasticsearchClusterConfigStatus extends Object implements Serializable, Cloneable
Specifies the configuration status for the specified Elasticsearch domain.
| Constructor and Description | 
|---|
| ElasticsearchClusterConfigStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| ElasticsearchClusterConfigStatus | clone() | 
| boolean | equals(Object obj) | 
| ElasticsearchClusterConfig | getOptions()
 Specifies the cluster configuration for the specified Elasticsearch
 domain. | 
| OptionStatus | getStatus()
 Specifies the status of the configuration for the specified Elasticsearch
 domain. | 
| int | hashCode() | 
| void | setOptions(ElasticsearchClusterConfig options)
 Specifies the cluster configuration for the specified Elasticsearch
 domain. | 
| void | setStatus(OptionStatus status)
 Specifies the status of the configuration for the specified Elasticsearch
 domain. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ElasticsearchClusterConfigStatus | withOptions(ElasticsearchClusterConfig options)
 Specifies the cluster configuration for the specified Elasticsearch
 domain. | 
| ElasticsearchClusterConfigStatus | withStatus(OptionStatus status)
 Specifies the status of the configuration for the specified Elasticsearch
 domain. | 
public void setOptions(ElasticsearchClusterConfig options)
Specifies the cluster configuration for the specified Elasticsearch domain.
options - Specifies the cluster configuration for the specified
        Elasticsearch domain.public ElasticsearchClusterConfig getOptions()
Specifies the cluster configuration for the specified Elasticsearch domain.
public ElasticsearchClusterConfigStatus withOptions(ElasticsearchClusterConfig options)
Specifies the cluster configuration for the specified Elasticsearch domain.
options - Specifies the cluster configuration for the specified
        Elasticsearch domain.public void setStatus(OptionStatus status)
Specifies the status of the configuration for the specified Elasticsearch domain.
status - Specifies the status of the configuration for the specified
        Elasticsearch domain.public OptionStatus getStatus()
Specifies the status of the configuration for the specified Elasticsearch domain.
public ElasticsearchClusterConfigStatus withStatus(OptionStatus status)
Specifies the status of the configuration for the specified Elasticsearch domain.
status - Specifies the status of the configuration for the specified
        Elasticsearch domain.public String toString()
toString in class ObjectObject.toString()public ElasticsearchClusterConfigStatus clone()
Copyright © 2015. All rights reserved.