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