/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains information about one or more notification actions.See
* Also:
AWS
* API Reference
Contains the notification settings of an alarm model. The settings apply to * all alarms that were created based on this alarm model.
*/ inline const Aws::VectorContains the notification settings of an alarm model. The settings apply to * all alarms that were created based on this alarm model.
*/ inline bool NotificationActionsHasBeenSet() const { return m_notificationActionsHasBeenSet; } /** *Contains the notification settings of an alarm model. The settings apply to * all alarms that were created based on this alarm model.
*/ inline void SetNotificationActions(const Aws::VectorContains the notification settings of an alarm model. The settings apply to * all alarms that were created based on this alarm model.
*/ inline void SetNotificationActions(Aws::VectorContains the notification settings of an alarm model. The settings apply to * all alarms that were created based on this alarm model.
*/ inline AlarmNotification& WithNotificationActions(const Aws::VectorContains the notification settings of an alarm model. The settings apply to * all alarms that were created based on this alarm model.
*/ inline AlarmNotification& WithNotificationActions(Aws::VectorContains the notification settings of an alarm model. The settings apply to * all alarms that were created based on this alarm model.
*/ inline AlarmNotification& AddNotificationActions(const NotificationAction& value) { m_notificationActionsHasBeenSet = true; m_notificationActions.push_back(value); return *this; } /** *Contains the notification settings of an alarm model. The settings apply to * all alarms that were created based on this alarm model.
*/ inline AlarmNotification& AddNotificationActions(NotificationAction&& value) { m_notificationActionsHasBeenSet = true; m_notificationActions.push_back(std::move(value)); return *this; } private: Aws::Vector