@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EncryptionAtRestOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
Status of the Encryption At Rest options for the specified Elasticsearch domain.
Constructor and Description |
---|
EncryptionAtRestOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
EncryptionAtRestOptionsStatus |
clone() |
boolean |
equals(Object obj) |
EncryptionAtRestOptions |
getOptions()
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
|
OptionStatus |
getStatus()
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOptions(EncryptionAtRestOptions options)
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
|
void |
setStatus(OptionStatus status)
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EncryptionAtRestOptionsStatus |
withOptions(EncryptionAtRestOptions options)
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
|
EncryptionAtRestOptionsStatus |
withStatus(OptionStatus status)
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
|
public void setOptions(EncryptionAtRestOptions options)
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
options
- Specifies the Encryption At Rest options for the specified Elasticsearch domain.public EncryptionAtRestOptions getOptions()
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
public EncryptionAtRestOptionsStatus withOptions(EncryptionAtRestOptions options)
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
options
- Specifies the Encryption At Rest options for the specified Elasticsearch domain.public void setStatus(OptionStatus status)
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
status
- Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.public OptionStatus getStatus()
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
public EncryptionAtRestOptionsStatus withStatus(OptionStatus status)
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
status
- Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.public String toString()
toString
in class Object
Object.toString()
public EncryptionAtRestOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.