public class ModifyHapgResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ModifyHapgResult() |
| Modifier and Type | Method and Description |
|---|---|
ModifyHapgResult |
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.
|
ModifyHapgResult |
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 ModifyHapgResult 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 ModifyHapgResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.