/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details of the TimerFired
event.See
* Also:
AWS
* API Reference
The unique ID of the timer that fired.
*/ inline const Aws::String& GetTimerId() const{ return m_timerId; } /** *The unique ID of the timer that fired.
*/ inline bool TimerIdHasBeenSet() const { return m_timerIdHasBeenSet; } /** *The unique ID of the timer that fired.
*/ inline void SetTimerId(const Aws::String& value) { m_timerIdHasBeenSet = true; m_timerId = value; } /** *The unique ID of the timer that fired.
*/ inline void SetTimerId(Aws::String&& value) { m_timerIdHasBeenSet = true; m_timerId = std::move(value); } /** *The unique ID of the timer that fired.
*/ inline void SetTimerId(const char* value) { m_timerIdHasBeenSet = true; m_timerId.assign(value); } /** *The unique ID of the timer that fired.
*/ inline TimerFiredEventAttributes& WithTimerId(const Aws::String& value) { SetTimerId(value); return *this;} /** *The unique ID of the timer that fired.
*/ inline TimerFiredEventAttributes& WithTimerId(Aws::String&& value) { SetTimerId(std::move(value)); return *this;} /** *The unique ID of the timer that fired.
*/ inline TimerFiredEventAttributes& 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.