com.amazonaws.services.rds.model
Class DeleteDBSnapshotRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.rds.model.DeleteDBSnapshotRequest

public class DeleteDBSnapshotRequest
extends AmazonWebServiceRequest


Constructor Summary
DeleteDBSnapshotRequest()
           
 
Method Summary
 String getDBSnapshotIdentifier()
          The DBSnapshot identifier.
 void setDBSnapshotIdentifier(String dBSnapshotIdentifier)
          The DBSnapshot identifier.
 String toString()
           
 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

DeleteDBSnapshotRequest

public DeleteDBSnapshotRequest()
Method Detail

getDBSnapshotIdentifier

public String getDBSnapshotIdentifier()
The DBSnapshot identifier.

Returns:
The DBSnapshot identifier.

setDBSnapshotIdentifier

public void setDBSnapshotIdentifier(String dBSnapshotIdentifier)
The DBSnapshot identifier.

Parameters:
dBSnapshotIdentifier - The DBSnapshot identifier.

withDBSnapshotIdentifier

public DeleteDBSnapshotRequest withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The DBSnapshot identifier.

Returns a reference to this object so that method calls can be chained together.

Parameters:
dBSnapshotIdentifier - The DBSnapshot identifier.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.