@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteGlobalClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteGlobalClusterRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteGlobalClusterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGlobalClusterIdentifier()
The cluster identifier of the global database cluster being deleted.
|
int |
hashCode() |
void |
setGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the global database cluster being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteGlobalClusterRequest |
withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the global database cluster being deleted.
|
addHandlerContext, copyBaseTo, 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 of the global database cluster being deleted.
globalClusterIdentifier
- The cluster identifier of the global database cluster being deleted.public String getGlobalClusterIdentifier()
The cluster identifier of the global database cluster being deleted.
public DeleteGlobalClusterRequest withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the global database cluster being deleted.
globalClusterIdentifier
- The cluster identifier of the global database cluster being deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteGlobalClusterRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.