@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 to be detached from the Neptune global database cluster.
|
String |
getGlobalClusterIdentifier()
The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.
|
int |
hashCode() |
void |
setDbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.
|
void |
setGlobalClusterIdentifier(String globalClusterIdentifier)
The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.
|
String |
toString()
Returns a string representation of this object.
|
RemoveFromGlobalClusterRequest |
withDbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.
|
RemoveFromGlobalClusterRequest |
withGlobalClusterIdentifier(String globalClusterIdentifier)
The identifier of the Neptune global database from which to detach the specified Neptune DB 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 identifier of the Neptune global database from which to detach the specified Neptune DB cluster.
globalClusterIdentifier
- The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.public String getGlobalClusterIdentifier()
The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.
public RemoveFromGlobalClusterRequest withGlobalClusterIdentifier(String globalClusterIdentifier)
The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.
globalClusterIdentifier
- The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.public void setDbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.
dbClusterIdentifier
- The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database
cluster.public String getDbClusterIdentifier()
The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.
public RemoveFromGlobalClusterRequest withDbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.
dbClusterIdentifier
- The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database
cluster.public String toString()
toString
in class Object
Object.toString()
public RemoveFromGlobalClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()