7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
58 template <
typename TimerIdT = Aws::String>
60 m_timerIdHasBeenSet =
true;
61 m_timerId = std::forward<TimerIdT>(value);
63 template <
typename TimerIdT = Aws::String>
77 template <
typename ControlT = Aws::String>
79 m_controlHasBeenSet =
true;
80 m_control = std::forward<ControlT>(value);
82 template <
typename ControlT = Aws::String>
96 template <
typename StartToFireTimeoutT = Aws::String>
98 m_startToFireTimeoutHasBeenSet =
true;
99 m_startToFireTimeout = std::forward<StartToFireTimeoutT>(value);
101 template <
typename StartToFireTimeoutT = Aws::String>
113 bool m_timerIdHasBeenSet =
false;
114 bool m_controlHasBeenSet =
false;
115 bool m_startToFireTimeoutHasBeenSet =
false;
const Aws::String & GetControl() const
AWS_SWF_API StartTimerDecisionAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStartToFireTimeout(StartToFireTimeoutT &&value)
void SetTimerId(TimerIdT &&value)
AWS_SWF_API StartTimerDecisionAttributes(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStartToFireTimeout() const
AWS_SWF_API StartTimerDecisionAttributes()=default
const Aws::String & GetTimerId() const
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
bool ControlHasBeenSet() const
StartTimerDecisionAttributes & WithTimerId(TimerIdT &&value)
StartTimerDecisionAttributes & WithStartToFireTimeout(StartToFireTimeoutT &&value)
bool TimerIdHasBeenSet() const
StartTimerDecisionAttributes & WithControl(ControlT &&value)
bool StartToFireTimeoutHasBeenSet() const
void SetControl(ControlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue