public class CreateHapgResult extends Object 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; useful for testing and
debugging.
|
CreateHapgResult |
withHapgArn(String hapgArn)
The ARN of the high-availability partition group.
|
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 ObjectObject.toString()public CreateHapgResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.