|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DeleteSnapshotRequest
public class DeleteSnapshotRequest
Represents a request to delete an EBS snapshot.
| Constructor Summary | |
|---|---|
DeleteSnapshotRequest()
|
|
| Method Summary | |
|---|---|
String |
getSnapshotId()
The ID of the snapshot to delete. |
void |
setSnapshotId(String snapshotId)
The ID of the snapshot to delete. |
String |
toString()
|
DeleteSnapshotRequest |
withSnapshotId(String snapshotId)
The ID of the snapshot to delete. |
| 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 DeleteSnapshotRequest()
| Method Detail |
|---|
public String getSnapshotId()
public void setSnapshotId(String snapshotId)
snapshotId - The ID of the snapshot to delete.public DeleteSnapshotRequest withSnapshotId(String snapshotId)
Returns a reference to this object so that method calls can be chained together.
snapshotId - The ID of the snapshot to delete.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||