/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details of the TimerStarted
event.See
* Also:
AWS
* API Reference
The unique ID of the timer that was started.
*/ inline const Aws::String& GetTimerId() const{ return m_timerId; } /** *The unique ID of the timer that was started.
*/ inline bool TimerIdHasBeenSet() const { return m_timerIdHasBeenSet; } /** *The unique ID of the timer that was started.
*/ inline void SetTimerId(const Aws::String& value) { m_timerIdHasBeenSet = true; m_timerId = value; } /** *The unique ID of the timer that was started.
*/ inline void SetTimerId(Aws::String&& value) { m_timerIdHasBeenSet = true; m_timerId = std::move(value); } /** *The unique ID of the timer that was started.
*/ inline void SetTimerId(const char* value) { m_timerIdHasBeenSet = true; m_timerId.assign(value); } /** *The unique ID of the timer that was started.
*/ inline TimerStartedEventAttributes& WithTimerId(const Aws::String& value) { SetTimerId(value); return *this;} /** *The unique ID of the timer that was started.
*/ inline TimerStartedEventAttributes& WithTimerId(Aws::String&& value) { SetTimerId(std::move(value)); return *this;} /** *The unique ID of the timer that was started.
*/ inline TimerStartedEventAttributes& WithTimerId(const char* value) { SetTimerId(value); return *this;} /** *Data attached to the event that can be used by the decider in subsequent * workflow tasks.
*/ inline const Aws::String& GetControl() const{ return m_control; } /** *Data attached to the event that can be used by the decider in subsequent * workflow tasks.
*/ inline bool ControlHasBeenSet() const { return m_controlHasBeenSet; } /** *Data attached to the event that can be used by the decider in subsequent * workflow tasks.
*/ inline void SetControl(const Aws::String& value) { m_controlHasBeenSet = true; m_control = value; } /** *Data attached to the event that can be used by the decider in subsequent * workflow tasks.
*/ inline void SetControl(Aws::String&& value) { m_controlHasBeenSet = true; m_control = std::move(value); } /** *Data attached to the event that can be used by the decider in subsequent * workflow tasks.
*/ inline void SetControl(const char* value) { m_controlHasBeenSet = true; m_control.assign(value); } /** *Data attached to the event that can be used by the decider in subsequent * workflow tasks.
*/ inline TimerStartedEventAttributes& WithControl(const Aws::String& value) { SetControl(value); return *this;} /** *Data attached to the event that can be used by the decider in subsequent * workflow tasks.
*/ inline TimerStartedEventAttributes& WithControl(Aws::String&& value) { SetControl(std::move(value)); return *this;} /** *Data attached to the event that can be used by the decider in subsequent * workflow tasks.
*/ inline TimerStartedEventAttributes& WithControl(const char* value) { SetControl(value); return *this;} /** *The duration of time after which the timer fires.
The duration is
* specified in seconds, an integer greater than or equal to 0
.
The duration of time after which the timer fires.
The duration is
* specified in seconds, an integer greater than or equal to 0
.
The duration of time after which the timer fires.
The duration is
* specified in seconds, an integer greater than or equal to 0
.
The duration of time after which the timer fires.
The duration is
* specified in seconds, an integer greater than or equal to 0
.
The duration of time after which the timer fires.
The duration is
* specified in seconds, an integer greater than or equal to 0
.
The duration of time after which the timer fires.
The duration is
* specified in seconds, an integer greater than or equal to 0
.
The duration of time after which the timer fires.
The duration is
* specified in seconds, an integer greater than or equal to 0
.
The duration of time after which the timer fires.
The duration is
* specified in seconds, an integer greater than or equal to 0
.
The ID of the DecisionTaskCompleted
event corresponding to the
* decision task that resulted in the StartTimer
decision for this
* activity task. This information can be useful for diagnosing problems by tracing
* back the chain of events leading up to this event.
The ID of the DecisionTaskCompleted
event corresponding to the
* decision task that resulted in the StartTimer
decision for this
* activity task. This information can be useful for diagnosing problems by tracing
* back the chain of events leading up to this event.
The ID of the DecisionTaskCompleted
event corresponding to the
* decision task that resulted in the StartTimer
decision for this
* activity task. This information can be useful for diagnosing problems by tracing
* back the chain of events leading up to this event.
The ID of the DecisionTaskCompleted
event corresponding to the
* decision task that resulted in the StartTimer
decision for this
* activity task. This information can be useful for diagnosing problems by tracing
* back the chain of events leading up to this event.