/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details of the ChildWorkflowExecutionCompleted
* event.See Also:
AWS
* API Reference
The child workflow execution that was completed.
*/ inline const WorkflowExecution& GetWorkflowExecution() const{ return m_workflowExecution; } /** *The child workflow execution that was completed.
*/ inline bool WorkflowExecutionHasBeenSet() const { return m_workflowExecutionHasBeenSet; } /** *The child workflow execution that was completed.
*/ inline void SetWorkflowExecution(const WorkflowExecution& value) { m_workflowExecutionHasBeenSet = true; m_workflowExecution = value; } /** *The child workflow execution that was completed.
*/ inline void SetWorkflowExecution(WorkflowExecution&& value) { m_workflowExecutionHasBeenSet = true; m_workflowExecution = std::move(value); } /** *The child workflow execution that was completed.
*/ inline ChildWorkflowExecutionCompletedEventAttributes& WithWorkflowExecution(const WorkflowExecution& value) { SetWorkflowExecution(value); return *this;} /** *The child workflow execution that was completed.
*/ inline ChildWorkflowExecutionCompletedEventAttributes& 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 ChildWorkflowExecutionCompletedEventAttributes& WithWorkflowType(const WorkflowType& value) { SetWorkflowType(value); return *this;} /** *The type of the child workflow execution.
*/ inline ChildWorkflowExecutionCompletedEventAttributes& WithWorkflowType(WorkflowType&& value) { SetWorkflowType(std::move(value)); return *this;} /** *The result of the child workflow execution.
*/ inline const Aws::String& GetResult() const{ return m_result; } /** *The result of the child workflow execution.
*/ inline bool ResultHasBeenSet() const { return m_resultHasBeenSet; } /** *The result of the child workflow execution.
*/ inline void SetResult(const Aws::String& value) { m_resultHasBeenSet = true; m_result = value; } /** *The result of the child workflow execution.
*/ inline void SetResult(Aws::String&& value) { m_resultHasBeenSet = true; m_result = std::move(value); } /** *The result of the child workflow execution.
*/ inline void SetResult(const char* value) { m_resultHasBeenSet = true; m_result.assign(value); } /** *The result of the child workflow execution.
*/ inline ChildWorkflowExecutionCompletedEventAttributes& WithResult(const Aws::String& value) { SetResult(value); return *this;} /** *The result of the child workflow execution.
*/ inline ChildWorkflowExecutionCompletedEventAttributes& WithResult(Aws::String&& value) { SetResult(std::move(value)); return *this;} /** *The result of the child workflow execution.
*/ inline ChildWorkflowExecutionCompletedEventAttributes& WithResult(const char* value) { SetResult(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.