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
53 template<
typename ProfileTokenT = Aws::String>
54 void SetProfileToken(ProfileTokenT&& value) { m_profileTokenHasBeenSet =
true; m_profileToken = std::forward<ProfileTokenT>(value); }
55 template<
typename ProfileTokenT = Aws::String>
66 template<
typename ProfilingGroupNameT = Aws::String>
67 void SetProfilingGroupName(ProfilingGroupNameT&& value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName = std::forward<ProfilingGroupNameT>(value); }
68 template<
typename ProfilingGroupNameT = Aws::String>
75 bool m_profileTokenHasBeenSet =
true;
78 bool m_profilingGroupNameHasBeenSet =
false;
AWS_CODEGURUPROFILER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_CODEGURUPROFILER_API PostAgentProfileRequest()=default
PostAgentProfileRequest & WithProfilingGroupName(ProfilingGroupNameT &&value)
PostAgentProfileRequest & WithProfileToken(ProfileTokenT &&value)
bool ProfileTokenHasBeenSet() const
void SetProfilingGroupName(ProfilingGroupNameT &&value)
bool ProfilingGroupNameHasBeenSet() const
const Aws::String & GetProfilingGroupName() const
void SetProfileToken(ProfileTokenT &&value)
const Aws::String & GetProfileToken() const
virtual const char * GetServiceRequestName() const override
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String