/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details of the ActivityTaskTimedOut
* event.See Also:
AWS
* API Reference
The type of the timeout that caused this event.
*/ inline const ActivityTaskTimeoutType& GetTimeoutType() const{ return m_timeoutType; } /** *The type of the timeout that caused this event.
*/ inline bool TimeoutTypeHasBeenSet() const { return m_timeoutTypeHasBeenSet; } /** *The type of the timeout that caused this event.
*/ inline void SetTimeoutType(const ActivityTaskTimeoutType& value) { m_timeoutTypeHasBeenSet = true; m_timeoutType = value; } /** *The type of the timeout that caused this event.
*/ inline void SetTimeoutType(ActivityTaskTimeoutType&& value) { m_timeoutTypeHasBeenSet = true; m_timeoutType = std::move(value); } /** *The type of the timeout that caused this event.
*/ inline ActivityTaskTimedOutEventAttributes& WithTimeoutType(const ActivityTaskTimeoutType& value) { SetTimeoutType(value); return *this;} /** *The type of the timeout that caused this event.
*/ inline ActivityTaskTimedOutEventAttributes& WithTimeoutType(ActivityTaskTimeoutType&& value) { SetTimeoutType(std::move(value)); return *this;} /** *The ID of the ActivityTaskScheduled
event that was recorded when
* this activity 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 ActivityTaskScheduled
event that was recorded when
* this activity 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 ActivityTaskScheduled
event that was recorded when
* this activity 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 ActivityTaskScheduled
event that was recorded when
* this activity 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 ActivityTaskStarted
event recorded when this
* activity 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 ActivityTaskStarted
event recorded when this
* activity 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 ActivityTaskStarted
event recorded when this
* activity 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 ActivityTaskStarted
event recorded when this
* activity task was started. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
Contains the content of the details
parameter for the last call
* made by the activity to RecordActivityTaskHeartbeat
.
Contains the content of the details
parameter for the last call
* made by the activity to RecordActivityTaskHeartbeat
.
Contains the content of the details
parameter for the last call
* made by the activity to RecordActivityTaskHeartbeat
.
Contains the content of the details
parameter for the last call
* made by the activity to RecordActivityTaskHeartbeat
.
Contains the content of the details
parameter for the last call
* made by the activity to RecordActivityTaskHeartbeat
.
Contains the content of the details
parameter for the last call
* made by the activity to RecordActivityTaskHeartbeat
.
Contains the content of the details
parameter for the last call
* made by the activity to RecordActivityTaskHeartbeat
.
Contains the content of the details
parameter for the last call
* made by the activity to RecordActivityTaskHeartbeat
.