/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details of the ChildWorkflowExecutionTerminated
* event.See Also:
AWS
* API Reference
The child workflow execution that was terminated.
*/ inline const WorkflowExecution& GetWorkflowExecution() const{ return m_workflowExecution; } /** *The child workflow execution that was terminated.
*/ inline bool WorkflowExecutionHasBeenSet() const { return m_workflowExecutionHasBeenSet; } /** *The child workflow execution that was terminated.
*/ inline void SetWorkflowExecution(const WorkflowExecution& value) { m_workflowExecutionHasBeenSet = true; m_workflowExecution = value; } /** *The child workflow execution that was terminated.
*/ inline void SetWorkflowExecution(WorkflowExecution&& value) { m_workflowExecutionHasBeenSet = true; m_workflowExecution = std::move(value); } /** *The child workflow execution that was terminated.
*/ inline ChildWorkflowExecutionTerminatedEventAttributes& WithWorkflowExecution(const WorkflowExecution& value) { SetWorkflowExecution(value); return *this;} /** *The child workflow execution that was terminated.
*/ inline ChildWorkflowExecutionTerminatedEventAttributes& WithWorkflowExecution(WorkflowExecution&& value) { SetWorkflowExecution(std::move(value)); return *this;} /** *The type of the child workflow execution.
*/ inline const WorkflowType& GetWorkflowType() const{ return m_workflowType; } /** *The type of the child workflow execution.
*/ inline bool WorkflowTypeHasBeenSet() const { return m_workflowTypeHasBeenSet; } /** *The type of the child workflow execution.
*/ inline void SetWorkflowType(const WorkflowType& value) { m_workflowTypeHasBeenSet = true; m_workflowType = value; } /** *The type of the child workflow execution.
*/ inline void SetWorkflowType(WorkflowType&& value) { m_workflowTypeHasBeenSet = true; m_workflowType = std::move(value); } /** *The type of the child workflow execution.
*/ inline ChildWorkflowExecutionTerminatedEventAttributes& WithWorkflowType(const WorkflowType& value) { SetWorkflowType(value); return *this;} /** *The type of the child workflow execution.
*/ inline ChildWorkflowExecutionTerminatedEventAttributes& WithWorkflowType(WorkflowType&& value) { SetWorkflowType(std::move(value)); return *this;} /** *The ID of the StartChildWorkflowExecutionInitiated
event
* corresponding to the StartChildWorkflowExecution
Decision to
* start this child workflow execution. This information can be useful for
* diagnosing problems by tracing back the chain of events leading up to this
* event.
The ID of the StartChildWorkflowExecutionInitiated
event
* corresponding to the StartChildWorkflowExecution
Decision to
* start this child workflow execution. This information can be useful for
* diagnosing problems by tracing back the chain of events leading up to this
* event.
The ID of the StartChildWorkflowExecutionInitiated
event
* corresponding to the StartChildWorkflowExecution
Decision to
* start this child workflow execution. This information can be useful for
* diagnosing problems by tracing back the chain of events leading up to this
* event.
The ID of the StartChildWorkflowExecutionInitiated
event
* corresponding to the StartChildWorkflowExecution
Decision to
* start this child workflow execution. This information can be useful for
* diagnosing problems by tracing back the chain of events leading up to this
* event.
The ID of the ChildWorkflowExecutionStarted
event recorded when
* this child workflow execution was started. This information can be useful for
* diagnosing problems by tracing back the chain of events leading up to this
* event.
The ID of the ChildWorkflowExecutionStarted
event recorded when
* this child workflow execution was started. This information can be useful for
* diagnosing problems by tracing back the chain of events leading up to this
* event.
The ID of the ChildWorkflowExecutionStarted
event recorded when
* this child workflow execution was started. This information can be useful for
* diagnosing problems by tracing back the chain of events leading up to this
* event.
The ID of the ChildWorkflowExecutionStarted
event recorded when
* this child workflow execution was started. This information can be useful for
* diagnosing problems by tracing back the chain of events leading up to this
* event.