public class ModifyHsmResult extends Object implements Serializable, Cloneable
Contains the output of the ModifyHsm action.
| Constructor and Description |
|---|
ModifyHsmResult() |
| Modifier and Type | Method and 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.
|
public void setHsmArn(String hsmArn)
The ARN of the HSM.
hsmArn - The ARN of the HSM.public String getHsmArn()
The ARN of the HSM.
public ModifyHsmResult withHsmArn(String hsmArn)
The ARN of the HSM.
hsmArn - The ARN of the HSM.public String toString()
toString in class ObjectObject.toString()public ModifyHsmResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.