7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
75 template<
typename ControlT = Aws::String>
76 void SetControl(ControlT&& value) { m_controlHasBeenSet =
true; m_control = std::forward<ControlT>(value); }
77 template<
typename ControlT = Aws::String>
87 template<
typename InputT = Aws::String>
88 void SetInput(InputT&& value) { m_inputHasBeenSet =
true; m_input = std::forward<InputT>(value); }
89 template<
typename InputT = Aws::String>
102 template<
typename StartToCloseTimeoutT = Aws::String>
103 void SetStartToCloseTimeout(StartToCloseTimeoutT&& value) { m_startToCloseTimeoutHasBeenSet =
true; m_startToCloseTimeout = std::forward<StartToCloseTimeoutT>(value); }
104 template<
typename StartToCloseTimeoutT = Aws::String>
110 bool m_idHasBeenSet =
false;
113 bool m_nameHasBeenSet =
false;
116 bool m_controlHasBeenSet =
false;
119 bool m_inputHasBeenSet =
false;
122 bool m_startToCloseTimeoutHasBeenSet =
false;
ScheduleLambdaFunctionDecisionAttributes & WithStartToCloseTimeout(StartToCloseTimeoutT &&value)
AWS_SWF_API ScheduleLambdaFunctionDecisionAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
ScheduleLambdaFunctionDecisionAttributes & WithId(IdT &&value)
AWS_SWF_API ScheduleLambdaFunctionDecisionAttributes()=default
bool IdHasBeenSet() const
const Aws::String & GetControl() const
bool StartToCloseTimeoutHasBeenSet() const
void SetStartToCloseTimeout(StartToCloseTimeoutT &&value)
ScheduleLambdaFunctionDecisionAttributes & WithInput(InputT &&value)
const Aws::String & GetId() const
bool InputHasBeenSet() const
const Aws::String & GetStartToCloseTimeout() const
void SetInput(InputT &&value)
ScheduleLambdaFunctionDecisionAttributes & WithName(NameT &&value)
AWS_SWF_API ScheduleLambdaFunctionDecisionAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
bool ControlHasBeenSet() const
void SetControl(ControlT &&value)
const Aws::String & GetName() const
const Aws::String & GetInput() const
void SetName(NameT &&value)
ScheduleLambdaFunctionDecisionAttributes & WithControl(ControlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue