Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ChildWorkflowExecutionStartedEventAttributes |
HistoryEvent.childWorkflowExecutionStartedEventAttributes
If the event is of type
ChildWorkflowExecutionStarted then
this member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ChildWorkflowExecutionStartedEventAttributes |
ChildWorkflowExecutionStartedEventAttributes.clone() |
ChildWorkflowExecutionStartedEventAttributes |
HistoryEvent.getChildWorkflowExecutionStartedEventAttributes()
If the event is of type
ChildWorkflowExecutionStarted then
this member is set and provides detailed information about the event. |
ChildWorkflowExecutionStartedEventAttributes |
ChildWorkflowExecutionStartedEventAttributes.withInitiatedEventId(java.lang.Long initiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution decision to
start this child workflow execution. |
ChildWorkflowExecutionStartedEventAttributes |
ChildWorkflowExecutionStartedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was started.
|
ChildWorkflowExecutionStartedEventAttributes |
ChildWorkflowExecutionStartedEventAttributes.withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes)
If the event is of type
ChildWorkflowExecutionStarted then
this member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes)
If the event is of type
ChildWorkflowExecutionStarted then
this member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ChildWorkflowExecutionStartedEventAttributes |
ChildWorkflowExecutionStartedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ChildWorkflowExecutionStartedEventAttributesJsonMarshaller.marshall(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|