@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteGlobalReplicationGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteGlobalReplicationGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteGlobalReplicationGroupRequest |
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
|
Boolean |
getRetainPrimaryReplicationGroup()
The primary replication group is retained as a standalone replication group.
|
int |
hashCode() |
Boolean |
isRetainPrimaryReplicationGroup()
The primary replication group is retained as a standalone replication group.
|
void |
setGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
void |
setRetainPrimaryReplicationGroup(Boolean retainPrimaryReplicationGroup)
The primary replication group is retained as a standalone replication group.
|
String |
toString()
Returns a string representation of this object.
|
DeleteGlobalReplicationGroupRequest |
withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
DeleteGlobalReplicationGroupRequest |
withRetainPrimaryReplicationGroup(Boolean retainPrimaryReplicationGroup)
The primary replication group is retained as a standalone 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 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 DeleteGlobalReplicationGroupRequest withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId
- The name of the Global datastorepublic void setRetainPrimaryReplicationGroup(Boolean retainPrimaryReplicationGroup)
The primary replication group is retained as a standalone replication group.
retainPrimaryReplicationGroup
- The primary replication group is retained as a standalone replication group.public Boolean getRetainPrimaryReplicationGroup()
The primary replication group is retained as a standalone replication group.
public DeleteGlobalReplicationGroupRequest withRetainPrimaryReplicationGroup(Boolean retainPrimaryReplicationGroup)
The primary replication group is retained as a standalone replication group.
retainPrimaryReplicationGroup
- The primary replication group is retained as a standalone replication group.public Boolean isRetainPrimaryReplicationGroup()
The primary replication group is retained as a standalone replication group.
public String toString()
toString
in class Object
Object.toString()
public DeleteGlobalReplicationGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()