@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EBSOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the EBS options for the specified OpenSearch Service domain.
| Constructor and Description |
|---|
EBSOptionsStatus() |
| Modifier and Type | Method and Description |
|---|---|
EBSOptionsStatus |
clone() |
boolean |
equals(Object obj) |
EBSOptions |
getOptions()
The configured EBS options for the specified domain.
|
OptionStatus |
getStatus()
The status of the EBS options for the specified domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOptions(EBSOptions options)
The configured EBS options for the specified domain.
|
void |
setStatus(OptionStatus status)
The status of the EBS options for the specified domain.
|
String |
toString()
Returns a string representation of this object.
|
EBSOptionsStatus |
withOptions(EBSOptions options)
The configured EBS options for the specified domain.
|
EBSOptionsStatus |
withStatus(OptionStatus status)
The status of the EBS options for the specified domain.
|
public void setOptions(EBSOptions options)
The configured EBS options for the specified domain.
options - The configured EBS options for the specified domain.public EBSOptions getOptions()
The configured EBS options for the specified domain.
public EBSOptionsStatus withOptions(EBSOptions options)
The configured EBS options for the specified domain.
options - The configured EBS options for the specified domain.public void setStatus(OptionStatus status)
The status of the EBS options for the specified domain.
status - The status of the EBS options for the specified domain.public OptionStatus getStatus()
The status of the EBS options for the specified domain.
public EBSOptionsStatus withStatus(OptionStatus status)
The status of the EBS options for the specified domain.
status - The status of the EBS options for the specified domain.public String toString()
toString in class ObjectObject.toString()public EBSOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.