/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details of the ExternalWorkflowExecutionSignaled
* event.See Also:
AWS
* API Reference
The external workflow execution that the signal was delivered to.
*/ inline const WorkflowExecution& GetWorkflowExecution() const{ return m_workflowExecution; } /** *The external workflow execution that the signal was delivered to.
*/ inline bool WorkflowExecutionHasBeenSet() const { return m_workflowExecutionHasBeenSet; } /** *The external workflow execution that the signal was delivered to.
*/ inline void SetWorkflowExecution(const WorkflowExecution& value) { m_workflowExecutionHasBeenSet = true; m_workflowExecution = value; } /** *The external workflow execution that the signal was delivered to.
*/ inline void SetWorkflowExecution(WorkflowExecution&& value) { m_workflowExecutionHasBeenSet = true; m_workflowExecution = std::move(value); } /** *The external workflow execution that the signal was delivered to.
*/ inline ExternalWorkflowExecutionSignaledEventAttributes& WithWorkflowExecution(const WorkflowExecution& value) { SetWorkflowExecution(value); return *this;} /** *The external workflow execution that the signal was delivered to.
*/ inline ExternalWorkflowExecutionSignaledEventAttributes& WithWorkflowExecution(WorkflowExecution&& value) { SetWorkflowExecution(std::move(value)); return *this;} /** *The ID of the SignalExternalWorkflowExecutionInitiated
event
* corresponding to the SignalExternalWorkflowExecution
decision to
* request this signal. This information can be useful for diagnosing problems by
* tracing back the chain of events leading up to this event.
The ID of the SignalExternalWorkflowExecutionInitiated
event
* corresponding to the SignalExternalWorkflowExecution
decision to
* request this signal. This information can be useful for diagnosing problems by
* tracing back the chain of events leading up to this event.
The ID of the SignalExternalWorkflowExecutionInitiated
event
* corresponding to the SignalExternalWorkflowExecution
decision to
* request this signal. This information can be useful for diagnosing problems by
* tracing back the chain of events leading up to this event.
The ID of the SignalExternalWorkflowExecutionInitiated
event
* corresponding to the SignalExternalWorkflowExecution
decision to
* request this signal. This information can be useful for diagnosing problems by
* tracing back the chain of events leading up to this event.