7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/swf/model/ChildPolicy.h>
10#include <aws/swf/model/TaskList.h>
11#include <aws/swf/model/WorkflowType.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/swf/model/WorkflowExecution.h>
52 template<
typename InputT = Aws::String>
53 void SetInput(InputT&& value) { m_inputHasBeenSet =
true; m_input = std::forward<InputT>(value); }
54 template<
typename InputT = Aws::String>
66 template<
typename ExecutionStartToCloseTimeoutT = Aws::String>
67 void SetExecutionStartToCloseTimeout(ExecutionStartToCloseTimeoutT&& value) { m_executionStartToCloseTimeoutHasBeenSet =
true; m_executionStartToCloseTimeout = std::forward<ExecutionStartToCloseTimeoutT>(value); }
68 template<
typename ExecutionStartToCloseTimeoutT = Aws::String>
80 template<
typename TaskStartToCloseTimeoutT = Aws::String>
81 void SetTaskStartToCloseTimeout(TaskStartToCloseTimeoutT&& value) { m_taskStartToCloseTimeoutHasBeenSet =
true; m_taskStartToCloseTimeout = std::forward<TaskStartToCloseTimeoutT>(value); }
82 template<
typename TaskStartToCloseTimeoutT = Aws::String>
112 template<
typename TaskListT = TaskList>
113 void SetTaskList(TaskListT&& value) { m_taskListHasBeenSet =
true; m_taskList = std::forward<TaskListT>(value); }
114 template<
typename TaskListT = TaskList>
124 template<
typename TaskPriorityT = Aws::String>
125 void SetTaskPriority(TaskPriorityT&& value) { m_taskPriorityHasBeenSet =
true; m_taskPriority = std::forward<TaskPriorityT>(value); }
126 template<
typename TaskPriorityT = Aws::String>
136 template<
typename WorkflowTypeT = WorkflowType>
137 void SetWorkflowType(WorkflowTypeT&& value) { m_workflowTypeHasBeenSet =
true; m_workflowType = std::forward<WorkflowTypeT>(value); }
138 template<
typename WorkflowTypeT = WorkflowType>
149 template<
typename TagListT = Aws::Vector<Aws::String>>
150 void SetTagList(TagListT&& value) { m_tagListHasBeenSet =
true; m_tagList = std::forward<TagListT>(value); }
151 template<
typename TagListT = Aws::Vector<Aws::String>>
153 template<
typename TagListT = Aws::String>
166 template<
typename ContinuedExecutionRunIdT = Aws::String>
167 void SetContinuedExecutionRunId(ContinuedExecutionRunIdT&& value) { m_continuedExecutionRunIdHasBeenSet =
true; m_continuedExecutionRunId = std::forward<ContinuedExecutionRunIdT>(value); }
168 template<
typename ContinuedExecutionRunIdT = Aws::String>
179 template<
typename ParentWorkflowExecutionT = WorkflowExecution>
180 void SetParentWorkflowExecution(ParentWorkflowExecutionT&& value) { m_parentWorkflowExecutionHasBeenSet =
true; m_parentWorkflowExecution = std::forward<ParentWorkflowExecutionT>(value); }
181 template<
typename ParentWorkflowExecutionT = WorkflowExecution>
206 template<
typename LambdaRoleT = Aws::String>
207 void SetLambdaRole(LambdaRoleT&& value) { m_lambdaRoleHasBeenSet =
true; m_lambdaRole = std::forward<LambdaRoleT>(value); }
208 template<
typename LambdaRoleT = Aws::String>
214 bool m_inputHasBeenSet =
false;
217 bool m_executionStartToCloseTimeoutHasBeenSet =
false;
220 bool m_taskStartToCloseTimeoutHasBeenSet =
false;
223 bool m_childPolicyHasBeenSet =
false;
226 bool m_taskListHasBeenSet =
false;
229 bool m_taskPriorityHasBeenSet =
false;
231 WorkflowType m_workflowType;
232 bool m_workflowTypeHasBeenSet =
false;
235 bool m_tagListHasBeenSet =
false;
238 bool m_continuedExecutionRunIdHasBeenSet =
false;
240 WorkflowExecution m_parentWorkflowExecution;
241 bool m_parentWorkflowExecutionHasBeenSet =
false;
243 long long m_parentInitiatedEventId{0};
244 bool m_parentInitiatedEventIdHasBeenSet =
false;
247 bool m_lambdaRoleHasBeenSet =
false;
WorkflowExecutionStartedEventAttributes & WithTaskList(TaskListT &&value)
bool ChildPolicyHasBeenSet() const
WorkflowExecutionStartedEventAttributes & WithParentInitiatedEventId(long long value)
long long GetParentInitiatedEventId() const
WorkflowExecutionStartedEventAttributes & AddTagList(TagListT &&value)
void SetContinuedExecutionRunId(ContinuedExecutionRunIdT &&value)
bool WorkflowTypeHasBeenSet() const
WorkflowExecutionStartedEventAttributes & WithContinuedExecutionRunId(ContinuedExecutionRunIdT &&value)
const Aws::String & GetExecutionStartToCloseTimeout() const
const Aws::String & GetTaskPriority() const
void SetParentInitiatedEventId(long long value)
bool ParentWorkflowExecutionHasBeenSet() const
WorkflowExecutionStartedEventAttributes & WithParentWorkflowExecution(ParentWorkflowExecutionT &&value)
bool TaskPriorityHasBeenSet() const
const Aws::String & GetInput() const
WorkflowExecutionStartedEventAttributes & WithExecutionStartToCloseTimeout(ExecutionStartToCloseTimeoutT &&value)
void SetExecutionStartToCloseTimeout(ExecutionStartToCloseTimeoutT &&value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
bool TagListHasBeenSet() const
const Aws::String & GetTaskStartToCloseTimeout() const
void SetTaskPriority(TaskPriorityT &&value)
void SetParentWorkflowExecution(ParentWorkflowExecutionT &&value)
const Aws::Vector< Aws::String > & GetTagList() const
WorkflowExecutionStartedEventAttributes & WithTaskStartToCloseTimeout(TaskStartToCloseTimeoutT &&value)
bool ExecutionStartToCloseTimeoutHasBeenSet() const
AWS_SWF_API WorkflowExecutionStartedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API WorkflowExecutionStartedEventAttributes()=default
WorkflowExecutionStartedEventAttributes & WithWorkflowType(WorkflowTypeT &&value)
WorkflowExecutionStartedEventAttributes & WithChildPolicy(ChildPolicy value)
const WorkflowType & GetWorkflowType() const
void SetTagList(TagListT &&value)
ChildPolicy GetChildPolicy() const
void SetInput(InputT &&value)
WorkflowExecutionStartedEventAttributes & WithTaskPriority(TaskPriorityT &&value)
const TaskList & GetTaskList() const
bool ParentInitiatedEventIdHasBeenSet() const
bool TaskStartToCloseTimeoutHasBeenSet() const
const WorkflowExecution & GetParentWorkflowExecution() const
WorkflowExecutionStartedEventAttributes & WithLambdaRole(LambdaRoleT &&value)
const Aws::String & GetLambdaRole() const
AWS_SWF_API WorkflowExecutionStartedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetChildPolicy(ChildPolicy value)
bool ContinuedExecutionRunIdHasBeenSet() const
void SetLambdaRole(LambdaRoleT &&value)
void SetTaskList(TaskListT &&value)
void SetTaskStartToCloseTimeout(TaskStartToCloseTimeoutT &&value)
bool InputHasBeenSet() const
WorkflowExecutionStartedEventAttributes & WithInput(InputT &&value)
WorkflowExecutionStartedEventAttributes & WithTagList(TagListT &&value)
void SetWorkflowType(WorkflowTypeT &&value)
const Aws::String & GetContinuedExecutionRunId() const
bool TaskListHasBeenSet() const
bool LambdaRoleHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue