@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduleKeyDeletionResult extends AmazonWebServiceResult<ResponseMetadata> 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 Amazon Resource Name (key ARN) of the CMK
whose 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 Amazon Resource Name (key ARN) of the CMK
whose deletion is scheduled.
|
String |
toString()
Returns a string representation of this object.
|
ScheduleKeyDeletionResult |
withDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the customer master key (CMK).
|
ScheduleKeyDeletionResult |
withKeyId(String keyId)
The Amazon Resource Name (key ARN) of the CMK
whose deletion is scheduled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKeyId(String keyId)
The Amazon Resource Name (key ARN) of the CMK whose deletion is scheduled.
keyId
- The Amazon Resource Name (key ARN) of
the CMK whose deletion is scheduled.public String getKeyId()
The Amazon Resource Name (key ARN) of the CMK whose deletion is scheduled.
public ScheduleKeyDeletionResult withKeyId(String keyId)
The Amazon Resource Name (key ARN) of the CMK whose deletion is scheduled.
keyId
- The Amazon Resource Name (key ARN) of
the CMK whose 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()