@Generated(value="software.amazon.awssdk:codegen") public class PollForActivityTaskRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PollForActivityTaskRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static PollForActivityTaskRequest.Builder |
builder() |
String |
domain()
The name of the domain that contains the task lists being polled.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
identity()
Identity of the worker making the request, recorded in the
ActivityTaskStarted event in the workflow
history. |
static Class<? extends PollForActivityTaskRequest.Builder> |
serializableBuilderClass() |
TaskList |
taskList()
Specifies the task list to poll for activity tasks.
|
PollForActivityTaskRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String domain()
The name of the domain that contains the task lists being polled.
public TaskList taskList()
Specifies the task list to poll for activity tasks.
The specified string must not start or end with whitespace. It must not contain a : (colon),
/ (slash), | (vertical bar), or any control characters ( - | -
). Also, it must not contain the literal string quotarnquot.
The specified string must not start or end with whitespace. It must not contain a : (colon),
/ (slash), | (vertical bar), or any control characters ( - |
- ). Also, it must not contain the literal string quotarnquot.
public String identity()
Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow
history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
ActivityTaskStarted event in the
workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user
defined.public PollForActivityTaskRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>public static PollForActivityTaskRequest.Builder builder()
public static Class<? extends PollForActivityTaskRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.