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 ModifyHsmResult
clone()
boolean
equals(Object obj)
String
getHsmArn()
The ARN of the HSM.int
hashCode()
void
setHsmArn(String hsmArn)
The ARN of the HSM.String
toString()
Returns a string representation of this object; useful for testing and debugging.ModifyHsmResult
withHsmArn(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifyHsmResult clone()
-
-