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