7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/model/AgentOrchestrationConfig.h>
9#include <aws/codeguruprofiler/model/ComputePlatform.h>
10#include <aws/codeguruprofiler/model/ProfilingStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
24namespace CodeGuruProfiler {
48 template <
typename AgentOrchestrationConfigT = AgentOrchestrationConfig>
50 m_agentOrchestrationConfigHasBeenSet =
true;
51 m_agentOrchestrationConfig = std::forward<AgentOrchestrationConfigT>(value);
53 template <
typename AgentOrchestrationConfigT = AgentOrchestrationConfig>
66 template <
typename ArnT = Aws::String>
68 m_arnHasBeenSet =
true;
69 m_arn = std::forward<ArnT>(value);
71 template <
typename ArnT = Aws::String>
73 SetArn(std::forward<ArnT>(value));
89 m_computePlatformHasBeenSet =
true;
90 m_computePlatform = value;
106 template <
typename CreatedAtT = Aws::Utils::DateTime>
108 m_createdAtHasBeenSet =
true;
109 m_createdAt = std::forward<CreatedAtT>(value);
111 template <
typename CreatedAtT = Aws::Utils::DateTime>
124 template <
typename NameT = Aws::String>
126 m_nameHasBeenSet =
true;
127 m_name = std::forward<NameT>(value);
129 template <
typename NameT = Aws::String>
131 SetName(std::forward<NameT>(value));
147 template <
typename ProfilingStatusT = ProfilingStatus>
149 m_profilingStatusHasBeenSet =
true;
150 m_profilingStatus = std::forward<ProfilingStatusT>(value);
152 template <
typename ProfilingStatusT = ProfilingStatus>
165 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
167 m_tagsHasBeenSet =
true;
168 m_tags = std::forward<TagsT>(value);
170 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
172 SetTags(std::forward<TagsT>(value));
175 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
177 m_tagsHasBeenSet =
true;
178 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
191 template <
typename UpdatedAtT = Aws::Utils::DateTime>
193 m_updatedAtHasBeenSet =
true;
194 m_updatedAt = std::forward<UpdatedAtT>(value);
196 template <
typename UpdatedAtT = Aws::Utils::DateTime>
213 ProfilingStatus m_profilingStatus;
218 bool m_agentOrchestrationConfigHasBeenSet =
false;
219 bool m_arnHasBeenSet =
false;
220 bool m_computePlatformHasBeenSet =
false;
221 bool m_createdAtHasBeenSet =
false;
222 bool m_nameHasBeenSet =
false;
223 bool m_profilingStatusHasBeenSet =
false;
224 bool m_tagsHasBeenSet =
false;
225 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