Class CreateHsmResult
java.lang.Object
com.amazonaws.services.cloudhsm.model.CreateHsmResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of the CreateHsm operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ARN of the HSM.int
hashCode()
void
The ARN of the HSM.toString()
Returns a string representation of this object; useful for testing and debugging.withHsmArn
(String hsmArn) The ARN of the HSM.
-
Constructor Details
-
CreateHsmResult
public CreateHsmResult()
-
-
Method Details
-
setHsmArn
The ARN of the HSM.
- Parameters:
hsmArn
- The ARN of the HSM.
-
getHsmArn
The ARN of the HSM.
- Returns:
- The ARN of the HSM.
-
withHsmArn
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-