7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/codeguruprofiler/model/Channel.h>
22namespace CodeGuruProfiler
50 template<
typename ChannelsT = Aws::Vector<Channel>>
51 void SetChannels(ChannelsT&& value) { m_channelsHasBeenSet =
true; m_channels = std::forward<ChannelsT>(value); }
52 template<
typename ChannelsT = Aws::Vector<Channel>>
54 template<
typename ChannelsT = Channel>
60 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