@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopDBInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StopDBInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
StopDBInstanceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDBInstanceIdentifier()
The user-supplied instance identifier.
|
String |
getDBSnapshotIdentifier()
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
|
int |
hashCode() |
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
The user-supplied instance identifier.
|
void |
setDBSnapshotIdentifier(String dBSnapshotIdentifier)
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
|
String |
toString()
Returns a string representation of this object.
|
StopDBInstanceRequest |
withDBInstanceIdentifier(String dBInstanceIdentifier)
The user-supplied instance identifier.
|
StopDBInstanceRequest |
withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
|
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 setDBInstanceIdentifier(String dBInstanceIdentifier)
The user-supplied instance identifier.
dBInstanceIdentifier
- The user-supplied instance identifier.public String getDBInstanceIdentifier()
The user-supplied instance identifier.
public StopDBInstanceRequest withDBInstanceIdentifier(String dBInstanceIdentifier)
The user-supplied instance identifier.
dBInstanceIdentifier
- The user-supplied instance identifier.public void setDBSnapshotIdentifier(String dBSnapshotIdentifier)
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
dBSnapshotIdentifier
- The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is
stopped.public String getDBSnapshotIdentifier()
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
public StopDBInstanceRequest withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
dBSnapshotIdentifier
- The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is
stopped.public String toString()
toString
in class Object
Object.toString()
public StopDBInstanceRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.