com.amazonaws.services.ec2.model
Class DeleteSnapshotRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DeleteSnapshotRequest

public class DeleteSnapshotRequest
extends AmazonWebServiceRequest

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

DeleteSnapshotRequest

public DeleteSnapshotRequest()
Method Detail

getSnapshotId

public String getSnapshotId()
The ID of the snapshot to delete.

Returns:
The ID of the snapshot to delete.

setSnapshotId

public void setSnapshotId(String snapshotId)
The ID of the snapshot to delete.

Parameters:
snapshotId - The ID of the snapshot to delete.

withSnapshotId

public DeleteSnapshotRequest withSnapshotId(String snapshotId)
The ID of the snapshot to delete.

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

Parameters:
snapshotId - The ID of the snapshot to delete.
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.