7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/model/AgentOrchestrationConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codeguruprofiler/model/ComputePlatform.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/codeguruprofiler/model/ProfilingStatus.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
26namespace CodeGuruProfiler
67 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
68 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
112 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
170 bool m_agentOrchestrationConfigHasBeenSet =
false;
173 bool m_arnHasBeenSet =
false;
176 bool m_computePlatformHasBeenSet =
false;
179 bool m_createdAtHasBeenSet =
false;
182 bool m_nameHasBeenSet =
false;
185 bool m_profilingStatusHasBeenSet =
false;
188 bool m_tagsHasBeenSet =
false;
191 bool m_updatedAtHasBeenSet =
false;
void SetProfilingStatus(ProfilingStatus &&value)
ProfilingGroupDescription & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
bool CreatedAtHasBeenSet() const
ProfilingGroupDescription & WithComputePlatform(ComputePlatform &&value)
bool TagsHasBeenSet() const
bool AgentOrchestrationConfigHasBeenSet() const
void SetArn(const char *value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetCreatedAt() const
ProfilingGroupDescription & WithCreatedAt(const Aws::Utils::DateTime &value)
ProfilingGroupDescription & AddTags(const Aws::String &key, Aws::String &&value)
ProfilingGroupDescription & WithName(const char *value)
void SetName(const char *value)
const Aws::Utils::DateTime & GetUpdatedAt() const
ProfilingGroupDescription & WithAgentOrchestrationConfig(AgentOrchestrationConfig &&value)
void SetComputePlatform(ComputePlatform &&value)
AWS_CODEGURUPROFILER_API ProfilingGroupDescription()
AWS_CODEGURUPROFILER_API ProfilingGroupDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ComputePlatformHasBeenSet() const
ProfilingGroupDescription & AddTags(Aws::String &&key, const Aws::String &value)
void SetAgentOrchestrationConfig(const AgentOrchestrationConfig &value)
bool ArnHasBeenSet() const
void SetProfilingStatus(const ProfilingStatus &value)
ProfilingGroupDescription & WithArn(const Aws::String &value)
ProfilingGroupDescription & AddTags(const char *key, const char *value)
const Aws::String & GetName() const
ProfilingGroupDescription & WithUpdatedAt(const Aws::Utils::DateTime &value)
ProfilingGroupDescription & WithArn(Aws::String &&value)
bool NameHasBeenSet() const
bool ProfilingStatusHasBeenSet() const
ProfilingGroupDescription & WithProfilingStatus(ProfilingStatus &&value)
AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
ProfilingGroupDescription & WithName(const Aws::String &value)
void SetUpdatedAt(const Aws::Utils::DateTime &value)
void SetComputePlatform(const ComputePlatform &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetArn(Aws::String &&value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
void SetArn(const Aws::String &value)
ProfilingGroupDescription & AddTags(Aws::String &&key, Aws::String &&value)
ProfilingGroupDescription & AddTags(Aws::String &&key, const char *value)
void SetAgentOrchestrationConfig(AgentOrchestrationConfig &&value)
ProfilingGroupDescription & WithProfilingStatus(const ProfilingStatus &value)
void SetName(const Aws::String &value)
const ProfilingStatus & GetProfilingStatus() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetName(Aws::String &&value)
const AgentOrchestrationConfig & GetAgentOrchestrationConfig() const
ProfilingGroupDescription & AddTags(const char *key, Aws::String &&value)
bool UpdatedAtHasBeenSet() const
ProfilingGroupDescription & AddTags(const Aws::String &key, const Aws::String &value)
const ComputePlatform & GetComputePlatform() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
ProfilingGroupDescription & WithArn(const char *value)
ProfilingGroupDescription & WithUpdatedAt(Aws::Utils::DateTime &&value)
ProfilingGroupDescription & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
ProfilingGroupDescription & WithName(Aws::String &&value)
ProfilingGroupDescription & WithCreatedAt(Aws::Utils::DateTime &&value)
AWS_CODEGURUPROFILER_API ProfilingGroupDescription(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
ProfilingGroupDescription & WithComputePlatform(const ComputePlatform &value)
ProfilingGroupDescription & WithAgentOrchestrationConfig(const AgentOrchestrationConfig &value)
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
Aws::Utils::Json::JsonValue JsonValue