@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EncryptionAtRest extends Object implements Serializable, Cloneable, StructuredPojo
The data volume encryption details.
| Constructor and Description |
|---|
EncryptionAtRest() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionAtRest |
clone() |
boolean |
equals(Object obj) |
String |
getDataVolumeKMSKeyId()
The AWS KMS key used for data encryption.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDataVolumeKMSKeyId(String dataVolumeKMSKeyId)
The AWS KMS key used for data encryption.
|
String |
toString()
Returns a string representation of this object.
|
EncryptionAtRest |
withDataVolumeKMSKeyId(String dataVolumeKMSKeyId)
The AWS KMS key used for data encryption.
|
public void setDataVolumeKMSKeyId(String dataVolumeKMSKeyId)
The AWS KMS key used for data encryption.
dataVolumeKMSKeyId - The AWS KMS key used for data encryption.public String getDataVolumeKMSKeyId()
The AWS KMS key used for data encryption.
public EncryptionAtRest withDataVolumeKMSKeyId(String dataVolumeKMSKeyId)
The AWS KMS key used for data encryption.
dataVolumeKMSKeyId - The AWS KMS key used for data encryption.public String toString()
toString in class ObjectObject.toString()public EncryptionAtRest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.