7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
49 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
63 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
78 inline void SetControl(
const char* value) { m_controlHasBeenSet =
true; m_control.assign(value); }
92 inline void SetInput(
const char* value) { m_inputHasBeenSet =
true; m_input.assign(value); }
106 inline void SetStartToCloseTimeout(
const char* value) { m_startToCloseTimeoutHasBeenSet =
true; m_startToCloseTimeout.assign(value); }
127 bool m_idHasBeenSet =
false;
130 bool m_nameHasBeenSet =
false;
133 bool m_controlHasBeenSet =
false;
136 bool m_inputHasBeenSet =
false;
139 bool m_startToCloseTimeoutHasBeenSet =
false;
141 long long m_decisionTaskCompletedEventId;
142 bool m_decisionTaskCompletedEventIdHasBeenSet =
false;
void SetControl(const Aws::String &value)
LambdaFunctionScheduledEventAttributes & WithName(Aws::String &&value)
LambdaFunctionScheduledEventAttributes & WithInput(const Aws::String &value)
bool NameHasBeenSet() const
bool DecisionTaskCompletedEventIdHasBeenSet() const
void SetId(const char *value)
LambdaFunctionScheduledEventAttributes & WithInput(const char *value)
void SetId(Aws::String &&value)
LambdaFunctionScheduledEventAttributes & WithControl(const Aws::String &value)
void SetName(Aws::String &&value)
void SetInput(Aws::String &&value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
long long GetDecisionTaskCompletedEventId() const
void SetStartToCloseTimeout(Aws::String &&value)
LambdaFunctionScheduledEventAttributes & WithName(const Aws::String &value)
void SetDecisionTaskCompletedEventId(long long value)
LambdaFunctionScheduledEventAttributes & WithStartToCloseTimeout(Aws::String &&value)
void SetInput(const char *value)
LambdaFunctionScheduledEventAttributes & WithControl(const char *value)
AWS_SWF_API LambdaFunctionScheduledEventAttributes(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetControl() const
LambdaFunctionScheduledEventAttributes & WithId(Aws::String &&value)
LambdaFunctionScheduledEventAttributes & WithInput(Aws::String &&value)
void SetControl(const char *value)
void SetName(const char *value)
LambdaFunctionScheduledEventAttributes & WithDecisionTaskCompletedEventId(long long value)
void SetStartToCloseTimeout(const Aws::String &value)
AWS_SWF_API LambdaFunctionScheduledEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
bool StartToCloseTimeoutHasBeenSet() const
bool InputHasBeenSet() const
LambdaFunctionScheduledEventAttributes & WithId(const char *value)
const Aws::String & GetName() const
void SetControl(Aws::String &&value)
void SetInput(const Aws::String &value)
LambdaFunctionScheduledEventAttributes & WithStartToCloseTimeout(const Aws::String &value)
void SetStartToCloseTimeout(const char *value)
void SetId(const Aws::String &value)
LambdaFunctionScheduledEventAttributes & WithControl(Aws::String &&value)
LambdaFunctionScheduledEventAttributes & WithId(const Aws::String &value)
const Aws::String & GetStartToCloseTimeout() const
const Aws::String & GetInput() const
const Aws::String & GetId() const
AWS_SWF_API LambdaFunctionScheduledEventAttributes()
LambdaFunctionScheduledEventAttributes & WithName(const char *value)
bool ControlHasBeenSet() const
LambdaFunctionScheduledEventAttributes & WithStartToCloseTimeout(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue