Package com.amazonaws.services.kms.model
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()
boolean
Metadata associated with the key.int
hashCode()
void
setKeyMetadata
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-