@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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 a
NextPageToken was returned by a previous call, there are more results available. |
Boolean |
reverseOrder()
When set to
true , returns the events in reverse order. |
static Class<? extends PollForDecisionTaskRequest.Builder> |
serializableBuilderClass() |
TaskList |
taskList()
Specifies the task list to poll for decision tasks.
|
PollForDecisionTaskRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public 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 (