public class CreateHapgRequest extends AmazonWebServiceRequest implements Serializable
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 |
---|---|
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, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2015. All rights reserved.