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
63 inline void SetProfilingGroupName(
const char* value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName.assign(value); }
71 bool m_channelsHasBeenSet =
false;
74 bool m_profilingGroupNameHasBeenSet =
false;
void SetProfilingGroupName(const Aws::String &value)
AddNotificationChannelsRequest & WithProfilingGroupName(const char *value)
void SetProfilingGroupName(Aws::String &&value)
AddNotificationChannelsRequest & AddChannels(Channel &&value)
void SetProfilingGroupName(const char *value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetProfilingGroupName() const
AddNotificationChannelsRequest & WithProfilingGroupName(Aws::String &&value)
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
bool ProfilingGroupNameHasBeenSet() const
AddNotificationChannelsRequest & WithChannels(const Aws::Vector< Channel > &value)
bool ChannelsHasBeenSet() const
AddNotificationChannelsRequest & AddChannels(const Channel &value)
void SetChannels(const Aws::Vector< Channel > &value)
AddNotificationChannelsRequest & WithProfilingGroupName(const Aws::String &value)
AddNotificationChannelsRequest & WithChannels(Aws::Vector< Channel > &&value)
AWS_CODEGURUPROFILER_API AddNotificationChannelsRequest()
void SetChannels(Aws::Vector< Channel > &&value)
const Aws::Vector< Channel > & GetChannels() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector