@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendTaskSuccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
SendTaskSuccessRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
SendTaskSuccessRequest | 
clone()
Creates a shallow clone of this request. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getOutput()
 The JSON output of the task. 
 | 
String | 
getTaskToken()
 The token that represents this task. 
 | 
int | 
hashCode()  | 
void | 
setOutput(String output)
 The JSON output of the task. 
 | 
void | 
setTaskToken(String taskToken)
 The token that represents this task. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
SendTaskSuccessRequest | 
withOutput(String output)
 The JSON output of the task. 
 | 
SendTaskSuccessRequest | 
withTaskToken(String taskToken)
 The token that represents this task. 
 | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setTaskToken(String taskToken)
The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).
taskToken - The token that represents this task. Task tokens are generated by the service when the tasks are assigned
        to a worker (see GetActivityTask::taskToken).public String getTaskToken()
The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).
public SendTaskSuccessRequest withTaskToken(String taskToken)
The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).
taskToken - The token that represents this task. Task tokens are generated by the service when the tasks are assigned
        to a worker (see GetActivityTask::taskToken).public void setOutput(String output)
The JSON output of the task.
output - The JSON output of the task.public String getOutput()
The JSON output of the task.
public SendTaskSuccessRequest withOutput(String output)
The JSON output of the task.
output - The JSON output of the task.public String toString()
toString in class ObjectObject.toString()public SendTaskSuccessRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.