Class EBSOptionsStatus
java.lang.Object
com.amazonaws.services.elasticsearch.model.EBSOptionsStatus
- All Implemented Interfaces:
Serializable
,Cloneable
Status of the EBS options for the specified Elasticsearch domain.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies the EBS options for the specified Elasticsearch domain.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.toString()
Returns a string representation of this object; useful for testing and debugging.withOptions
(EBSOptions options) Specifies the EBS options for the specified Elasticsearch domain.withStatus
(OptionStatus status) Specifies the status of the EBS options for the specified Elasticsearch domain.
-
Constructor Details
-
EBSOptionsStatus
public EBSOptionsStatus()
-
-
Method Details
-
setOptions
Specifies the EBS options for the specified Elasticsearch domain.
- Parameters:
options
- Specifies the EBS options for the specified Elasticsearch domain.
-
getOptions
Specifies the EBS options for the specified Elasticsearch domain.
- Returns:
- Specifies the EBS options for the specified Elasticsearch domain.
-
withOptions
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
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-