7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iotevents/model/AlarmAction.h>
49 template<
typename AlarmActionsT = Aws::Vector<AlarmAction>>
50 void SetAlarmActions(AlarmActionsT&& value) { m_alarmActionsHasBeenSet =
true; m_alarmActions = std::forward<AlarmActionsT>(value); }
51 template<
typename AlarmActionsT = Aws::Vector<AlarmAction>>
53 template<
typename AlarmActionsT = AlarmAction>
54 AlarmEventActions&
AddAlarmActions(AlarmActionsT&& value) { m_alarmActionsHasBeenSet =
true; m_alarmActions.emplace_back(std::forward<AlarmActionsT>(value));
return *
this; }
59 bool m_alarmActionsHasBeenSet =
false;
AWS_IOTEVENTS_API AlarmEventActions & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< AlarmAction > & GetAlarmActions() const
bool AlarmActionsHasBeenSet() const
AWS_IOTEVENTS_API AlarmEventActions(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAlarmActions(AlarmActionsT &&value)
AWS_IOTEVENTS_API AlarmEventActions()=default
AlarmEventActions & WithAlarmActions(AlarmActionsT &&value)
AlarmEventActions & AddAlarmActions(AlarmActionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue