@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RespondActivityTaskCanceledRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| RespondActivityTaskCanceledRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| RespondActivityTaskCanceledRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getDetails()
 Information about the cancellation. | 
| String | getTaskToken()
 The  taskTokenof the ActivityTask. | 
| int | hashCode() | 
| void | setDetails(String details)
 Information about the cancellation. | 
| void | setTaskToken(String taskToken)
 The  taskTokenof the ActivityTask. | 
| String | toString()Returns a string representation of this object. | 
| RespondActivityTaskCanceledRequest | withDetails(String details)
 Information about the cancellation. | 
| RespondActivityTaskCanceledRequest | withTaskToken(String taskToken)
 The  taskTokenof the ActivityTask. | 
addHandlerContext, copyBaseTo, 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 setTaskToken(String taskToken)
 The taskToken of the ActivityTask.
 
 taskToken is generated by the service and should be treated as an opaque value. If the task is
 passed to another process, its taskToken must also be passed. This enables it to provide its
 progress and respond with results.
 
taskToken - The taskToken of the ActivityTask. 
        taskToken is generated by the service and should be treated as an opaque value. If the task
        is passed to another process, its taskToken must also be passed. This enables it to provide
        its progress and respond with results.
        
public String getTaskToken()
 The taskToken of the ActivityTask.
 
 taskToken is generated by the service and should be treated as an opaque value. If the task is
 passed to another process, its taskToken must also be passed. This enables it to provide its
 progress and respond with results.
 
taskToken of the ActivityTask. 
         taskToken is generated by the service and should be treated as an opaque value. If the task
         is passed to another process, its taskToken must also be passed. This enables it to provide
         its progress and respond with results.
         
public RespondActivityTaskCanceledRequest withTaskToken(String taskToken)
 The taskToken of the ActivityTask.
 
 taskToken is generated by the service and should be treated as an opaque value. If the task is
 passed to another process, its taskToken must also be passed. This enables it to provide its
 progress and respond with results.
 
taskToken - The taskToken of the ActivityTask. 
        taskToken is generated by the service and should be treated as an opaque value. If the task
        is passed to another process, its taskToken must also be passed. This enables it to provide
        its progress and respond with results.
        
public void setDetails(String details)
Information about the cancellation.
details - Information about the cancellation.public String getDetails()
Information about the cancellation.
public RespondActivityTaskCanceledRequest withDetails(String details)
Information about the cancellation.
details - Information about the cancellation.public String toString()
toString in class ObjectObject.toString()public RespondActivityTaskCanceledRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.