7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
9#include <aws/core/utils/Array.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/UUID.h>
20namespace CodeGuruProfiler
55 inline void SetProfileToken(
const char* value) { m_profileTokenHasBeenSet =
true; m_profileToken.assign(value); }
70 inline void SetProfilingGroupName(
const char* value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName.assign(value); }
79 bool m_profileTokenHasBeenSet =
false;
82 bool m_profilingGroupNameHasBeenSet =
false;
void SetProfilingGroupName(Aws::String &&value)
AWS_CODEGURUPROFILER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetProfileToken(Aws::String &&value)
PostAgentProfileRequest & WithProfileToken(const Aws::String &value)
PostAgentProfileRequest & WithProfilingGroupName(Aws::String &&value)
PostAgentProfileRequest & WithProfileToken(const char *value)
void SetProfileToken(const Aws::String &value)
void SetProfileToken(const char *value)
PostAgentProfileRequest & WithProfilingGroupName(const Aws::String &value)
bool ProfileTokenHasBeenSet() const
void SetProfilingGroupName(const char *value)
AWS_CODEGURUPROFILER_API PostAgentProfileRequest()
bool ProfilingGroupNameHasBeenSet() const
const Aws::String & GetProfilingGroupName() const
void SetProfilingGroupName(const Aws::String &value)
const Aws::String & GetProfileToken() const
PostAgentProfileRequest & WithProfilingGroupName(const char *value)
PostAgentProfileRequest & WithProfileToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String