Class PollForDecisionTaskRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.swf.model.SwfRequest
-
- software.amazon.awssdk.services.swf.model.PollForDecisionTaskRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<PollForDecisionTaskRequest.Builder,PollForDecisionTaskRequest>
@Generated("software.amazon.awssdk:codegen") public final class PollForDecisionTaskRequest extends SwfRequest implements ToCopyableBuilder<PollForDecisionTaskRequest.Builder,PollForDecisionTaskRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PollForDecisionTaskRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
IfNextPageToken
is returned there are more results available.Boolean
reverseOrder()
When set totrue
, returns the events in reverse order.List<SdkField<?>>
sdkFields()
static Class<? extends PollForDecisionTaskRequest.Builder>
serializableBuilderClass()
Boolean
startAtPreviousStartedEvent()
When set totrue
, returns the events witheventTimestamp
greater than or equal toeventTimestamp
of the most recentDecisionTaskStarted
event.TaskList
taskList()
Specifies the task list to poll for decision tasks.PollForDecisionTaskRequest.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
domain
public final String domain()
The name of the domain containing the task lists to poll.
- Returns:
- The name of the domain containing the task lists to poll.
-
taskList
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 (
-
-