Class DescribeKeyResult
java.lang.Object
com.amazonaws.services.kms.model.DescribeKeyResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanMetadata associated with the key.inthashCode()voidsetKeyMetadata(KeyMetadata keyMetadata) Metadata associated with the key.toString()Returns a string representation of this object; useful for testing and debugging.withKeyMetadata(KeyMetadata keyMetadata) Metadata associated with the key.
-
Constructor Details
-
DescribeKeyResult
public DescribeKeyResult()
-
-
Method Details
-
setKeyMetadata
Metadata associated with the key.
- Parameters:
keyMetadata- Metadata associated with the key.
-
getKeyMetadata
Metadata associated with the key.
- Returns:
- Metadata associated with the key.
-
withKeyMetadata
Metadata associated with the key.
- Parameters:
keyMetadata- Metadata associated with the key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-