@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateGlobalReplicationGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateGlobalReplicationGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateGlobalReplicationGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGlobalReplicationGroupId()
The name of the Global datastore
|
String |
getReplicationGroupId()
The name of the secondary cluster you wish to remove from the Global datastore
|
String |
getReplicationGroupRegion()
The Amazon region of secondary cluster you wish to remove from the Global datastore
|
int |
hashCode() |
void |
setGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
void |
setReplicationGroupId(String replicationGroupId)
The name of the secondary cluster you wish to remove from the Global datastore
|
void |
setReplicationGroupRegion(String replicationGroupRegion)
The Amazon region of secondary cluster you wish to remove from the Global datastore
|
String |
toString()
Returns a string representation of this object.
|
DisassociateGlobalReplicationGroupRequest |
withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
DisassociateGlobalReplicationGroupRequest |
withReplicationGroupId(String replicationGroupId)
The name of the secondary cluster you wish to remove from the Global datastore
|
DisassociateGlobalReplicationGroupRequest |
withReplicationGroupRegion(String replicationGroupRegion)
The Amazon region of secondary cluster you wish to remove from the Global datastore
|
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 DisassociateGlobalReplicationGroupRequest()
public void setGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId
- The name of the Global datastorepublic String getGlobalReplicationGroupId()
The name of the Global datastore
public DisassociateGlobalReplicationGroupRequest withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId
- The name of the Global datastorepublic void setReplicationGroupId(String replicationGroupId)
The name of the secondary cluster you wish to remove from the Global datastore
replicationGroupId
- The name of the secondary cluster you wish to remove from the Global datastorepublic String getReplicationGroupId()
The name of the secondary cluster you wish to remove from the Global datastore
public DisassociateGlobalReplicationGroupRequest withReplicationGroupId(String replicationGroupId)
The name of the secondary cluster you wish to remove from the Global datastore
replicationGroupId
- The name of the secondary cluster you wish to remove from the Global datastorepublic void setReplicationGroupRegion(String replicationGroupRegion)
The Amazon region of secondary cluster you wish to remove from the Global datastore
replicationGroupRegion
- The Amazon region of secondary cluster you wish to remove from the Global datastorepublic String getReplicationGroupRegion()
The Amazon region of secondary cluster you wish to remove from the Global datastore
public DisassociateGlobalReplicationGroupRequest withReplicationGroupRegion(String replicationGroupRegion)
The Amazon region of secondary cluster you wish to remove from the Global datastore
replicationGroupRegion
- The Amazon region of secondary cluster you wish to remove from the Global datastorepublic String toString()
toString
in class Object
Object.toString()
public DisassociateGlobalReplicationGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()