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 request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.