@Generated(value="software.amazon.awssdk:codegen") public final class PollForDecisionTaskRequest extends SwfRequest implements ToCopyableBuilder<PollForDecisionTaskRequest.Builder,PollForDecisionTaskRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PollForDecisionTaskRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PollForDecisionTaskRequest.Builder |
builder() |
String |
domain()
The name of the domain containing the task lists to poll.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identity()
Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow
history.
|
Integer |
maximumPageSize()
The maximum number of results that are returned per call.
|
String |
nextPageToken()
If
NextPageToken is returned there are more results available. |
Boolean |
reverseOrder()
When set to
true, returns the events in reverse order. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PollForDecisionTaskRequest.Builder> |
serializableBuilderClass() |
TaskList |
taskList()
Specifies the task list to poll for decision tasks.
|
PollForDecisionTaskRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String domain()
The name of the domain containing the task lists to poll.
public TaskList taskList()
Specifies the task list to poll for decision tasks.
The specified string must not start or end with whitespace. It must not contain a : (colon),
/ (slash), | (vertical bar), or any control characters (