|
||||||||||
| 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.CreateDBSnapshotRequest
public class CreateDBSnapshotRequest
| 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 |
|---|
public CreateDBSnapshotRequest()
| Method Detail |
|---|
public String getDBSnapshotIdentifier()
public void setDBSnapshotIdentifier(String dBSnapshotIdentifier)
dBSnapshotIdentifier - The identifier for the DB Snapshot.public CreateDBSnapshotRequest withDBSnapshotIdentifier(String dBSnapshotIdentifier)
Returns a reference to this object so that method calls can be chained together.
dBSnapshotIdentifier - The identifier for the DB Snapshot.
public String getDBInstanceIdentifier()
public void setDBInstanceIdentifier(String dBInstanceIdentifier)
dBInstanceIdentifier - The DB Instance identifier. This is the unique key that identifies a
DB Instance. This parameter isn't case sensitive.public CreateDBSnapshotRequest withDBInstanceIdentifier(String dBInstanceIdentifier)
Returns a reference to this object so that method calls can be chained together.
dBInstanceIdentifier - The DB Instance identifier. This is the unique key that identifies a
DB Instance. This parameter isn't case sensitive.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||