|
|||||||
| 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
Container for the parameters to the CancelBundleTask operation.
Cancels a bundling operation for an instance store-backed Windows instance.
AmazonEC2.cancelBundleTask(CancelBundleTaskRequest),
Serialized Form| Constructor Summary | |
|---|---|
CancelBundleTaskRequest()
Default constructor for a new CancelBundleTaskRequest object. |
|
CancelBundleTaskRequest(java.lang.String bundleId)
Constructs a new CancelBundleTaskRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getBundleId()
The ID of the bundle task. |
Request<CancelBundleTaskRequest> |
getDryRunRequest()
This method is intended for internal use only. |
int |
hashCode()
|
void |
setBundleId(java.lang.String bundleId)
The ID of the bundle task. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CancelBundleTaskRequest |
withBundleId(java.lang.String bundleId)
The ID of the bundle task. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CancelBundleTaskRequest()
public CancelBundleTaskRequest(java.lang.String bundleId)
bundleId - The ID of the bundle task.| Method Detail |
|---|
public java.lang.String getBundleId()
public void setBundleId(java.lang.String bundleId)
bundleId - The ID of the bundle task.public CancelBundleTaskRequest withBundleId(java.lang.String bundleId)
Returns a reference to this object so that method calls can be chained together.
bundleId - The ID of the bundle task.
public Request<CancelBundleTaskRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CancelBundleTaskRequest>public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||