Class ModifyHsmResult
java.lang.Object
com.amazonaws.services.cloudhsm.model.ModifyHsmResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of the ModifyHsm operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe ARN of the HSM.inthashCode()voidThe ARN of the HSM.toString()Returns a string representation of this object; useful for testing and debugging.withHsmArn(String hsmArn) The ARN of the HSM.
-
Constructor Details
-
ModifyHsmResult
public ModifyHsmResult()
-
-
Method Details