/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The configuration for notifications stored for each profiling group. This
* includes up to to two channels and a list of event publishers associated with
* each channel.See Also:
AWS
* API Reference
List of up to two channels to be used for sending notifications for events * detected from the application profile.
*/ inline const Aws::VectorList of up to two channels to be used for sending notifications for events * detected from the application profile.
*/ inline bool ChannelsHasBeenSet() const { return m_channelsHasBeenSet; } /** *List of up to two channels to be used for sending notifications for events * detected from the application profile.
*/ inline void SetChannels(const Aws::VectorList of up to two channels to be used for sending notifications for events * detected from the application profile.
*/ inline void SetChannels(Aws::VectorList of up to two channels to be used for sending notifications for events * detected from the application profile.
*/ inline NotificationConfiguration& WithChannels(const Aws::VectorList of up to two channels to be used for sending notifications for events * detected from the application profile.
*/ inline NotificationConfiguration& WithChannels(Aws::VectorList of up to two channels to be used for sending notifications for events * detected from the application profile.
*/ inline NotificationConfiguration& AddChannels(const Channel& value) { m_channelsHasBeenSet = true; m_channels.push_back(value); return *this; } /** *List of up to two channels to be used for sending notifications for events * detected from the application profile.
*/ inline NotificationConfiguration& AddChannels(Channel&& value) { m_channelsHasBeenSet = true; m_channels.push_back(std::move(value)); return *this; } private: Aws::Vector