7#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
8#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
9#include <aws/codeguruprofiler/model/AgentOrchestrationConfig.h>
10#include <aws/codeguruprofiler/model/ComputePlatform.h>
11#include <aws/core/utils/UUID.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodeGuruProfiler {
51 template <
typename AgentOrchestrationConfigT = AgentOrchestrationConfig>
53 m_agentOrchestrationConfigHasBeenSet =
true;
54 m_agentOrchestrationConfig = std::forward<AgentOrchestrationConfigT>(value);
56 template <
typename AgentOrchestrationConfigT = AgentOrchestrationConfig>
71 template <
typename ClientTokenT = Aws::String>
73 m_clientTokenHasBeenSet =
true;
74 m_clientToken = std::forward<ClientTokenT>(value);
76 template <
typename ClientTokenT = Aws::String>
94 m_computePlatformHasBeenSet =
true;
95 m_computePlatform = value;
109 template <
typename ProfilingGroupNameT = Aws::String>
111 m_profilingGroupNameHasBeenSet =
true;
112 m_profilingGroupName = std::forward<ProfilingGroupNameT>(value);
114 template <
typename ProfilingGroupNameT = Aws::String>
127 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 m_tagsHasBeenSet =
true;
130 m_tags = std::forward<TagsT>(value);
132 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
134 SetTags(std::forward<TagsT>(value));
137 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
139 m_tagsHasBeenSet =
true;
140 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
154 bool m_agentOrchestrationConfigHasBeenSet =
false;
155 bool m_clientTokenHasBeenSet =
true;
156 bool m_computePlatformHasBeenSet =
false;
157 bool m_profilingGroupNameHasBeenSet =
false;
158 bool m_tagsHasBeenSet =
false;
CreateProfilingGroupRequest & WithProfilingGroupName(ProfilingGroupNameT &&value)
bool TagsHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTags(TagsT &&value)
AWS_CODEGURUPROFILER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
CreateProfilingGroupRequest & WithClientToken(ClientTokenT &&value)
const AgentOrchestrationConfig & GetAgentOrchestrationConfig() const
virtual const char * GetServiceRequestName() const override
CreateProfilingGroupRequest & WithComputePlatform(ComputePlatform value)
CreateProfilingGroupRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetClientToken(ClientTokenT &&value)
CreateProfilingGroupRequest & WithAgentOrchestrationConfig(AgentOrchestrationConfigT &&value)
AWS_CODEGURUPROFILER_API CreateProfilingGroupRequest()=default
bool ProfilingGroupNameHasBeenSet() const
void SetComputePlatform(ComputePlatform value)
CreateProfilingGroupRequest & WithTags(TagsT &&value)
const Aws::String & GetProfilingGroupName() const
void SetAgentOrchestrationConfig(AgentOrchestrationConfigT &&value)
bool AgentOrchestrationConfigHasBeenSet() const
const Aws::String & GetClientToken() const
bool ComputePlatformHasBeenSet() const
void SetProfilingGroupName(ProfilingGroupNameT &&value)
ComputePlatform GetComputePlatform() const
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
bool ClientTokenHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String