Class RecordActivityTaskHeartbeatRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpleworkflow.model.RecordActivityTaskHeartbeatRequest
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class RecordActivityTaskHeartbeatRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanIf specified, contains details about the progress of the task.ThetaskTokenof the ActivityTask.inthashCode()voidsetDetails(String details) If specified, contains details about the progress of the task.voidsetTaskToken(String taskToken) ThetaskTokenof the ActivityTask.toString()Returns a string representation of this object; useful for testing and debugging.withDetails(String details) If specified, contains details about the progress of the task.withTaskToken(String taskToken) ThetaskTokenof the ActivityTask.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
RecordActivityTaskHeartbeatRequest
public RecordActivityTaskHeartbeatRequest()
-
-
Method Details
-
setTaskToken
The
taskTokenof the ActivityTask.taskTokenis generated by the service and should be treated as an opaque value. If the task is passed to another process, itstaskTokenmust also be passed. This enables it to provide its progress and respond with results.- Parameters:
taskToken- ThetaskTokenof the ActivityTask.taskTokenis generated by the service and should be treated as an opaque value. If the task is passed to another process, itstaskTokenmust also be passed. This enables it to provide its progress and respond with results.
-
getTaskToken
The
taskTokenof the ActivityTask.taskTokenis generated by the service and should be treated as an opaque value. If the task is passed to another process, itstaskTokenmust also be passed. This enables it to provide its progress and respond with results.- Returns:
- The
taskTokenof the ActivityTask.taskTokenis generated by the service and should be treated as an opaque value. If the task is passed to another process, itstaskTokenmust also be passed. This enables it to provide its progress and respond with results.
-
withTaskToken
The
taskTokenof the ActivityTask.taskTokenis generated by the service and should be treated as an opaque value. If the task is passed to another process, itstaskTokenmust also be passed. This enables it to provide its progress and respond with results.- Parameters:
taskToken- ThetaskTokenof the ActivityTask.taskTokenis generated by the service and should be treated as an opaque value. If the task is passed to another process, itstaskTokenmust also be passed. This enables it to provide its progress and respond with results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDetails
If specified, contains details about the progress of the task.
- Parameters:
details- If specified, contains details about the progress of the task.
-
getDetails
If specified, contains details about the progress of the task.
- Returns:
- If specified, contains details about the progress of the task.
-
withDetails
If specified, contains details about the progress of the task.
- Parameters:
details- If specified, contains details about the progress of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-