@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelBundleTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CancelBundleTaskRequest>
Contains the parameters for CancelBundleTask.
NOOP| Constructor and Description | 
|---|
CancelBundleTaskRequest()
Default constructor for CancelBundleTaskRequest object. 
 | 
CancelBundleTaskRequest(String bundleId)
Constructs a new CancelBundleTaskRequest object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CancelBundleTaskRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
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. 
 | 
CancelBundleTaskRequest | 
withBundleId(String bundleId)
 The ID of the bundle task. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic CancelBundleTaskRequest()
public CancelBundleTaskRequest(String bundleId)
bundleId - The ID of the bundle task.public void setBundleId(String bundleId)
The ID of the bundle task.
bundleId - The ID of the bundle task.public String getBundleId()
The ID of the bundle task.
public CancelBundleTaskRequest withBundleId(String bundleId)
The ID of the bundle task.
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()