7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/swf/model/TaskList.h>
50 inline void SetExecutionContext(
const char* value) { m_executionContextHasBeenSet =
true; m_executionContext.assign(value); }
64 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
76 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
85 inline void SetTaskList(
TaskList&& value) { m_taskListHasBeenSet =
true; m_taskList = std::move(value); }
107 bool m_executionContextHasBeenSet =
false;
109 long long m_scheduledEventId;
110 bool m_scheduledEventIdHasBeenSet =
false;
112 long long m_startedEventId;
113 bool m_startedEventIdHasBeenSet =
false;
116 bool m_taskListHasBeenSet =
false;
119 bool m_taskListScheduleToStartTimeoutHasBeenSet =
false;
void SetTaskListScheduleToStartTimeout(const Aws::String &value)
DecisionTaskCompletedEventAttributes & WithTaskListScheduleToStartTimeout(const char *value)
DecisionTaskCompletedEventAttributes & WithExecutionContext(const char *value)
AWS_SWF_API DecisionTaskCompletedEventAttributes()
void SetExecutionContext(Aws::String &&value)
void SetScheduledEventId(long long value)
DecisionTaskCompletedEventAttributes & WithExecutionContext(Aws::String &&value)
void SetTaskList(const TaskList &value)
DecisionTaskCompletedEventAttributes & WithTaskList(const TaskList &value)
void SetTaskListScheduleToStartTimeout(const char *value)
void SetStartedEventId(long long value)
DecisionTaskCompletedEventAttributes & WithScheduledEventId(long long value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetExecutionContext() const
long long GetStartedEventId() const
void SetExecutionContext(const Aws::String &value)
const Aws::String & GetTaskListScheduleToStartTimeout() const
DecisionTaskCompletedEventAttributes & WithExecutionContext(const Aws::String &value)
DecisionTaskCompletedEventAttributes & WithTaskListScheduleToStartTimeout(Aws::String &&value)
bool StartedEventIdHasBeenSet() const
bool ScheduledEventIdHasBeenSet() const
void SetTaskList(TaskList &&value)
DecisionTaskCompletedEventAttributes & WithStartedEventId(long long value)
void SetExecutionContext(const char *value)
AWS_SWF_API DecisionTaskCompletedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
bool TaskListHasBeenSet() const
DecisionTaskCompletedEventAttributes & WithTaskList(TaskList &&value)
AWS_SWF_API DecisionTaskCompletedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
DecisionTaskCompletedEventAttributes & WithTaskListScheduleToStartTimeout(const Aws::String &value)
const TaskList & GetTaskList() const
bool ExecutionContextHasBeenSet() const
void SetTaskListScheduleToStartTimeout(Aws::String &&value)
bool TaskListScheduleToStartTimeoutHasBeenSet() const
long long GetScheduledEventId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue