Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkflowExecutionCompletedEventAttributes |
HistoryEvent.workflowExecutionCompletedEventAttributes
If the event is of type
WorkflowExecutionCompleted then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCompletedEventAttributes |
WorkflowExecutionCompletedEventAttributes.clone() |
WorkflowExecutionCompletedEventAttributes |
HistoryEvent.getWorkflowExecutionCompletedEventAttributes()
If the event is of type
WorkflowExecutionCompleted then this
member is set and provides detailed information about the event. |
WorkflowExecutionCompletedEventAttributes |
WorkflowExecutionCompletedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
CompleteWorkflowExecution decision to complete this
execution. |
WorkflowExecutionCompletedEventAttributes |
WorkflowExecutionCompletedEventAttributes.withResult(java.lang.String result)
The result produced by the workflow execution upon successful completion.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes)
If the event is of type
WorkflowExecutionCompleted then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes)
If the event is of type
WorkflowExecutionCompleted then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCompletedEventAttributes |
WorkflowExecutionCompletedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionCompletedEventAttributesJsonMarshaller.marshall(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|