7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CodeGuruProfiler
45 template<
typename ChannelIdT = Aws::String>
46 void SetChannelId(ChannelIdT&& value) { m_channelIdHasBeenSet =
true; m_channelId = std::forward<ChannelIdT>(value); }
47 template<
typename ChannelIdT = Aws::String>
58 template<
typename ProfilingGroupNameT = Aws::String>
59 void SetProfilingGroupName(ProfilingGroupNameT&& value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName = std::forward<ProfilingGroupNameT>(value); }
60 template<
typename ProfilingGroupNameT = Aws::String>
66 bool m_channelIdHasBeenSet =
false;
69 bool m_profilingGroupNameHasBeenSet =
false;
const Aws::String & GetChannelId() const
const Aws::String & GetProfilingGroupName() const
void SetProfilingGroupName(ProfilingGroupNameT &&value)
void SetChannelId(ChannelIdT &&value)
bool ChannelIdHasBeenSet() const
bool ProfilingGroupNameHasBeenSet() const
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
AWS_CODEGURUPROFILER_API RemoveNotificationChannelRequest()=default
virtual const char * GetServiceRequestName() const override
RemoveNotificationChannelRequest & WithProfilingGroupName(ProfilingGroupNameT &&value)
RemoveNotificationChannelRequest & WithChannelId(ChannelIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String