Class ModifyHsmResult

java.lang.Object
com.amazonaws.services.cloudhsm.model.ModifyHsmResult
All Implemented Interfaces:
Serializable, Cloneable

public class ModifyHsmResult extends Object implements Serializable, Cloneable

Contains the output of the ModifyHsm operation.

See Also:
  • Constructor Details

    • ModifyHsmResult

      public ModifyHsmResult()
  • Method Details

    • setHsmArn

      public void setHsmArn(String hsmArn)

      The ARN of the HSM.

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

      public String getHsmArn()

      The ARN of the HSM.

      Returns:
      The ARN of the HSM.
    • withHsmArn

      public ModifyHsmResult withHsmArn(String hsmArn)

      The ARN of the HSM.

      Parameters:
      hsmArn - The ARN of the HSM.
      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 ModifyHsmResult clone()
      Overrides:
      clone in class Object