/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The structure representing the AddNotificationChannelsRequest.See
* Also:
AWS
* API Reference
One or 2 channels to report to when anomalies are detected.
*/ inline const Aws::VectorOne or 2 channels to report to when anomalies are detected.
*/ inline bool ChannelsHasBeenSet() const { return m_channelsHasBeenSet; } /** *One or 2 channels to report to when anomalies are detected.
*/ inline void SetChannels(const Aws::VectorOne or 2 channels to report to when anomalies are detected.
*/ inline void SetChannels(Aws::VectorOne or 2 channels to report to when anomalies are detected.
*/ inline AddNotificationChannelsRequest& WithChannels(const Aws::VectorOne or 2 channels to report to when anomalies are detected.
*/ inline AddNotificationChannelsRequest& WithChannels(Aws::VectorOne or 2 channels to report to when anomalies are detected.
*/ inline AddNotificationChannelsRequest& AddChannels(const Channel& value) { m_channelsHasBeenSet = true; m_channels.push_back(value); return *this; } /** *One or 2 channels to report to when anomalies are detected.
*/ inline AddNotificationChannelsRequest& AddChannels(Channel&& value) { m_channelsHasBeenSet = true; m_channels.push_back(std::move(value)); return *this; } /** *The name of the profiling group that we are setting up notifications for.
*/ inline const Aws::String& GetProfilingGroupName() const{ return m_profilingGroupName; } /** *The name of the profiling group that we are setting up notifications for.
*/ inline bool ProfilingGroupNameHasBeenSet() const { return m_profilingGroupNameHasBeenSet; } /** *The name of the profiling group that we are setting up notifications for.
*/ inline void SetProfilingGroupName(const Aws::String& value) { m_profilingGroupNameHasBeenSet = true; m_profilingGroupName = value; } /** *The name of the profiling group that we are setting up notifications for.
*/ inline void SetProfilingGroupName(Aws::String&& value) { m_profilingGroupNameHasBeenSet = true; m_profilingGroupName = std::move(value); } /** *The name of the profiling group that we are setting up notifications for.
*/ inline void SetProfilingGroupName(const char* value) { m_profilingGroupNameHasBeenSet = true; m_profilingGroupName.assign(value); } /** *The name of the profiling group that we are setting up notifications for.
*/ inline AddNotificationChannelsRequest& WithProfilingGroupName(const Aws::String& value) { SetProfilingGroupName(value); return *this;} /** *The name of the profiling group that we are setting up notifications for.
*/ inline AddNotificationChannelsRequest& WithProfilingGroupName(Aws::String&& value) { SetProfilingGroupName(std::move(value)); return *this;} /** *The name of the profiling group that we are setting up notifications for.
*/ inline AddNotificationChannelsRequest& WithProfilingGroupName(const char* value) { SetProfilingGroupName(value); return *this;} private: Aws::Vector