@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelDataRepositoryTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Cancels a data repository task.
NOOP| Constructor and Description | 
|---|
| CancelDataRepositoryTaskRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CancelDataRepositoryTaskRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getTaskId()
 Specifies the data repository task to cancel. | 
| int | hashCode() | 
| void | setTaskId(String taskId)
 Specifies the data repository task to cancel. | 
| String | toString()Returns a string representation of this object. | 
| CancelDataRepositoryTaskRequest | withTaskId(String taskId)
 Specifies the data repository task to cancel. | 
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 void setTaskId(String taskId)
Specifies the data repository task to cancel.
taskId - Specifies the data repository task to cancel.public String getTaskId()
Specifies the data repository task to cancel.
public CancelDataRepositoryTaskRequest withTaskId(String taskId)
Specifies the data repository task to cancel.
taskId - Specifies the data repository task to cancel.public String toString()
toString in class ObjectObject.toString()public CancelDataRepositoryTaskRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()