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 interfacePollForDecisionTaskRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PollForDecisionTaskRequest.Builderbuilder()Stringdomain()The name of the domain containing the task lists to poll.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentity()Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history.IntegermaximumPageSize()The maximum number of results that are returned per call.StringnextPageToken()IfNextPageTokenis returned there are more results available.BooleanreverseOrder()When set totrue, returns the events in reverse order.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PollForDecisionTaskRequest.Builder>serializableBuilderClass()BooleanstartAtPreviousStartedEvent()When set totrue, returns the events witheventTimestampgreater than or equal toeventTimestampof the most recentDecisionTaskStartedevent.TaskListtaskList()Specifies the task list to poll for decision tasks.PollForDecisionTaskRequest.BuildertoBuilder()StringtoString()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 (
-
-