7#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
8#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
9#include <aws/codeguruprofiler/model/Channel.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace CodeGuruProfiler {
43 template <
typename ChannelsT = Aws::Vector<Channel>>
45 m_channelsHasBeenSet =
true;
46 m_channels = std::forward<ChannelsT>(value);
48 template <
typename ChannelsT = Aws::Vector<Channel>>
53 template <
typename ChannelsT = Channel>
55 m_channelsHasBeenSet =
true;
56 m_channels.emplace_back(std::forward<ChannelsT>(value));
67 template <
typename ProfilingGroupNameT = Aws::String>
69 m_profilingGroupNameHasBeenSet =
true;
70 m_profilingGroupName = std::forward<ProfilingGroupNameT>(value);
72 template <
typename ProfilingGroupNameT = Aws::String>
82 bool m_channelsHasBeenSet =
false;
83 bool m_profilingGroupNameHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetProfilingGroupName() const
void SetChannels(ChannelsT &&value)
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
AddNotificationChannelsRequest & AddChannels(ChannelsT &&value)
bool ProfilingGroupNameHasBeenSet() const
bool ChannelsHasBeenSet() const
AddNotificationChannelsRequest & WithChannels(ChannelsT &&value)
AddNotificationChannelsRequest & WithProfilingGroupName(ProfilingGroupNameT &&value)
const Aws::Vector< Channel > & GetChannels() const
AWS_CODEGURUPROFILER_API AddNotificationChannelsRequest()=default
void SetProfilingGroupName(ProfilingGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector