@Generated(value="software.amazon.awssdk:codegen") public final class GetActivityTaskRequest extends SfnRequest implements ToCopyableBuilder<GetActivityTaskRequest.Builder,GetActivityTaskRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetActivityTaskRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
activityArn()
The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using
CreateActivity.)
|
static GetActivityTaskRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetActivityTaskRequest.Builder> |
serializableBuilderClass() |
GetActivityTaskRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workerName()
You can provide an arbitrary name in order to identify the worker that the task is assigned to.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String activityArn()
The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)
public final String workerName()
You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.
public GetActivityTaskRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetActivityTaskRequest.Builder,GetActivityTaskRequest>toBuilder in class SfnRequestpublic static GetActivityTaskRequest.Builder builder()
public static Class<? extends GetActivityTaskRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.