|
|||||||
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
.
This API is used to delete a DBSnapshot. 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 |
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.Method Detail |
---|
public String getDBSnapshotIdentifier()
public void setDBSnapshotIdentifier(String dBSnapshotIdentifier)
dBSnapshotIdentifier
- The DBSnapshot identifier.public DeleteDBSnapshotRequest withDBSnapshotIdentifier(String dBSnapshotIdentifier)
Returns a reference to this object so that method calls can be chained together.
dBSnapshotIdentifier
- The DBSnapshot identifier.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |