@Generated(value="software.amazon.awssdk:codegen") public final class DecisionTaskCompletedEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DecisionTaskCompletedEventAttributes.Builder,DecisionTaskCompletedEventAttributes>
Provides the details of the DecisionTaskCompleted event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DecisionTaskCompletedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DecisionTaskCompletedEventAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionContext()
User defined context for the workflow execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
scheduledEventId()
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was scheduled. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DecisionTaskCompletedEventAttributes.Builder> |
serializableBuilderClass() |
Long |
startedEventId()
The ID of the
DecisionTaskStarted event recorded when this decision task was started. |
TaskList |
taskList()
Returns the value of the TaskList property for this object.
|
String |
taskListScheduleToStartTimeout()
The maximum amount of time the decision task can wait to be assigned to a worker.
|
DecisionTaskCompletedEventAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String executionContext()
User defined context for the workflow execution.
public final Long scheduledEventId()
The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
This information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.
DecisionTaskScheduled event that was recorded when this decision task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public final Long startedEventId()
The ID of the DecisionTaskStarted event recorded when this decision task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
DecisionTaskStarted event recorded when this decision task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.public final TaskList taskList()
public final String taskListScheduleToStartTimeout()
The maximum amount of time the decision task can wait to be assigned to a worker.
public DecisionTaskCompletedEventAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DecisionTaskCompletedEventAttributes.Builder,DecisionTaskCompletedEventAttributes>public static DecisionTaskCompletedEventAttributes.Builder builder()
public static Class<? extends DecisionTaskCompletedEventAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.