62 inline void SetTimerId(
const char* value) { m_timerIdHasBeenSet =
true; m_timerId.assign(value); }
91 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
102 bool m_timerIdHasBeenSet;
103 long long m_startedEventId;
104 bool m_startedEventIdHasBeenSet;
void SetTimerId(const char *value)
void SetStartedEventId(long long value)
void SetTimerId(Aws::String &&value)
TimerFiredEventAttributes & WithTimerId(const char *value)
long long GetStartedEventId() const
TimerFiredEventAttributes & WithTimerId(const Aws::String &value)
void SetTimerId(const Aws::String &value)
TimerFiredEventAttributes & WithStartedEventId(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetTimerId() const
TimerFiredEventAttributes & WithTimerId(Aws::String &&value)
JSON (JavaScript Object Notation).