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; }
126 bool m_timerIdHasBeenSet;
127 long long m_startedEventId;
128 bool m_startedEventIdHasBeenSet;
129 long long m_decisionTaskCompletedEventId;
130 bool m_decisionTaskCompletedEventIdHasBeenSet;
long long GetStartedEventId() const
TimerCanceledEventAttributes & WithStartedEventId(long long value)
TimerCanceledEventAttributes & WithDecisionTaskCompletedEventId(long long value)
const Aws::String & GetTimerId() const
long long GetDecisionTaskCompletedEventId() const
TimerCanceledEventAttributes & WithTimerId(const char *value)
TimerCanceledEventAttributes & WithTimerId(Aws::String &&value)
void SetTimerId(Aws::String &&value)
void SetTimerId(const Aws::String &value)
void SetTimerId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetStartedEventId(long long value)
void SetDecisionTaskCompletedEventId(long long value)
TimerCanceledEventAttributes & WithTimerId(const Aws::String &value)
JSON (JavaScript Object Notation).