@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHapgRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the CreateHapgRequest action.
NOOP | Constructor and Description |
|---|
CreateHapgRequest () |
| Modifier and Type | Method and Description |
|---|---|
CreateHapgRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
CreateHapgRequest |
withLabel (String label)
The label of the new high-availability partition group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public CreateHapgRequest()
public void setLabel(String label)
The label of the new high-availability partition group.
label - The label of the new high-availability partition group.public String getLabel()
The label of the new high-availability partition group.
public CreateHapgRequest withLabel(String label)
The label of the new high-availability partition group.
label - The label of the new high-availability partition group.public String toString()
toString in class Object Object.toString() public CreateHapgRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()