public class CreateHsmResult extends Object implements Serializable
Contains the output of the CreateHsm action.
Constructor and Description |
---|
CreateHsmResult() |
Modifier and Type | Method and Description |
---|---|
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 String getHsmArn()
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:hsm-[0-9a-f]{8}
public void setHsmArn(String hsmArn)
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:hsm-[0-9a-f]{8}
hsmArn
- The ARN of the HSM.public CreateHsmResult withHsmArn(String hsmArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:hsm-[0-9a-f]{8}
hsmArn
- The ARN of the HSM.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.