|
||||||||||
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.CancelBundleTaskRequest
public class CancelBundleTaskRequest
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 |
---|
public CancelBundleTaskRequest()
Method Detail |
---|
public String getBundleId()
public void setBundleId(String bundleId)
bundleId
- The ID of the bundle task to cancel.public CancelBundleTaskRequest withBundleId(String bundleId)
Returns a reference to this object so that method calls can be chained together.
bundleId
- The ID of the bundle task to cancel.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |