Class ScheduleKeyDeletionResult

java.lang.Object
com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
All Implemented Interfaces:
Serializable, Cloneable

public class ScheduleKeyDeletionResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • ScheduleKeyDeletionResult

      public ScheduleKeyDeletionResult()
  • Method Details

    • setKeyId

      public void setKeyId(String keyId)

      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

      public String 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

      public ScheduleKeyDeletionResult withKeyId(String keyId)

      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

      public void setDeletionDate(Date deletionDate)

      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

      public Date 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

      public ScheduleKeyDeletionResult withDeletionDate(Date deletionDate)

      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

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public ScheduleKeyDeletionResult clone()
      Overrides:
      clone in class Object