@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailoverGlobalReplicationGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
FailoverGlobalReplicationGroupRequest() |
Modifier and Type | Method and Description |
---|---|
FailoverGlobalReplicationGroupRequest |
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 |
getPrimaryRegion()
The Amazon region of the primary cluster of the Global datastore
|
String |
getPrimaryReplicationGroupId()
The name of the primary replication group
|
int |
hashCode() |
void |
setGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
void |
setPrimaryRegion(String primaryRegion)
The Amazon region of the primary cluster of the Global datastore
|
void |
setPrimaryReplicationGroupId(String primaryReplicationGroupId)
The name of the primary replication group
|
String |
toString()
Returns a string representation of this object.
|
FailoverGlobalReplicationGroupRequest |
withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
FailoverGlobalReplicationGroupRequest |
withPrimaryRegion(String primaryRegion)
The Amazon region of the primary cluster of the Global datastore
|
FailoverGlobalReplicationGroupRequest |
withPrimaryReplicationGroupId(String primaryReplicationGroupId)
The name of the primary replication 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 FailoverGlobalReplicationGroupRequest()
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 FailoverGlobalReplicationGroupRequest withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId
- The name of the Global datastorepublic void setPrimaryRegion(String primaryRegion)
The Amazon region of the primary cluster of the Global datastore
primaryRegion
- The Amazon region of the primary cluster of the Global datastorepublic String getPrimaryRegion()
The Amazon region of the primary cluster of the Global datastore
public FailoverGlobalReplicationGroupRequest withPrimaryRegion(String primaryRegion)
The Amazon region of the primary cluster of the Global datastore
primaryRegion
- The Amazon region of the primary cluster of the Global datastorepublic void setPrimaryReplicationGroupId(String primaryReplicationGroupId)
The name of the primary replication group
primaryReplicationGroupId
- The name of the primary replication grouppublic String getPrimaryReplicationGroupId()
The name of the primary replication group
public FailoverGlobalReplicationGroupRequest withPrimaryReplicationGroupId(String primaryReplicationGroupId)
The name of the primary replication group
primaryReplicationGroupId
- The name of the primary replication grouppublic String toString()
toString
in class Object
Object.toString()
public FailoverGlobalReplicationGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()