7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename TimerNameT = Aws::String>
47 void SetTimerName(TimerNameT&& value) { m_timerNameHasBeenSet =
true; m_timerName = std::forward<TimerNameT>(value); }
48 template<
typename TimerNameT = Aws::String>
54 bool m_timerNameHasBeenSet =
false;
ClearTimerAction & WithTimerName(TimerNameT &&value)
AWS_IOTEVENTS_API ClearTimerAction(Aws::Utils::Json::JsonView jsonValue)
bool TimerNameHasBeenSet() const
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTEVENTS_API ClearTimerAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTimerName(TimerNameT &&value)
AWS_IOTEVENTS_API ClearTimerAction()=default
const Aws::String & GetTimerName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue