82 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
103 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
134 inline void SetDetails(
const char* value) { m_detailsHasBeenSet =
true; m_details.assign(value); }
156 bool m_timeoutTypeHasBeenSet;
157 long long m_scheduledEventId;
158 bool m_scheduledEventIdHasBeenSet;
159 long long m_startedEventId;
160 bool m_startedEventIdHasBeenSet;
162 bool m_detailsHasBeenSet;
ActivityTaskTimedOutEventAttributes & WithStartedEventId(long long value)
ActivityTaskTimedOutEventAttributes & WithTimeoutType(const ActivityTaskTimeoutType &value)
const ActivityTaskTimeoutType & GetTimeoutType() const
void SetTimeoutType(ActivityTaskTimeoutType &&value)
void SetTimeoutType(const ActivityTaskTimeoutType &value)
ActivityTaskTimedOutEventAttributes & WithDetails(const char *value)
long long GetScheduledEventId() const
long long GetStartedEventId() const
void SetStartedEventId(long long value)
void SetDetails(const char *value)
void SetDetails(Aws::String &&value)
const Aws::String & GetDetails() const
ActivityTaskTimedOutEventAttributes & WithTimeoutType(ActivityTaskTimeoutType &&value)
ActivityTaskTimedOutEventAttributes & WithDetails(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ActivityTaskTimedOutEventAttributes & WithDetails(const Aws::String &value)
ActivityTaskTimedOutEventAttributes & WithScheduledEventId(long long value)
void SetDetails(const Aws::String &value)
JSON (JavaScript Object Notation).
void SetScheduledEventId(long long value)