/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details of the DecisionTaskTimedOut
* event.See Also:
AWS
* API Reference
The type of timeout that expired before the decision task could be * completed.
*/ inline const DecisionTaskTimeoutType& GetTimeoutType() const{ return m_timeoutType; } /** *The type of timeout that expired before the decision task could be * completed.
*/ inline bool TimeoutTypeHasBeenSet() const { return m_timeoutTypeHasBeenSet; } /** *The type of timeout that expired before the decision task could be * completed.
*/ inline void SetTimeoutType(const DecisionTaskTimeoutType& value) { m_timeoutTypeHasBeenSet = true; m_timeoutType = value; } /** *The type of timeout that expired before the decision task could be * completed.
*/ inline void SetTimeoutType(DecisionTaskTimeoutType&& value) { m_timeoutTypeHasBeenSet = true; m_timeoutType = std::move(value); } /** *The type of timeout that expired before the decision task could be * completed.
*/ inline DecisionTaskTimedOutEventAttributes& WithTimeoutType(const DecisionTaskTimeoutType& value) { SetTimeoutType(value); return *this;} /** *The type of timeout that expired before the decision task could be * completed.
*/ inline DecisionTaskTimedOutEventAttributes& WithTimeoutType(DecisionTaskTimeoutType&& value) { SetTimeoutType(std::move(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.