@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyHsmResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of the ModifyHsm operation.
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public ModifyHsmResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.