63 inline void SetTimerId(
const char* value) { m_timerIdHasBeenSet =
true; m_timerId.assign(value); }
156 bool m_timerIdHasBeenSet;
158 bool m_causeHasBeenSet;
159 long long m_decisionTaskCompletedEventId;
160 bool m_decisionTaskCompletedEventIdHasBeenSet;
void SetTimerId(const char *value)
void SetDecisionTaskCompletedEventId(long long value)
StartTimerFailedEventAttributes & WithTimerId(Aws::String &&value)
long long GetDecisionTaskCompletedEventId() const
StartTimerFailedEventAttributes & WithDecisionTaskCompletedEventId(long long value)
const StartTimerFailedCause & GetCause() const
void SetCause(const StartTimerFailedCause &value)
StartTimerFailedEventAttributes & WithCause(StartTimerFailedCause &&value)
void SetTimerId(Aws::String &&value)
const Aws::String & GetTimerId() const
StartTimerFailedEventAttributes & WithCause(const StartTimerFailedCause &value)
void SetTimerId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
StartTimerFailedEventAttributes & WithTimerId(const char *value)
StartTimerFailedEventAttributes & WithTimerId(const Aws::String &value)
void SetCause(StartTimerFailedCause &&value)
JSON (JavaScript Object Notation).