public class ModifyHapgResult extends Object implements Serializable
Constructor and Description |
---|
ModifyHapgResult() |
Modifier and Type | Method and Description |
---|---|
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 String getHapgArn()
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:hapg-[0-9a-f]{8}
public void setHapgArn(String hapgArn)
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:hapg-[0-9a-f]{8}
hapgArn
- The ARN of the high-availability partition group.public ModifyHapgResult withHapgArn(String hapgArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:hapg-[0-9a-f]{8}
hapgArn
- The ARN of the high-availability partition group.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.