62 inline void SetResult(
const char* value) { m_resultHasBeenSet =
true; m_result.assign(value); }
108 bool m_resultHasBeenSet;
109 long long m_decisionTaskCompletedEventId;
110 bool m_decisionTaskCompletedEventIdHasBeenSet;
WorkflowExecutionCompletedEventAttributes & WithResult(const Aws::String &value)
void SetDecisionTaskCompletedEventId(long long value)
void SetResult(Aws::String &&value)
WorkflowExecutionCompletedEventAttributes & WithDecisionTaskCompletedEventId(long long value)
void SetResult(const Aws::String &value)
long long GetDecisionTaskCompletedEventId() const
const Aws::String & GetResult() const
WorkflowExecutionCompletedEventAttributes & WithResult(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
WorkflowExecutionCompletedEventAttributes & WithResult(const char *value)
void SetResult(const char *value)
JSON (JavaScript Object Notation).