7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/codeguruprofiler/model/Channel.h>
16namespace CodeGuruProfiler
47 template<
typename ChannelsT = Aws::Vector<Channel>>
48 void SetChannels(ChannelsT&& value) { m_channelsHasBeenSet =
true; m_channels = std::forward<ChannelsT>(value); }
49 template<
typename ChannelsT = Aws::Vector<Channel>>
51 template<
typename ChannelsT = Channel>
61 template<
typename ProfilingGroupNameT = Aws::String>
62 void SetProfilingGroupName(ProfilingGroupNameT&& value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName = std::forward<ProfilingGroupNameT>(value); }
63 template<
typename ProfilingGroupNameT = Aws::String>
69 bool m_channelsHasBeenSet =
false;
72 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