Class EBSOptionsStatus
- java.lang.Object
-
- com.amazonaws.services.elasticsearch.model.EBSOptionsStatus
-
- All Implemented Interfaces:
Serializable,Cloneable
public class EBSOptionsStatus extends Object implements Serializable, Cloneable
Status of the EBS options for the specified Elasticsearch domain.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EBSOptionsStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EBSOptionsStatusclone()booleanequals(Object obj)EBSOptionsgetOptions()Specifies the EBS options for the specified Elasticsearch domain.OptionStatusgetStatus()Specifies the status of the EBS options for the specified Elasticsearch domain.inthashCode()voidsetOptions(EBSOptions options)Specifies the EBS options for the specified Elasticsearch domain.voidsetStatus(OptionStatus status)Specifies the status of the EBS options for the specified Elasticsearch domain.StringtoString()Returns a string representation of this object; useful for testing and debugging.EBSOptionsStatuswithOptions(EBSOptions options)Specifies the EBS options for the specified Elasticsearch domain.EBSOptionsStatuswithStatus(OptionStatus status)Specifies the status of the EBS options for the specified Elasticsearch domain.
-
-
-
Method Detail
-
setOptions
public void setOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
- Parameters:
options- Specifies the EBS options for the specified Elasticsearch domain.
-
getOptions
public EBSOptions getOptions()
Specifies the EBS options for the specified Elasticsearch domain.
- Returns:
- Specifies the EBS options for the specified Elasticsearch domain.
-
withOptions
public EBSOptionsStatus withOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
- Parameters:
options- Specifies the EBS options for the specified Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
public void setStatus(OptionStatus status)
Specifies the status of the EBS options for the specified Elasticsearch domain.
- Parameters:
status- Specifies the status of the EBS options for the specified Elasticsearch domain.
-
getStatus
public OptionStatus getStatus()
Specifies the status of the EBS options for the specified Elasticsearch domain.
- Returns:
- Specifies the status of the EBS options for the specified Elasticsearch domain.
-
withStatus
public EBSOptionsStatus withStatus(OptionStatus status)
Specifies the status of the EBS options for the specified Elasticsearch domain.
- Parameters:
status- Specifies the status of the EBS options for the specified Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public EBSOptionsStatus clone()
-
-