@Generated(value="software.amazon.awssdk:codegen") public final class PollForActivityTaskRequest extends SwfRequest implements ToCopyableBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PollForActivityTaskRequest.Builder |
| 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identity()
Identity of the worker making the request, recorded in the
ActivityTaskStarted event in the workflow
history. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PollForActivityTaskRequest.Builder> |
serializableBuilderClass() |
TaskList |
taskList()
Specifies the task list to poll for activity tasks.
|
PollForActivityTaskRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domain()
The name of the domain that contains the task lists being polled.
public final 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 (