@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopDBClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
StopDBClusterRequest () |
| Modifier and Type | Method and Description |
|---|---|
StopDBClusterRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getDBClusterIdentifier ()
The DB cluster identifier of the Amazon Aurora DB cluster to be stopped.
|
int |
hashCode () |
void |
setDBClusterIdentifier (String dBClusterIdentifier)
The DB cluster identifier of the Amazon Aurora DB cluster to be stopped.
|
String |
toString ()
Returns a string representation of this object.
|
StopDBClusterRequest |
withDBClusterIdentifier (String dBClusterIdentifier)
The DB cluster identifier of the Amazon Aurora DB cluster to be stopped.
|
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 StopDBClusterRequest()
public void setDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string.
dBClusterIdentifier - The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a
lowercase string.public String getDBClusterIdentifier()
The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string.
public StopDBClusterRequest withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string.
dBClusterIdentifier - The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a
lowercase string.public String toString()
toString in class Object Object.toString() public StopDBClusterRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()