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
54 template<
typename AgentOrchestrationConfigT = AgentOrchestrationConfig>
55 void SetAgentOrchestrationConfig(AgentOrchestrationConfigT&& value) { m_agentOrchestrationConfigHasBeenSet =
true; m_agentOrchestrationConfig = std::forward<AgentOrchestrationConfigT>(value); }
56 template<
typename AgentOrchestrationConfigT = AgentOrchestrationConfig>
66 template<
typename ArnT = Aws::String>
67 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
68 template<
typename ArnT = Aws::String>
94 template<
typename CreatedAtT = Aws::Utils::DateTime>
95 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
96 template<
typename CreatedAtT = Aws::Utils::DateTime>
106 template<
typename NameT = Aws::String>
107 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
108 template<
typename NameT = Aws::String>
123 template<
typename ProfilingStatusT = ProfilingStatus>
124 void SetProfilingStatus(ProfilingStatusT&& value) { m_profilingStatusHasBeenSet =
true; m_profilingStatus = std::forward<ProfilingStatusT>(value); }
125 template<
typename ProfilingStatusT = ProfilingStatus>
135 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
137 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
139 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
141 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
153 template<
typename UpdatedAtT = Aws::Utils::DateTime>
154 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
155 template<
typename UpdatedAtT = Aws::Utils::DateTime>
161 bool m_agentOrchestrationConfigHasBeenSet =
false;
164 bool m_arnHasBeenSet =
false;
167 bool m_computePlatformHasBeenSet =
false;
170 bool m_createdAtHasBeenSet =
false;
173 bool m_nameHasBeenSet =
false;
175 ProfilingStatus m_profilingStatus;
176 bool m_profilingStatusHasBeenSet =
false;
179 bool m_tagsHasBeenSet =
false;
182 bool m_updatedAtHasBeenSet =
false;
ProfilingGroupDescription & WithName(NameT &&value)
bool CreatedAtHasBeenSet() const
bool TagsHasBeenSet() const
bool AgentOrchestrationConfigHasBeenSet() const
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
AWS_CODEGURUPROFILER_API ProfilingGroupDescription()=default
const Aws::Utils::DateTime & GetCreatedAt() const
ProfilingGroupDescription & WithProfilingStatus(ProfilingStatusT &&value)
ProfilingGroupDescription & WithComputePlatform(ComputePlatform value)
void SetAgentOrchestrationConfig(AgentOrchestrationConfigT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetUpdatedAt(UpdatedAtT &&value)
AWS_CODEGURUPROFILER_API ProfilingGroupDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ComputePlatformHasBeenSet() const
bool ArnHasBeenSet() const
ComputePlatform GetComputePlatform() const
ProfilingGroupDescription & WithArn(ArnT &&value)
ProfilingGroupDescription & WithAgentOrchestrationConfig(AgentOrchestrationConfigT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
bool ProfilingStatusHasBeenSet() const
void SetTags(TagsT &&value)
AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
ProfilingGroupDescription & WithUpdatedAt(UpdatedAtT &&value)
ProfilingGroupDescription & WithTags(TagsT &&value)
ProfilingGroupDescription & WithCreatedAt(CreatedAtT &&value)
const ProfilingStatus & GetProfilingStatus() const
const AgentOrchestrationConfig & GetAgentOrchestrationConfig() const
bool UpdatedAtHasBeenSet() const
void SetProfilingStatus(ProfilingStatusT &&value)
void SetName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetComputePlatform(ComputePlatform value)
ProfilingGroupDescription & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_CODEGURUPROFILER_API ProfilingGroupDescription(Aws::Utils::Json::JsonView jsonValue)
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