public class CancelBundleTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CancelBundleTaskRequest>
CancelBundleTask operation.
 Cancels a bundling operation for an instance store-backed Windows instance.
NOOP| Constructor and Description | 
|---|
| CancelBundleTaskRequest()Default constructor for a new CancelBundleTaskRequest object. | 
| CancelBundleTaskRequest(String bundleId)Constructs a new CancelBundleTaskRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| CancelBundleTaskRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getBundleId()The ID of the bundle task. | 
| Request<CancelBundleTaskRequest> | getDryRunRequest()This method is intended for internal use only. | 
| int | hashCode() | 
| void | setBundleId(String bundleId)The ID of the bundle task. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| CancelBundleTaskRequest | withBundleId(String bundleId)The ID of the bundle task. | 
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic CancelBundleTaskRequest()
public CancelBundleTaskRequest(String bundleId)
bundleId - The ID of the bundle task.public String getBundleId()
public void setBundleId(String bundleId)
bundleId - The ID of the bundle task.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.public Request<CancelBundleTaskRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CancelBundleTaskRequest>public String toString()
toString in class ObjectObject.toString()public CancelBundleTaskRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.