|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.DeleteDBSnapshotRequest
public class DeleteDBSnapshotRequest
Container for the parameters to the DeleteDBSnapshot operation.
Deletes a DBSnapshot.
NOTE:The DBSnapshot must be in the available state to be deleted.
AmazonRDS.deleteDBSnapshot(DeleteDBSnapshotRequest)| Constructor Summary | |
|---|---|
DeleteDBSnapshotRequest()
Default constructor for a new DeleteDBSnapshotRequest object. |
|
DeleteDBSnapshotRequest(String dBSnapshotIdentifier)
Constructs a new DeleteDBSnapshotRequest object. |
|
| Method Summary | |
|---|---|
String |
getDBSnapshotIdentifier()
The DBSnapshot identifier. |
void |
setDBSnapshotIdentifier(String dBSnapshotIdentifier)
The DBSnapshot identifier. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteDBSnapshotRequest |
withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The DBSnapshot identifier. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteDBSnapshotRequest()
public DeleteDBSnapshotRequest(String dBSnapshotIdentifier)
dBSnapshotIdentifier - The DBSnapshot identifier. Constraints:
Must be the name of an existing DB Snapshot in the
available state.
| Method Detail |
|---|
public String getDBSnapshotIdentifier()
Constraints: Must be the name of an
existing DB Snapshot in the available state.
Constraints: Must be the name of an
existing DB Snapshot in the available state.
public void setDBSnapshotIdentifier(String dBSnapshotIdentifier)
Constraints: Must be the name of an
existing DB Snapshot in the available state.
dBSnapshotIdentifier - The DBSnapshot identifier. Constraints: Must be the name of an
existing DB Snapshot in the available state.
public DeleteDBSnapshotRequest withDBSnapshotIdentifier(String dBSnapshotIdentifier)
Constraints: Must be the name of an
existing DB Snapshot in the available state.
Returns a reference to this object so that method calls can be chained together.
dBSnapshotIdentifier - The DBSnapshot identifier. Constraints: Must be the name of an
existing DB Snapshot in the available state.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||