public class ScheduleKeyDeletionResult extends Object implements Serializable
| Constructor and Description |
|---|
ScheduleKeyDeletionResult() |
| Modifier and Type | Method and Description |
|---|---|
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()
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
Constraints:
Length: 1 - 256
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.
Constraints:
Length: 1 - 256
keyId - 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.
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()
The date and time after which AWS KMS deletes the customer master key (CMK).
The date and time after which AWS KMS deletes the customer master key (CMK).
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 ScheduleKeyDeletionResult withDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the customer master key (CMK).
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()Copyright © 2017. All rights reserved.