@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendTaskHeartbeatRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
SendTaskHeartbeatRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
SendTaskHeartbeatRequest | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getTaskToken()
 The token that represents this task. 
 | 
int | 
hashCode()  | 
void | 
setTaskToken(String taskToken)
 The token that represents this task. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
SendTaskHeartbeatRequest | 
withTaskToken(String taskToken)
 The token that represents this task. 
 | 
addHandlerContext, copyBaseTo, 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 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 SendTaskHeartbeatRequest 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 String toString()
toString in class ObjectObject.toString()public SendTaskHeartbeatRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.