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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifyHsmResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModifyHsmResultclone()booleanequals(Object obj)StringgetHsmArn()The ARN of the HSM.inthashCode()voidsetHsmArn(String hsmArn)The ARN of the HSM.StringtoString()Returns a string representation of this object; useful for testing and debugging.ModifyHsmResultwithHsmArn(String hsmArn)The ARN of the HSM.
-
-
-
Method Detail
-
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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifyHsmResult clone()
-
-