Package com.amazonaws.services.kms.model
Class ScheduleKeyDeletionResult
java.lang.Object
com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The date and time after which AWS KMS deletes the customer master key (CMK).getKeyId()
The unique identifier of the customer master key (CMK) for which deletion is scheduled.int
hashCode()
void
setDeletionDate
(Date deletionDate) The date and time after which AWS KMS deletes the customer master key (CMK).void
The unique identifier of the customer master key (CMK) for which deletion is scheduled.toString()
Returns a string representation of this object; useful for testing and debugging.withDeletionDate
(Date deletionDate) The date and time after which AWS KMS deletes the customer master key (CMK).The unique identifier of the customer master key (CMK) for which deletion is scheduled.
-
Constructor Details
-
ScheduleKeyDeletionResult
public ScheduleKeyDeletionResult()
-
-
Method Details
-
setKeyId
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
- Parameters:
keyId
- The unique identifier of the customer master key (CMK) for which deletion is scheduled.
-
getKeyId
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
- Returns:
- The unique identifier of the customer master key (CMK) for which deletion is scheduled.
-
withKeyId
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
- Parameters:
keyId
- The unique identifier of the customer master key (CMK) for which deletion is scheduled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeletionDate
The date and time after which AWS KMS deletes the customer master key (CMK).
- Parameters:
deletionDate
- The date and time after which AWS KMS deletes the customer master key (CMK).
-
getDeletionDate
The date and time after which AWS KMS deletes the customer master key (CMK).
- Returns:
- The date and time after which AWS KMS deletes the customer master key (CMK).
-
withDeletionDate
The date and time after which AWS KMS deletes the customer master key (CMK).
- Parameters:
deletionDate
- The date and time after which AWS KMS deletes the customer master key (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
-