@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopRelationalDatabaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StopRelationalDatabaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
StopRelationalDatabaseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRelationalDatabaseName()
The name of your database to stop.
|
String |
getRelationalDatabaseSnapshotName()
The name of your new database snapshot to be created before stopping your database.
|
int |
hashCode() |
void |
setRelationalDatabaseName(String relationalDatabaseName)
The name of your database to stop.
|
void |
setRelationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name of your new database snapshot to be created before stopping your database.
|
String |
toString()
Returns a string representation of this object.
|
StopRelationalDatabaseRequest |
withRelationalDatabaseName(String relationalDatabaseName)
The name of your database to stop.
|
StopRelationalDatabaseRequest |
withRelationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name of your new database snapshot to be created before stopping your database.
|
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, withSdkRequestTimeoutpublic void setRelationalDatabaseName(String relationalDatabaseName)
The name of your database to stop.
relationalDatabaseName - The name of your database to stop.public String getRelationalDatabaseName()
The name of your database to stop.
public StopRelationalDatabaseRequest withRelationalDatabaseName(String relationalDatabaseName)
The name of your database to stop.
relationalDatabaseName - The name of your database to stop.public void setRelationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name of your new database snapshot to be created before stopping your database.
relationalDatabaseSnapshotName - The name of your new database snapshot to be created before stopping your database.public String getRelationalDatabaseSnapshotName()
The name of your new database snapshot to be created before stopping your database.
public StopRelationalDatabaseRequest withRelationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name of your new database snapshot to be created before stopping your database.
relationalDatabaseSnapshotName - The name of your new database snapshot to be created before stopping your database.public String toString()
toString in class ObjectObject.toString()public StopRelationalDatabaseRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()