Class CancelKeyDeletionResult
java.lang.Object
com.amazonaws.services.kms.model.CancelKeyDeletionResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetKeyId()The unique identifier of the master key for which deletion is canceled.inthashCode()voidThe unique identifier of the master key for which deletion is canceled.toString()Returns a string representation of this object; useful for testing and debugging.The unique identifier of the master key for which deletion is canceled.
-
Constructor Details
-
CancelKeyDeletionResult
public CancelKeyDeletionResult()
-
-
Method Details
-
setKeyId
The unique identifier of the master key for which deletion is canceled.
- Parameters:
keyId- The unique identifier of the master key for which deletion is canceled.
-
getKeyId
The unique identifier of the master key for which deletion is canceled.
- Returns:
- The unique identifier of the master key for which deletion is canceled.
-
withKeyId
The unique identifier of the master key for which deletion is canceled.
- Parameters:
keyId- The unique identifier of the master key for which deletion is canceled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-