/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details of the DecisionTaskCompleted
* event.See Also:
AWS
* API Reference
User defined context for the workflow execution.
*/ inline const Aws::String& GetExecutionContext() const{ return m_executionContext; } /** *User defined context for the workflow execution.
*/ inline bool ExecutionContextHasBeenSet() const { return m_executionContextHasBeenSet; } /** *User defined context for the workflow execution.
*/ inline void SetExecutionContext(const Aws::String& value) { m_executionContextHasBeenSet = true; m_executionContext = value; } /** *User defined context for the workflow execution.
*/ inline void SetExecutionContext(Aws::String&& value) { m_executionContextHasBeenSet = true; m_executionContext = std::move(value); } /** *User defined context for the workflow execution.
*/ inline void SetExecutionContext(const char* value) { m_executionContextHasBeenSet = true; m_executionContext.assign(value); } /** *User defined context for the workflow execution.
*/ inline DecisionTaskCompletedEventAttributes& WithExecutionContext(const Aws::String& value) { SetExecutionContext(value); return *this;} /** *User defined context for the workflow execution.
*/ inline DecisionTaskCompletedEventAttributes& WithExecutionContext(Aws::String&& value) { SetExecutionContext(std::move(value)); return *this;} /** *User defined context for the workflow execution.
*/ inline DecisionTaskCompletedEventAttributes& WithExecutionContext(const char* value) { SetExecutionContext(value); return *this;} /** *The ID of the DecisionTaskScheduled
event that was recorded when
* this decision task was scheduled. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the DecisionTaskScheduled
event that was recorded when
* this decision task was scheduled. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the DecisionTaskScheduled
event that was recorded when
* this decision task was scheduled. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the DecisionTaskScheduled
event that was recorded when
* this decision task was scheduled. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the DecisionTaskStarted
event recorded when this
* decision task 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 DecisionTaskStarted
event recorded when this
* decision task 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 DecisionTaskStarted
event recorded when this
* decision task 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 DecisionTaskStarted
event recorded when this
* decision task was started. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.