62 inline void SetExecutionContext(
const char* value) { m_executionContextHasBeenSet =
true; m_executionContext.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_executionContextHasBeenSet;
124 long long m_scheduledEventId;
125 bool m_scheduledEventIdHasBeenSet;
126 long long m_startedEventId;
127 bool m_startedEventIdHasBeenSet;
void SetStartedEventId(long long value)
long long GetStartedEventId() const
long long GetScheduledEventId() const
void SetExecutionContext(Aws::String &&value)
DecisionTaskCompletedEventAttributes & WithScheduledEventId(long long value)
DecisionTaskCompletedEventAttributes & WithExecutionContext(const Aws::String &value)
DecisionTaskCompletedEventAttributes & WithExecutionContext(Aws::String &&value)
void SetExecutionContext(const char *value)
void SetScheduledEventId(long long value)
DecisionTaskCompletedEventAttributes & WithExecutionContext(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetExecutionContext(const Aws::String &value)
const Aws::String & GetExecutionContext() const
DecisionTaskCompletedEventAttributes & WithStartedEventId(long long value)
JSON (JavaScript Object Notation).