public class ScheduleKeyDeletionResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ScheduleKeyDeletionResult() |
Modifier and Type | Method and Description |
---|---|
ScheduleKeyDeletionResult |
clone() |
boolean |
equals(Object obj) |
Date |
getDeletionDate()
The date and time after which AWS KMS deletes the customer master key
(CMK).
|
String |
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 |
setKeyId(String keyId)
The unique identifier of the customer master key (CMK) for which deletion
is scheduled.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ScheduleKeyDeletionResult |
withDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the customer master key
(CMK).
|
ScheduleKeyDeletionResult |
withKeyId(String keyId)
The unique identifier of the customer master key (CMK) for which deletion
is scheduled.
|
public void setKeyId(String keyId)
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
keyId
- The unique identifier of the customer master key (CMK) for which
deletion is scheduled.public String getKeyId()
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
public ScheduleKeyDeletionResult withKeyId(String keyId)
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
keyId
- The unique identifier of the customer master key (CMK) for which
deletion is scheduled.public void setDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the customer master key (CMK).
deletionDate
- The date and time after which AWS KMS deletes the customer master
key (CMK).public Date getDeletionDate()
The date and time after which AWS KMS deletes the customer master key (CMK).
public ScheduleKeyDeletionResult withDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the customer master key (CMK).
deletionDate
- The date and time after which AWS KMS deletes the customer master
key (CMK).public String toString()
toString
in class Object
Object.toString()
public ScheduleKeyDeletionResult clone()
Copyright © 2018. All rights reserved.