Class PollForActivityTaskRequest
- 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.PollForActivityTaskRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>
@Generated("software.amazon.awssdk:codegen") public final class PollForActivityTaskRequest extends SwfRequest implements ToCopyableBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePollForActivityTaskRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PollForActivityTaskRequest.Builderbuilder()Stringdomain()The name of the domain that contains the task lists being polled.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentity()Identity of the worker making the request, recorded in theActivityTaskStartedevent in the workflow history.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PollForActivityTaskRequest.Builder>serializableBuilderClass()TaskListtaskList()Specifies the task list to poll for activity tasks.PollForActivityTaskRequest.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 that contains the task lists being polled.
- Returns:
- The name of the domain that contains the task lists being polled.
-
taskList
public final TaskList taskList()
Specifies the task list to poll for activity tasks.
The specified string must not start or end with whitespace. It must not contain a
:(colon),/(slash),|(vertical bar), or any control characters (
-
-