7#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
8#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CodeGuruProfiler {
41 template <
typename ChannelIdT = Aws::String>
43 m_channelIdHasBeenSet =
true;
44 m_channelId = std::forward<ChannelIdT>(value);
46 template <
typename ChannelIdT = Aws::String>
60 template <
typename ProfilingGroupNameT = Aws::String>
62 m_profilingGroupNameHasBeenSet =
true;
63 m_profilingGroupName = std::forward<ProfilingGroupNameT>(value);
65 template <
typename ProfilingGroupNameT = Aws::String>
75 bool m_channelIdHasBeenSet =
false;
76 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