7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CodeGuruProfiler
48 inline void SetProfilingGroupName(
const char* value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName.assign(value); }
56 bool m_profilingGroupNameHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
bool ProfilingGroupNameHasBeenSet() const
GetNotificationConfigurationRequest & WithProfilingGroupName(const char *value)
void SetProfilingGroupName(const char *value)
void SetProfilingGroupName(Aws::String &&value)
void SetProfilingGroupName(const Aws::String &value)
const Aws::String & GetProfilingGroupName() const
GetNotificationConfigurationRequest & WithProfilingGroupName(const Aws::String &value)
GetNotificationConfigurationRequest & WithProfilingGroupName(Aws::String &&value)
AWS_CODEGURUPROFILER_API GetNotificationConfigurationRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String