|
Did this page help you?Yes No Tell us about it... |
||||||
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.CopyDBSnapshotRequest
public class CopyDBSnapshotRequest
Container for the parameters to the CopyDBSnapshot operation
.
Copies the specified DBSnapshot. The source DBSnapshot must be in the "available" state.
AmazonRDS.copyDBSnapshot(CopyDBSnapshotRequest)
,
Serialized FormConstructor Summary | |
---|---|
CopyDBSnapshotRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getSourceDBSnapshotIdentifier()
The identifier for the source DB snapshot. |
java.lang.String |
getTargetDBSnapshotIdentifier()
The identifier for the copied snapshot. |
int |
hashCode()
|
void |
setSourceDBSnapshotIdentifier(java.lang.String sourceDBSnapshotIdentifier)
The identifier for the source DB snapshot. |
void |
setTargetDBSnapshotIdentifier(java.lang.String targetDBSnapshotIdentifier)
The identifier for the copied snapshot. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CopyDBSnapshotRequest |
withSourceDBSnapshotIdentifier(java.lang.String sourceDBSnapshotIdentifier)
The identifier for the source DB snapshot. |
CopyDBSnapshotRequest |
withTargetDBSnapshotIdentifier(java.lang.String targetDBSnapshotIdentifier)
The identifier for the copied snapshot. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CopyDBSnapshotRequest()
Method Detail |
---|
public java.lang.String getSourceDBSnapshotIdentifier()
Constraints:
Example:
rds:mydb-2012-04-02-00-01
Constraints:
Example:
rds:mydb-2012-04-02-00-01
public void setSourceDBSnapshotIdentifier(java.lang.String sourceDBSnapshotIdentifier)
Constraints:
Example:
rds:mydb-2012-04-02-00-01
sourceDBSnapshotIdentifier
- The identifier for the source DB snapshot. Constraints:
Example:
rds:mydb-2012-04-02-00-01
public CopyDBSnapshotRequest withSourceDBSnapshotIdentifier(java.lang.String sourceDBSnapshotIdentifier)
Constraints:
Example:
rds:mydb-2012-04-02-00-01
Returns a reference to this object so that method calls can be chained together.
sourceDBSnapshotIdentifier
- The identifier for the source DB snapshot. Constraints:
Example:
rds:mydb-2012-04-02-00-01
public java.lang.String getTargetDBSnapshotIdentifier()
Constraints:
Example: my-db-snapshot
Constraints:
Example: my-db-snapshot
public void setTargetDBSnapshotIdentifier(java.lang.String targetDBSnapshotIdentifier)
Constraints:
Example: my-db-snapshot
targetDBSnapshotIdentifier
- The identifier for the copied snapshot. Constraints:
Example: my-db-snapshot
public CopyDBSnapshotRequest withTargetDBSnapshotIdentifier(java.lang.String targetDBSnapshotIdentifier)
Constraints:
Example: my-db-snapshot
Returns a reference to this object so that method calls can be chained together.
targetDBSnapshotIdentifier
- The identifier for the copied snapshot. Constraints:
Example: my-db-snapshot
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |