Class ScheduleKeyDeletionResult

    • Constructor Detail

      • ScheduleKeyDeletionResult

        public ScheduleKeyDeletionResult()
    • Method Detail

      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object