public class RecordActivityTaskHeartbeatRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RecordActivityTaskHeartbeatRequest() |
| Modifier and Type | Method and Description |
|---|---|
RecordActivityTaskHeartbeatRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDetails()
If specified, contains details about the progress of the task.
|
String |
getTaskToken()
The
taskToken of the ActivityTask. |
int |
hashCode() |
void |
setDetails(String details)
If specified, contains details about the progress of the task.
|
void |
setTaskToken(String taskToken)
The
taskToken of the ActivityTask. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RecordActivityTaskHeartbeatRequest |
withDetails(String details)
If specified, contains details about the progress of the task.
|
RecordActivityTaskHeartbeatRequest |
withTaskToken(String taskToken)
The
taskToken of the ActivityTask. |
copyBaseTo, 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 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 RecordActivityTaskHeartbeatRequest 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)
If specified, contains details about the progress of the task.
details - If specified, contains details about the progress of the task.public String getDetails()
If specified, contains details about the progress of the task.
public RecordActivityTaskHeartbeatRequest withDetails(String details)
If specified, contains details about the progress of the task.
details - If specified, contains details about the progress of the task.public String toString()
toString in class ObjectObject.toString()public RecordActivityTaskHeartbeatRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.