@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() |
Boolean |
startAtPreviousStartedEvent()
When set to
true, returns the events with eventTimestamp greater than or equal to
eventTimestamp of the most recent DecisionTaskStarted event. |
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 final String domain()
The name of the domain containing the task lists to poll.
public final TaskList taskList()
Specifies the task list to poll for decision tasks.
The specified string must not contain a : (colon), / (slash), | (vertical
bar), or any control characters (