@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KMSKey extends Object implements Serializable, Cloneable, StructuredPojo
The KMS key details.
| Constructor and Description |
|---|
KMSKey() |
| Modifier and Type | Method and Description |
|---|---|
KMSKey |
clone() |
boolean |
equals(Object obj) |
String |
getKmsEncryptionKeyArn()
The encryption key ARN.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKmsEncryptionKeyArn(String kmsEncryptionKeyArn)
The encryption key ARN.
|
String |
toString()
Returns a string representation of this object.
|
KMSKey |
withKmsEncryptionKeyArn(String kmsEncryptionKeyArn)
The encryption key ARN.
|
public void setKmsEncryptionKeyArn(String kmsEncryptionKeyArn)
The encryption key ARN.
kmsEncryptionKeyArn - The encryption key ARN.public String getKmsEncryptionKeyArn()
The encryption key ARN.
public KMSKey withKmsEncryptionKeyArn(String kmsEncryptionKeyArn)
The encryption key ARN.
kmsEncryptionKeyArn - The encryption key ARN.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.