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 interface
PollForActivityTaskRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PollForActivityTaskRequest.Builder
builder()
String
domain()
The name of the domain that contains the task lists being polled.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
identity()
Identity of the worker making the request, recorded in theActivityTaskStarted
event in the workflow history.List<SdkField<?>>
sdkFields()
static Class<? extends PollForActivityTaskRequest.Builder>
serializableBuilderClass()
TaskList
taskList()
Specifies the task list to poll for activity tasks.PollForActivityTaskRequest.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 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 (
-
-