@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EBSOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
Status of the EBS options for the specified Elasticsearch domain.
Constructor and Description |
---|
EBSOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
EBSOptionsStatus |
clone() |
boolean |
equals(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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public EBSOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.