public class CreateHapgRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CreateHapg operation.
Creates a high-availability partition group. A high-availability partition group is a group of partitions that spans multiple physical HSMs.
NOOP| Constructor and Description |
|---|
CreateHapgRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateHapgRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLabel()
The label of the new high-availability partition group.
|
int |
hashCode() |
void |
setLabel(String label)
The label of the new high-availability partition group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateHapgRequest |
withLabel(String label)
The label of the new high-availability partition group.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getLabel()
Constraints:
Pattern: [a-zA-Z0-9_.-]{1,64}
public void setLabel(String label)
Constraints:
Pattern: [a-zA-Z0-9_.-]{1,64}
label - The label of the new high-availability partition group.public CreateHapgRequest withLabel(String label)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [a-zA-Z0-9_.-]{1,64}
label - The label of the new high-availability partition group.public String toString()
toString in class ObjectObject.toString()public CreateHapgRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.