@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveFromGlobalClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input to RemoveFromGlobalCluster.
NOOP
Constructor and Description |
---|
RemoveFromGlobalClusterRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveFromGlobalClusterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDbClusterIdentifier()
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB global
cluster.
|
String |
getGlobalClusterIdentifier()
The cluster identifier to detach from the Amazon DocumentDB global cluster.
|
int |
hashCode() |
void |
setDbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB global
cluster.
|
void |
setGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier to detach from the Amazon DocumentDB global cluster.
|
String |
toString()
Returns a string representation of this object.
|
RemoveFromGlobalClusterRequest |
withDbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB global
cluster.
|
RemoveFromGlobalClusterRequest |
withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier to detach from the Amazon DocumentDB global cluster.
|
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 setGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier to detach from the Amazon DocumentDB global cluster.
globalClusterIdentifier
- The cluster identifier to detach from the Amazon DocumentDB global cluster.public String getGlobalClusterIdentifier()
The cluster identifier to detach from the Amazon DocumentDB global cluster.
public RemoveFromGlobalClusterRequest withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier to detach from the Amazon DocumentDB global cluster.
globalClusterIdentifier
- The cluster identifier to detach from the Amazon DocumentDB global cluster.public void setDbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB global cluster.
dbClusterIdentifier
- The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB global
cluster.public String getDbClusterIdentifier()
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB global cluster.
public RemoveFromGlobalClusterRequest withDbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB global cluster.
dbClusterIdentifier
- The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB global
cluster.public String toString()
toString
in class Object
Object.toString()
public RemoveFromGlobalClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()