@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public EncryptionAtRest 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.