@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelConversionTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CancelConversionTaskRequest>
Contains the parameters for CancelConversionTask.
NOOP| Constructor and Description | 
|---|
| CancelConversionTaskRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CancelConversionTaskRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getConversionTaskId()
 The ID of the conversion task. | 
| Request<CancelConversionTaskRequest> | getDryRunRequest()This method is intended for internal use only. | 
| String | getReasonMessage()
 The reason for canceling the conversion task. | 
| int | hashCode() | 
| void | setConversionTaskId(String conversionTaskId)
 The ID of the conversion task. | 
| void | setReasonMessage(String reasonMessage)
 The reason for canceling the conversion task. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| CancelConversionTaskRequest | withConversionTaskId(String conversionTaskId)
 The ID of the conversion task. | 
| CancelConversionTaskRequest | withReasonMessage(String reasonMessage)
 The reason for canceling the conversion task. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setConversionTaskId(String conversionTaskId)
The ID of the conversion task.
conversionTaskId - The ID of the conversion task.public String getConversionTaskId()
The ID of the conversion task.
public CancelConversionTaskRequest withConversionTaskId(String conversionTaskId)
The ID of the conversion task.
conversionTaskId - The ID of the conversion task.public void setReasonMessage(String reasonMessage)
The reason for canceling the conversion task.
reasonMessage - The reason for canceling the conversion task.public String getReasonMessage()
The reason for canceling the conversion task.
public CancelConversionTaskRequest withReasonMessage(String reasonMessage)
The reason for canceling the conversion task.
reasonMessage - The reason for canceling the conversion task.public Request<CancelConversionTaskRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CancelConversionTaskRequest>public String toString()
toString in class ObjectObject.toString()public CancelConversionTaskRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.