public class CancelBundleTaskRequest extends AmazonWebServiceRequest implements java.io.Serializable, DryRunSupportedRequest<CancelBundleTaskRequest>
CancelBundleTask operation
.
Cancels a bundling operation for an instance store-backed Windows instance.
Constructor and Description |
---|
CancelBundleTaskRequest()
Default constructor for a new CancelBundleTaskRequest object.
|
CancelBundleTaskRequest(java.lang.String bundleId)
Constructs a new CancelBundleTaskRequest object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public CancelBundleTaskRequest()
public CancelBundleTaskRequest(java.lang.String bundleId)
bundleId
- The ID of the bundle task.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.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.