@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHapgResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of the CreateHAPartitionGroup action.
| Constructor and Description |
|---|
CreateHapgResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateHapgResult |
clone () |
boolean |
equals (Object obj) |
String |
getHapgArn ()
The ARN of the high-availability partition group.
|
int |
hashCode () |
void |
setHapgArn (String hapgArn)
The ARN of the high-availability partition group.
|
String |
toString ()
Returns a string representation of this object.
|
CreateHapgResult |
withHapgArn (String hapgArn)
The ARN of the high-availability partition group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateHapgResult()
public void setHapgArn(String hapgArn)
The ARN of the high-availability partition group.
hapgArn - The ARN of the high-availability partition group.public String getHapgArn()
The ARN of the high-availability partition group.
public CreateHapgResult withHapgArn(String hapgArn)
The ARN of the high-availability partition group.
hapgArn - The ARN of the high-availability partition group.public String toString()
toString in class Object Object.toString() public CreateHapgResult clone()