Package com.amazonaws.services.kms.model
Class CreateKeyResult
java.lang.Object
com.amazonaws.services.kms.model.CreateKeyResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Metadata associated with the CMK.int
hashCode()
void
setKeyMetadata
(KeyMetadata keyMetadata) Metadata associated with the CMK.toString()
Returns a string representation of this object; useful for testing and debugging.withKeyMetadata
(KeyMetadata keyMetadata) Metadata associated with the CMK.
-
Constructor Details
-
CreateKeyResult
public CreateKeyResult()
-
-
Method Details
-
setKeyMetadata
Metadata associated with the CMK.
- Parameters:
keyMetadata
- Metadata associated with the CMK.
-
getKeyMetadata
Metadata associated with the CMK.
- Returns:
- Metadata associated with the CMK.
-
withKeyMetadata
Metadata associated with the CMK.
- Parameters:
keyMetadata
- Metadata associated with the CMK.- 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
-