7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
81 template <
typename ControlT = Aws::String>
83 m_controlHasBeenSet =
true;
84 m_control = std::forward<ControlT>(value);
86 template <
typename ControlT = Aws::String>
99 template <
typename InputT = Aws::String>
101 m_inputHasBeenSet =
true;
102 m_input = std::forward<InputT>(value);
104 template <
typename InputT = Aws::String>
106 SetInput(std::forward<InputT>(value));
120 template <
typename StartToCloseTimeoutT = Aws::String>
122 m_startToCloseTimeoutHasBeenSet =
true;
123 m_startToCloseTimeout = std::forward<StartToCloseTimeoutT>(value);
125 template <
typename StartToCloseTimeoutT = Aws::String>
141 bool m_idHasBeenSet =
false;
142 bool m_nameHasBeenSet =
false;
143 bool m_controlHasBeenSet =
false;
144 bool m_inputHasBeenSet =
false;
145 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