@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyHapgResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public ModifyHapgResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.