@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 domain.
Constructor and Description |
---|
EncryptionAtRestOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
EncryptionAtRestOptionsStatus |
clone() |
boolean |
equals(Object obj) |
EncryptionAtRestOptions |
getOptions()
The Encryption At Rest options for the specified domain.
|
OptionStatus |
getStatus()
The status of the Encryption At Rest options for the specified domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOptions(EncryptionAtRestOptions options)
The Encryption At Rest options for the specified domain.
|
void |
setStatus(OptionStatus status)
The status of the Encryption At Rest options for the specified domain.
|
String |
toString()
Returns a string representation of this object.
|
EncryptionAtRestOptionsStatus |
withOptions(EncryptionAtRestOptions options)
The Encryption At Rest options for the specified domain.
|
EncryptionAtRestOptionsStatus |
withStatus(OptionStatus status)
The status of the Encryption At Rest options for the specified domain.
|
public void setOptions(EncryptionAtRestOptions options)
The Encryption At Rest options for the specified domain.
options
- The Encryption At Rest options for the specified domain.public EncryptionAtRestOptions getOptions()
The Encryption At Rest options for the specified domain.
public EncryptionAtRestOptionsStatus withOptions(EncryptionAtRestOptions options)
The Encryption At Rest options for the specified domain.
options
- The Encryption At Rest options for the specified domain.public void setStatus(OptionStatus status)
The status of the Encryption At Rest options for the specified domain.
status
- The status of the Encryption At Rest options for the specified domain.public OptionStatus getStatus()
The status of the Encryption At Rest options for the specified domain.
public EncryptionAtRestOptionsStatus withStatus(OptionStatus status)
The status of the Encryption At Rest options for the specified domain.
status
- The status of the Encryption At Rest options for the specified domain.public String toString()
toString
in class Object
Object.toString()
public EncryptionAtRestOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.