Class DeleteHsmRequest

    • Constructor Detail

      • DeleteHsmRequest

        public DeleteHsmRequest()
    • Method Detail

      • setHsmArn

        public void setHsmArn​(String hsmArn)

        The ARN of the HSM to delete.

        Parameters:
        hsmArn - The ARN of the HSM to delete.
      • getHsmArn

        public String getHsmArn()

        The ARN of the HSM to delete.

        Returns:
        The ARN of the HSM to delete.
      • withHsmArn

        public DeleteHsmRequest withHsmArn​(String hsmArn)

        The ARN of the HSM to delete.

        Parameters:
        hsmArn - The ARN of the HSM to delete.
        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