@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) |
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. |
DecisionTaskCompletedEventAttributes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String executionContext()
User defined context for the workflow execution.
public 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 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 DecisionTaskCompletedEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DecisionTaskCompletedEventAttributes.Builder,DecisionTaskCompletedEventAttributes>
public static DecisionTaskCompletedEventAttributes.Builder builder()
public static Class<? extends DecisionTaskCompletedEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.