Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>
@Generated("software.amazon.awssdk:codegen") public class PollForActivityTaskRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PollForActivityTaskRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>
public static PollForActivityTaskRequest.Builder builder()
public static Class<? extends PollForActivityTaskRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.