@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KmsKey extends Object implements Serializable, Cloneable, StructuredPojo
AWS Key Management Service (KMS) Key.
Constructor and Description |
---|
KmsKey() |
Modifier and Type | Method and Description |
---|---|
KmsKey |
clone() |
boolean |
equals(Object obj) |
String |
getKmsAliasArn()
KMS Alias Arn.
|
String |
getKmsKeyArn()
KMS Key Arn.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsAliasArn(String kmsAliasArn)
KMS Alias Arn.
|
void |
setKmsKeyArn(String kmsKeyArn)
KMS Key Arn.
|
String |
toString()
Returns a string representation of this object.
|
KmsKey |
withKmsAliasArn(String kmsAliasArn)
KMS Alias Arn.
|
KmsKey |
withKmsKeyArn(String kmsKeyArn)
KMS Key Arn.
|
public void setKmsAliasArn(String kmsAliasArn)
KMS Alias Arn.
kmsAliasArn
- KMS Alias Arn.public String getKmsAliasArn()
KMS Alias Arn.
public KmsKey withKmsAliasArn(String kmsAliasArn)
KMS Alias Arn.
kmsAliasArn
- KMS Alias Arn.public void setKmsKeyArn(String kmsKeyArn)
KMS Key Arn.
kmsKeyArn
- KMS Key Arn.public String getKmsKeyArn()
KMS Key Arn.
public KmsKey withKmsKeyArn(String kmsKeyArn)
KMS Key Arn.
kmsKeyArn
- KMS Key Arn.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.