/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details of the TimerCanceled
event. See
* Also:
AWS
* API Reference
The unique ID of the timer that was canceled.
*/ inline const Aws::String& GetTimerId() const{ return m_timerId; } /** *The unique ID of the timer that was canceled.
*/ inline bool TimerIdHasBeenSet() const { return m_timerIdHasBeenSet; } /** *The unique ID of the timer that was canceled.
*/ inline void SetTimerId(const Aws::String& value) { m_timerIdHasBeenSet = true; m_timerId = value; } /** *The unique ID of the timer that was canceled.
*/ inline void SetTimerId(Aws::String&& value) { m_timerIdHasBeenSet = true; m_timerId = std::move(value); } /** *The unique ID of the timer that was canceled.
*/ inline void SetTimerId(const char* value) { m_timerIdHasBeenSet = true; m_timerId.assign(value); } /** *The unique ID of the timer that was canceled.
*/ inline TimerCanceledEventAttributes& WithTimerId(const Aws::String& value) { SetTimerId(value); return *this;} /** *The unique ID of the timer that was canceled.
*/ inline TimerCanceledEventAttributes& WithTimerId(Aws::String&& value) { SetTimerId(std::move(value)); return *this;} /** *The unique ID of the timer that was canceled.
*/ inline TimerCanceledEventAttributes& WithTimerId(const char* value) { SetTimerId(value); return *this;} /** *The ID of the TimerStarted
event that was recorded when this
* timer 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 TimerStarted
event that was recorded when this
* timer 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 TimerStarted
event that was recorded when this
* timer 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 TimerStarted
event that was recorded when this
* timer 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 DecisionTaskCompleted
event corresponding to the
* decision task that resulted in the CancelTimer
decision to cancel
* this timer. 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 CancelTimer
decision to cancel
* this timer. 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 CancelTimer
decision to cancel
* this timer. 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 CancelTimer
decision to cancel
* this timer. This information can be useful for diagnosing problems by tracing
* back the chain of events leading up to this event.