@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveFromGlobalClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 Aurora global database cluster.
|
String |
getGlobalClusterIdentifier()
The cluster identifier to detach from the Aurora global database cluster.
|
int |
hashCode() |
void |
setDbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.
|
void |
setGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier to detach from the Aurora global database 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 Aurora global database cluster.
|
RemoveFromGlobalClusterRequest |
withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier to detach from the Aurora global database 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 Aurora global database cluster.
globalClusterIdentifier
- The cluster identifier to detach from the Aurora global database cluster.public String getGlobalClusterIdentifier()
The cluster identifier to detach from the Aurora global database cluster.
public RemoveFromGlobalClusterRequest withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier to detach from the Aurora global database cluster.
globalClusterIdentifier
- The cluster identifier to detach from the Aurora global database cluster.public void setDbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.
dbClusterIdentifier
- The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database
cluster.public String getDbClusterIdentifier()
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.
public RemoveFromGlobalClusterRequest withDbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.
dbClusterIdentifier
- The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database
cluster.public String toString()
toString
in class Object
Object.toString()
public RemoveFromGlobalClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()