62 inline void SetResult(
const char* value) { m_resultHasBeenSet =
true; m_result.assign(value); }
91 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
112 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
123 bool m_resultHasBeenSet;
124 long long m_scheduledEventId;
125 bool m_scheduledEventIdHasBeenSet;
126 long long m_startedEventId;
127 bool m_startedEventIdHasBeenSet;
long long GetStartedEventId() const
ActivityTaskCompletedEventAttributes & WithResult(const char *value)
ActivityTaskCompletedEventAttributes & WithScheduledEventId(long long value)
void SetResult(const char *value)
void SetStartedEventId(long long value)
const Aws::String & GetResult() const
ActivityTaskCompletedEventAttributes & WithStartedEventId(long long value)
void SetResult(const Aws::String &value)
void SetResult(Aws::String &&value)
long long GetScheduledEventId() const
void SetScheduledEventId(long long value)
ActivityTaskCompletedEventAttributes & WithResult(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
JSON (JavaScript Object Notation).
ActivityTaskCompletedEventAttributes & WithResult(Aws::String &&value)