7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/iotevents/IoTEvents_EXPORTS.h>
9#include <aws/iotevents/model/AlarmAction.h>
43 template <
typename AlarmActionsT = Aws::Vector<AlarmAction>>
45 m_alarmActionsHasBeenSet =
true;
46 m_alarmActions = std::forward<AlarmActionsT>(value);
48 template <
typename AlarmActionsT = Aws::Vector<AlarmAction>>
53 template <
typename AlarmActionsT = AlarmAction>
55 m_alarmActionsHasBeenSet =
true;
56 m_alarmActions.emplace_back(std::forward<AlarmActionsT>(value));
62 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