@Generated(value="software.amazon.awssdk:codegen") public final class DecisionTaskCompletedEventAttributes extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Long |
scheduledEventId()
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was scheduled. |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.