115 inline void SetResult(
const char* value) { m_resultHasBeenSet =
true; m_result.assign(value); }
146 inline void SetInitiatedEventId(
long long value) { m_initiatedEventIdHasBeenSet =
true; m_initiatedEventId = value; }
170 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
182 bool m_workflowExecutionHasBeenSet;
184 bool m_workflowTypeHasBeenSet;
186 bool m_resultHasBeenSet;
187 long long m_initiatedEventId;
188 bool m_initiatedEventIdHasBeenSet;
189 long long m_startedEventId;
190 bool m_startedEventIdHasBeenSet;
void SetWorkflowType(const WorkflowType &value)
const WorkflowType & GetWorkflowType() const
void SetResult(Aws::String &&value)
const WorkflowExecution & GetWorkflowExecution() const
ChildWorkflowExecutionCompletedEventAttributes & WithWorkflowExecution(const WorkflowExecution &value)
void SetWorkflowExecution(const WorkflowExecution &value)
void SetWorkflowType(WorkflowType &&value)
void SetWorkflowExecution(WorkflowExecution &&value)
ChildWorkflowExecutionCompletedEventAttributes & WithResult(const char *value)
void SetInitiatedEventId(long long value)
ChildWorkflowExecutionCompletedEventAttributes & WithResult(Aws::String &&value)
ChildWorkflowExecutionCompletedEventAttributes & WithStartedEventId(long long value)
ChildWorkflowExecutionCompletedEventAttributes & WithWorkflowExecution(WorkflowExecution &&value)
ChildWorkflowExecutionCompletedEventAttributes & WithWorkflowType(const WorkflowType &value)
const Aws::String & GetResult() const
ChildWorkflowExecutionCompletedEventAttributes & WithInitiatedEventId(long long value)
void SetResult(const Aws::String &value)
void SetResult(const char *value)
ChildWorkflowExecutionCompletedEventAttributes & WithWorkflowType(WorkflowType &&value)
long long GetStartedEventId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetStartedEventId(long long value)
ChildWorkflowExecutionCompletedEventAttributes & WithResult(const Aws::String &value)
JSON (JavaScript Object Notation).
long long GetInitiatedEventId() const