141 inline void SetInitiatedEventId(
long long value) { m_initiatedEventIdHasBeenSet =
true; m_initiatedEventId = value; }
165 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
177 bool m_workflowExecutionHasBeenSet;
179 bool m_workflowTypeHasBeenSet;
181 bool m_timeoutTypeHasBeenSet;
182 long long m_initiatedEventId;
183 bool m_initiatedEventIdHasBeenSet;
184 long long m_startedEventId;
185 bool m_startedEventIdHasBeenSet;
void SetWorkflowExecution(WorkflowExecution &&value)
ChildWorkflowExecutionTimedOutEventAttributes & WithWorkflowExecution(const WorkflowExecution &value)
ChildWorkflowExecutionTimedOutEventAttributes & WithWorkflowExecution(WorkflowExecution &&value)
const WorkflowExecutionTimeoutType & GetTimeoutType() const
void SetStartedEventId(long long value)
ChildWorkflowExecutionTimedOutEventAttributes & WithStartedEventId(long long value)
WorkflowExecutionTimeoutType
ChildWorkflowExecutionTimedOutEventAttributes & WithInitiatedEventId(long long value)
void SetTimeoutType(const WorkflowExecutionTimeoutType &value)
ChildWorkflowExecutionTimedOutEventAttributes & WithTimeoutType(WorkflowExecutionTimeoutType &&value)
ChildWorkflowExecutionTimedOutEventAttributes & WithWorkflowType(const WorkflowType &value)
const WorkflowType & GetWorkflowType() const
long long GetStartedEventId() const
void SetWorkflowType(WorkflowType &&value)
void SetInitiatedEventId(long long value)
ChildWorkflowExecutionTimedOutEventAttributes & WithTimeoutType(const WorkflowExecutionTimeoutType &value)
void SetTimeoutType(WorkflowExecutionTimeoutType &&value)
void SetWorkflowType(const WorkflowType &value)
ChildWorkflowExecutionTimedOutEventAttributes & WithWorkflowType(WorkflowType &&value)
void SetWorkflowExecution(const WorkflowExecution &value)
long long GetInitiatedEventId() const
JSON (JavaScript Object Notation).
const WorkflowExecution & GetWorkflowExecution() const