7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
9#include <aws/codeguruprofiler/model/AgentOrchestrationConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CodeGuruProfiler
61 inline void SetProfilingGroupName(
const char* value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName.assign(value); }
69 bool m_agentOrchestrationConfigHasBeenSet =
false;
72 bool m_profilingGroupNameHasBeenSet =
false;
const AgentOrchestrationConfig & GetAgentOrchestrationConfig() const
UpdateProfilingGroupRequest & WithAgentOrchestrationConfig(AgentOrchestrationConfig &&value)
void SetProfilingGroupName(const Aws::String &value)
UpdateProfilingGroupRequest & WithProfilingGroupName(const char *value)
bool AgentOrchestrationConfigHasBeenSet() const
void SetProfilingGroupName(Aws::String &&value)
bool ProfilingGroupNameHasBeenSet() const
void SetProfilingGroupName(const char *value)
UpdateProfilingGroupRequest & WithAgentOrchestrationConfig(const AgentOrchestrationConfig &value)
AWS_CODEGURUPROFILER_API UpdateProfilingGroupRequest()
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
UpdateProfilingGroupRequest & WithProfilingGroupName(Aws::String &&value)
UpdateProfilingGroupRequest & WithProfilingGroupName(const Aws::String &value)
void SetAgentOrchestrationConfig(const AgentOrchestrationConfig &value)
virtual const char * GetServiceRequestName() const override
void SetAgentOrchestrationConfig(AgentOrchestrationConfig &&value)
const Aws::String & GetProfilingGroupName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String