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