@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
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, 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.