public class CancelBundleTaskRequest extends AmazonWebServiceRequest implements Serializable, 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 |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2014. All rights reserved.