Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private DecisionTaskCompletedEventAttributes |
HistoryEvent.decisionTaskCompletedEventAttributes
If the event is of type
DecisionTaskCompleted then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
DecisionTaskCompletedEventAttributes |
DecisionTaskCompletedEventAttributes.clone() |
DecisionTaskCompletedEventAttributes |
HistoryEvent.getDecisionTaskCompletedEventAttributes()
If the event is of type
DecisionTaskCompleted then this
member is set and provides detailed information about the event. |
DecisionTaskCompletedEventAttributes |
DecisionTaskCompletedEventAttributes.withExecutionContext(java.lang.String executionContext)
User defined context for the workflow execution.
|
DecisionTaskCompletedEventAttributes |
DecisionTaskCompletedEventAttributes.withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
DecisionTaskScheduled event that was recorded
when this decision task was scheduled. |
DecisionTaskCompletedEventAttributes |
DecisionTaskCompletedEventAttributes.withStartedEventId(java.lang.Long startedEventId)
The ID of the
DecisionTaskStarted event recorded when this
decision task was started. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes)
If the event is of type
DecisionTaskCompleted then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes)
If the event is of type
DecisionTaskCompleted then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
DecisionTaskCompletedEventAttributes |
DecisionTaskCompletedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DecisionTaskCompletedEventAttributesJsonMarshaller.marshall(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|