public class EBSOptionsStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Status of the EBS options for the specified Elasticsearch domain.
Modifier and Type | Field and Description |
---|---|
private EBSOptions |
options
Specifies the EBS options for the specified Elasticsearch domain.
|
private OptionStatus |
status
Specifies the status of the EBS options for the specified Elasticsearch
domain.
|
Constructor and Description |
---|
EBSOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
EBSOptionsStatus |
clone() |
boolean |
equals(java.lang.Object obj) |
EBSOptions |
getOptions()
Specifies the EBS options for the specified Elasticsearch domain.
|
OptionStatus |
getStatus()
Specifies the status of the EBS options for the specified Elasticsearch
domain.
|
int |
hashCode() |
void |
setOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
|
void |
setStatus(OptionStatus status)
Specifies the status of the EBS options for the specified Elasticsearch
domain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EBSOptionsStatus |
withOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
|
EBSOptionsStatus |
withStatus(OptionStatus status)
Specifies the status of the EBS options for the specified Elasticsearch
domain.
|
private EBSOptions options
Specifies the EBS options for the specified Elasticsearch domain.
private OptionStatus status
Specifies the status of the EBS options for the specified Elasticsearch domain.
public void setOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
options
- Specifies the EBS options for the specified Elasticsearch domain.public EBSOptions getOptions()
Specifies the EBS options for the specified Elasticsearch domain.
public EBSOptionsStatus withOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
options
- Specifies the EBS options for the specified Elasticsearch domain.public void setStatus(OptionStatus status)
Specifies the status of the EBS options for the specified Elasticsearch domain.
status
- Specifies the status of the EBS options for the specified
Elasticsearch domain.public OptionStatus getStatus()
Specifies the status of the EBS options for the specified Elasticsearch domain.
public EBSOptionsStatus withStatus(OptionStatus status)
Specifies the status of the EBS options for the specified Elasticsearch domain.
status
- Specifies the status of the EBS options for the specified
Elasticsearch domain.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public EBSOptionsStatus clone()
clone
in class java.lang.Object