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 String getKeyId()
Constraints:
Length: 1 - 256
public void setKeyId(String keyId)
Constraints:
Length: 1 - 256
keyId - The unique identifier of the customer master key (CMK) for which
deletion is scheduled.public ScheduleKeyDeletionResult withKeyId(String keyId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
keyId - The unique identifier of the customer master key (CMK) for which
deletion is scheduled.public Date getDeletionDate()
public void setDeletionDate(Date deletionDate)
deletionDate - The date and time after which AWS KMS deletes the customer master key
(CMK).public ScheduleKeyDeletionResult withDeletionDate(Date deletionDate)
Returns a reference to this object so that method calls can be chained together.
deletionDate - The date and time after which AWS KMS deletes the customer master key
(CMK).public String toString()
toString in class ObjectObject.toString()public ScheduleKeyDeletionResult clone()
Copyright © 2015. All rights reserved.