Class CreateHapgResult
java.lang.Object
com.amazonaws.services.cloudhsm.model.CreateHapgResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of the CreateHAPartitionGroup action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ARN of the high-availability partition group.int
hashCode()
void
setHapgArn
(String hapgArn) The ARN of the high-availability partition group.toString()
Returns a string representation of this object; useful for testing and debugging.withHapgArn
(String hapgArn) The ARN of the high-availability partition group.
-
Constructor Details
-
CreateHapgResult
public CreateHapgResult()
-
-
Method Details
-
setHapgArn
The ARN of the high-availability partition group.
- Parameters:
hapgArn
- The ARN of the high-availability partition group.
-
getHapgArn
The ARN of the high-availability partition group.
- Returns:
- The ARN of the high-availability partition group.
-
withHapgArn
The ARN of the high-availability partition group.
- Parameters:
hapgArn
- The ARN of the high-availability partition group.- 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
-