com.amazonaws.services.rds.model
Class CreateDBSnapshotRequest

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

public class CreateDBSnapshotRequest
extends AmazonWebServiceRequest


Constructor Summary
CreateDBSnapshotRequest()
           
 
Method Summary
 String getDBInstanceIdentifier()
          The DB Instance identifier.
 String getDBSnapshotIdentifier()
          The identifier for the DB Snapshot.
 void setDBInstanceIdentifier(String dBInstanceIdentifier)
          The DB Instance identifier.
 void setDBSnapshotIdentifier(String dBSnapshotIdentifier)
          The identifier for the DB Snapshot.
 String toString()
           
 CreateDBSnapshotRequest withDBInstanceIdentifier(String dBInstanceIdentifier)
          The DB Instance identifier.
 CreateDBSnapshotRequest withDBSnapshotIdentifier(String dBSnapshotIdentifier)
          The identifier for the DB Snapshot.
 
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

CreateDBSnapshotRequest

public CreateDBSnapshotRequest()
Method Detail

getDBSnapshotIdentifier

public String getDBSnapshotIdentifier()
The identifier for the DB Snapshot.

Returns:
The identifier for the DB Snapshot.

setDBSnapshotIdentifier

public void setDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier for the DB Snapshot.

Parameters:
dBSnapshotIdentifier - The identifier for the DB Snapshot.

withDBSnapshotIdentifier

public CreateDBSnapshotRequest withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier for the DB Snapshot.

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

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

getDBInstanceIdentifier

public String getDBInstanceIdentifier()
The DB Instance identifier. This is the unique key that identifies a DB Instance. This parameter isn't case sensitive.

Returns:
The DB Instance identifier. This is the unique key that identifies a DB Instance. This parameter isn't case sensitive.

setDBInstanceIdentifier

public void setDBInstanceIdentifier(String dBInstanceIdentifier)
The DB Instance identifier. This is the unique key that identifies a DB Instance. This parameter isn't case sensitive.

Parameters:
dBInstanceIdentifier - The DB Instance identifier. This is the unique key that identifies a DB Instance. This parameter isn't case sensitive.

withDBInstanceIdentifier

public CreateDBSnapshotRequest withDBInstanceIdentifier(String dBInstanceIdentifier)
The DB Instance identifier. This is the unique key that identifies a DB Instance. This parameter isn't case sensitive.

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

Parameters:
dBInstanceIdentifier - The DB Instance identifier. This is the unique key that identifies a DB Instance. This parameter isn't case sensitive.
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.