com.amazonaws.services.ec2.model
Class CancelBundleTaskRequest

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

public class CancelBundleTaskRequest
extends AmazonWebServiceRequest

A request to cancel an Amazon EC2 bundle task.


Constructor Summary
CancelBundleTaskRequest()
           
 
Method Summary
 String getBundleId()
          The ID of the bundle task to cancel.
 void setBundleId(String bundleId)
          The ID of the bundle task to cancel.
 String toString()
           
 CancelBundleTaskRequest withBundleId(String bundleId)
          The ID of the bundle task to cancel.
 
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

CancelBundleTaskRequest

public CancelBundleTaskRequest()
Method Detail

getBundleId

public String getBundleId()
The ID of the bundle task to cancel.

Returns:
The ID of the bundle task to cancel.

setBundleId

public void setBundleId(String bundleId)
The ID of the bundle task to cancel.

Parameters:
bundleId - The ID of the bundle task to cancel.

withBundleId

public CancelBundleTaskRequest withBundleId(String bundleId)
The ID of the bundle task to cancel.

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

Parameters:
bundleId - The ID of the bundle task to cancel.
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.