7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/model/Channel.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace CodeGuruProfiler {
44 template <
typename ChannelsT = Aws::Vector<Channel>>
46 m_channelsHasBeenSet =
true;
47 m_channels = std::forward<ChannelsT>(value);
49 template <
typename ChannelsT = Aws::Vector<Channel>>
54 template <
typename ChannelsT = Channel>
56 m_channelsHasBeenSet =
true;
57 m_channels.emplace_back(std::forward<ChannelsT>(value));
63 bool m_channelsHasBeenSet =
false;
NotificationConfiguration & WithChannels(ChannelsT &&value)
AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEGURUPROFILER_API NotificationConfiguration()=default
const Aws::Vector< Channel > & GetChannels() const
bool ChannelsHasBeenSet() const
AWS_CODEGURUPROFILER_API NotificationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetChannels(ChannelsT &&value)
NotificationConfiguration & AddChannels(ChannelsT &&value)
AWS_CODEGURUPROFILER_API NotificationConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue