7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
9#include <aws/swf/model/ChildPolicy.h>
10#include <aws/swf/model/TaskList.h>
48 template <
typename TaskStartToCloseTimeoutT = Aws::String>
50 m_taskStartToCloseTimeoutHasBeenSet =
true;
51 m_taskStartToCloseTimeout = std::forward<TaskStartToCloseTimeoutT>(value);
53 template <
typename TaskStartToCloseTimeoutT = Aws::String>
68 template <
typename ExecutionStartToCloseTimeoutT = Aws::String>
70 m_executionStartToCloseTimeoutHasBeenSet =
true;
71 m_executionStartToCloseTimeout = std::forward<ExecutionStartToCloseTimeoutT>(value);
73 template <
typename ExecutionStartToCloseTimeoutT = Aws::String>
87 template <
typename TaskListT = TaskList>
89 m_taskListHasBeenSet =
true;
90 m_taskList = std::forward<TaskListT>(value);
92 template <
typename TaskListT = TaskList>
111 template <
typename TaskPriorityT = Aws::String>
113 m_taskPriorityHasBeenSet =
true;
114 m_taskPriority = std::forward<TaskPriorityT>(value);
116 template <
typename TaskPriorityT = Aws::String>
139 m_childPolicyHasBeenSet =
true;
140 m_childPolicy = value;
154 template <
typename LambdaRoleT = Aws::String>
156 m_lambdaRoleHasBeenSet =
true;
157 m_lambdaRole = std::forward<LambdaRoleT>(value);
159 template <
typename LambdaRoleT = Aws::String>
177 bool m_taskStartToCloseTimeoutHasBeenSet =
false;
178 bool m_executionStartToCloseTimeoutHasBeenSet =
false;
179 bool m_taskListHasBeenSet =
false;
180 bool m_taskPriorityHasBeenSet =
false;
181 bool m_childPolicyHasBeenSet =
false;
182 bool m_lambdaRoleHasBeenSet =
false;
void SetLambdaRole(LambdaRoleT &&value)
ChildPolicy GetChildPolicy() const
bool ChildPolicyHasBeenSet() const
WorkflowExecutionConfiguration & WithExecutionStartToCloseTimeout(ExecutionStartToCloseTimeoutT &&value)
WorkflowExecutionConfiguration & WithChildPolicy(ChildPolicy value)
bool TaskStartToCloseTimeoutHasBeenSet() const
AWS_SWF_API WorkflowExecutionConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool LambdaRoleHasBeenSet() const
void SetChildPolicy(ChildPolicy value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
WorkflowExecutionConfiguration & WithLambdaRole(LambdaRoleT &&value)
const Aws::String & GetTaskStartToCloseTimeout() const
void SetExecutionStartToCloseTimeout(ExecutionStartToCloseTimeoutT &&value)
AWS_SWF_API WorkflowExecutionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExecutionStartToCloseTimeout() const
AWS_SWF_API WorkflowExecutionConfiguration()=default
void SetTaskPriority(TaskPriorityT &&value)
WorkflowExecutionConfiguration & WithTaskList(TaskListT &&value)
WorkflowExecutionConfiguration & WithTaskPriority(TaskPriorityT &&value)
WorkflowExecutionConfiguration & WithTaskStartToCloseTimeout(TaskStartToCloseTimeoutT &&value)
bool ExecutionStartToCloseTimeoutHasBeenSet() const
bool TaskPriorityHasBeenSet() const
void SetTaskList(TaskListT &&value)
const Aws::String & GetLambdaRole() const
const Aws::String & GetTaskPriority() const
const TaskList & GetTaskList() const
void SetTaskStartToCloseTimeout(TaskStartToCloseTimeoutT &&value)
bool TaskListHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue