public class DescribeHapgRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeHapg operation
.
Retrieves information about a high-availability partition group.
NOOP
Constructor and Description |
---|
DescribeHapgRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeHapgRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getHapgArn()
The ARN of the high-availability partition group to describe.
|
int |
hashCode() |
void |
setHapgArn(String hapgArn)
The ARN of the high-availability partition group to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeHapgRequest |
withHapgArn(String hapgArn)
The ARN of the high-availability partition group to describe.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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 to describe.public DescribeHapgRequest 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 to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeHapgRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.