@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRelationalDatabaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRelationalDatabaseRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRelationalDatabaseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFinalRelationalDatabaseSnapshotName()
The name of the database snapshot created if
skip final snapshot is false , which is the
default value for that parameter. |
String |
getRelationalDatabaseName()
The name of the database that you are deleting.
|
Boolean |
getSkipFinalSnapshot()
Determines whether a final database snapshot is created before your database is deleted.
|
int |
hashCode() |
Boolean |
isSkipFinalSnapshot()
Determines whether a final database snapshot is created before your database is deleted.
|
void |
setFinalRelationalDatabaseSnapshotName(String finalRelationalDatabaseSnapshotName)
The name of the database snapshot created if
skip final snapshot is false , which is the
default value for that parameter. |
void |
setRelationalDatabaseName(String relationalDatabaseName)
The name of the database that you are deleting.
|
void |
setSkipFinalSnapshot(Boolean skipFinalSnapshot)
Determines whether a final database snapshot is created before your database is deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRelationalDatabaseRequest |
withFinalRelationalDatabaseSnapshotName(String finalRelationalDatabaseSnapshotName)
The name of the database snapshot created if
skip final snapshot is false , which is the
default value for that parameter. |
DeleteRelationalDatabaseRequest |
withRelationalDatabaseName(String relationalDatabaseName)
The name of the database that you are deleting.
|
DeleteRelationalDatabaseRequest |
withSkipFinalSnapshot(Boolean skipFinalSnapshot)
Determines whether a final database snapshot is created before your database is deleted.
|
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 setRelationalDatabaseName(String relationalDatabaseName)
The name of the database that you are deleting.
relationalDatabaseName
- The name of the database that you are deleting.public String getRelationalDatabaseName()
The name of the database that you are deleting.
public DeleteRelationalDatabaseRequest withRelationalDatabaseName(String relationalDatabaseName)
The name of the database that you are deleting.
relationalDatabaseName
- The name of the database that you are deleting.public void setSkipFinalSnapshot(Boolean skipFinalSnapshot)
Determines whether a final database snapshot is created before your database is deleted. If true
is
specified, no database snapshot is created. If false
is specified, a database snapshot is created
before your database is deleted.
You must specify the final relational database snapshot name
parameter if the
skip final snapshot
parameter is false
.
Default: false
skipFinalSnapshot
- Determines whether a final database snapshot is created before your database is deleted. If
true
is specified, no database snapshot is created. If false
is specified, a
database snapshot is created before your database is deleted.
You must specify the final relational database snapshot name
parameter if the
skip final snapshot
parameter is false
.
Default: false
public Boolean getSkipFinalSnapshot()
Determines whether a final database snapshot is created before your database is deleted. If true
is
specified, no database snapshot is created. If false
is specified, a database snapshot is created
before your database is deleted.
You must specify the final relational database snapshot name
parameter if the
skip final snapshot
parameter is false
.
Default: false
true
is specified, no database snapshot is created. If false
is specified, a
database snapshot is created before your database is deleted.
You must specify the final relational database snapshot name
parameter if the
skip final snapshot
parameter is false
.
Default: false
public DeleteRelationalDatabaseRequest withSkipFinalSnapshot(Boolean skipFinalSnapshot)
Determines whether a final database snapshot is created before your database is deleted. If true
is
specified, no database snapshot is created. If false
is specified, a database snapshot is created
before your database is deleted.
You must specify the final relational database snapshot name
parameter if the
skip final snapshot
parameter is false
.
Default: false
skipFinalSnapshot
- Determines whether a final database snapshot is created before your database is deleted. If
true
is specified, no database snapshot is created. If false
is specified, a
database snapshot is created before your database is deleted.
You must specify the final relational database snapshot name
parameter if the
skip final snapshot
parameter is false
.
Default: false
public Boolean isSkipFinalSnapshot()
Determines whether a final database snapshot is created before your database is deleted. If true
is
specified, no database snapshot is created. If false
is specified, a database snapshot is created
before your database is deleted.
You must specify the final relational database snapshot name
parameter if the
skip final snapshot
parameter is false
.
Default: false
true
is specified, no database snapshot is created. If false
is specified, a
database snapshot is created before your database is deleted.
You must specify the final relational database snapshot name
parameter if the
skip final snapshot
parameter is false
.
Default: false
public void setFinalRelationalDatabaseSnapshotName(String finalRelationalDatabaseSnapshotName)
The name of the database snapshot created if skip final snapshot
is false
, which is the
default value for that parameter.
Specifying this parameter and also specifying the skip final snapshot
parameter to true
results in an error.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
finalRelationalDatabaseSnapshotName
- The name of the database snapshot created if skip final snapshot
is false
, which
is the default value for that parameter.
Specifying this parameter and also specifying the skip final snapshot
parameter to
true
results in an error.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
public String getFinalRelationalDatabaseSnapshotName()
The name of the database snapshot created if skip final snapshot
is false
, which is the
default value for that parameter.
Specifying this parameter and also specifying the skip final snapshot
parameter to true
results in an error.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
skip final snapshot
is false
,
which is the default value for that parameter.
Specifying this parameter and also specifying the skip final snapshot
parameter to
true
results in an error.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
public DeleteRelationalDatabaseRequest withFinalRelationalDatabaseSnapshotName(String finalRelationalDatabaseSnapshotName)
The name of the database snapshot created if skip final snapshot
is false
, which is the
default value for that parameter.
Specifying this parameter and also specifying the skip final snapshot
parameter to true
results in an error.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
finalRelationalDatabaseSnapshotName
- The name of the database snapshot created if skip final snapshot
is false
, which
is the default value for that parameter.
Specifying this parameter and also specifying the skip final snapshot
parameter to
true
results in an error.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
public String toString()
toString
in class Object
Object.toString()
public DeleteRelationalDatabaseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()