7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
72 template<
typename ControlT = Aws::String>
73 void SetControl(ControlT&& value) { m_controlHasBeenSet =
true; m_control = std::forward<ControlT>(value); }
74 template<
typename ControlT = Aws::String>
84 template<
typename InputT = Aws::String>
85 void SetInput(InputT&& value) { m_inputHasBeenSet =
true; m_input = std::forward<InputT>(value); }
86 template<
typename InputT = Aws::String>
96 template<
typename StartToCloseTimeoutT = Aws::String>
97 void SetStartToCloseTimeout(StartToCloseTimeoutT&& value) { m_startToCloseTimeoutHasBeenSet =
true; m_startToCloseTimeout = std::forward<StartToCloseTimeoutT>(value); }
98 template<
typename StartToCloseTimeoutT = Aws::String>
117 bool m_idHasBeenSet =
false;
120 bool m_nameHasBeenSet =
false;
123 bool m_controlHasBeenSet =
false;
126 bool m_inputHasBeenSet =
false;
129 bool m_startToCloseTimeoutHasBeenSet =
false;
131 long long m_decisionTaskCompletedEventId{0};
132 bool m_decisionTaskCompletedEventIdHasBeenSet =
false;
bool NameHasBeenSet() const
bool DecisionTaskCompletedEventIdHasBeenSet() const
void SetInput(InputT &&value)
LambdaFunctionScheduledEventAttributes & WithId(IdT &&value)
LambdaFunctionScheduledEventAttributes & WithControl(ControlT &&value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
long long GetDecisionTaskCompletedEventId() const
void SetDecisionTaskCompletedEventId(long long value)
void SetName(NameT &&value)
AWS_SWF_API LambdaFunctionScheduledEventAttributes(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetControl() const
LambdaFunctionScheduledEventAttributes & WithStartToCloseTimeout(StartToCloseTimeoutT &&value)
LambdaFunctionScheduledEventAttributes & WithName(NameT &&value)
LambdaFunctionScheduledEventAttributes & WithDecisionTaskCompletedEventId(long long value)
AWS_SWF_API LambdaFunctionScheduledEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StartToCloseTimeoutHasBeenSet() const
bool InputHasBeenSet() const
const Aws::String & GetName() const
void SetControl(ControlT &&value)
AWS_SWF_API LambdaFunctionScheduledEventAttributes()=default
void SetStartToCloseTimeout(StartToCloseTimeoutT &&value)
const Aws::String & GetStartToCloseTimeout() const
const Aws::String & GetInput() const
const Aws::String & GetId() const
LambdaFunctionScheduledEventAttributes & WithInput(InputT &&value)
bool ControlHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue