7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
12#include <aws/wellarchitected/model/AggregationConfiguration.h>
13#include <aws/wellarchitected/model/Pillar.h>
14#include <aws/wellarchitected/model/Tag.h>
25namespace WellArchitected {
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
65 template <
typename DisplayNameT = Aws::String>
67 m_displayNameHasBeenSet =
true;
68 m_displayName = std::forward<DisplayNameT>(value);
70 template <
typename DisplayNameT = Aws::String>
83 template <
typename DescriptionT = Aws::String>
85 m_descriptionHasBeenSet =
true;
86 m_description = std::forward<DescriptionT>(value);
88 template <
typename DescriptionT = Aws::String>
101 template <
typename BusinessOverviewT = Aws::String>
103 m_businessOverviewHasBeenSet =
true;
104 m_businessOverview = std::forward<BusinessOverviewT>(value);
106 template <
typename BusinessOverviewT = Aws::String>
119 template <
typename PillarsT = Aws::Vector<Pillar>>
121 m_pillarsHasBeenSet =
true;
122 m_pillars = std::forward<PillarsT>(value);
124 template <
typename PillarsT = Aws::Vector<Pillar>>
130 m_pillarsHasBeenSet =
true;
131 m_pillars.push_back(value);
143 m_deletionProtectionHasBeenSet =
true;
144 m_deletionProtection = value;
158 template <
typename ExecutionRoleArnT = Aws::String>
160 m_executionRoleArnHasBeenSet =
true;
161 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
163 template <
typename ExecutionRoleArnT = Aws::String>
177 template <
typename AggregationConfigurationT = Aws::Vector<AggregationConfiguration>>
179 m_aggregationConfigurationHasBeenSet =
true;
180 m_aggregationConfiguration = std::forward<AggregationConfigurationT>(value);
182 template <
typename AggregationConfigurationT = Aws::Vector<AggregationConfiguration>>
187 template <
typename AggregationConfigurationT = AggregationConfiguration>
189 m_aggregationConfigurationHasBeenSet =
true;
190 m_aggregationConfiguration.emplace_back(std::forward<AggregationConfigurationT>(value));
201 template <
typename ArnT = Aws::String>
203 m_arnHasBeenSet =
true;
204 m_arn = std::forward<ArnT>(value);
206 template <
typename ArnT = Aws::String>
208 SetArn(std::forward<ArnT>(value));
221 m_eligibleForScheduledGenerationHasBeenSet =
true;
222 m_eligibleForScheduledGeneration = value;
238 m_eligibleForArchitectureGenerationHasBeenSet =
true;
239 m_eligibleForArchitectureGeneration = value;
254 template <
typename FieldErrorsT = Aws::Map<Aws::String, Aws::String>>
256 m_fieldErrorsHasBeenSet =
true;
257 m_fieldErrors = std::forward<FieldErrorsT>(value);
259 template <
typename FieldErrorsT = Aws::Map<Aws::String, Aws::String>>
264 template <
typename FieldErrorsKeyT = Aws::String,
typename FieldErrorsValueT = Aws::String>
266 m_fieldErrorsHasBeenSet =
true;
267 m_fieldErrors.emplace(std::forward<FieldErrorsKeyT>(key), std::forward<FieldErrorsValueT>(value));
278 template <
typename TagsT = Aws::Vector<Tag>>
280 m_tagsHasBeenSet =
true;
281 m_tags = std::forward<TagsT>(value);
283 template <
typename TagsT = Aws::Vector<Tag>>
285 SetTags(std::forward<TagsT>(value));
288 template <
typename TagsT = Tag>
290 m_tagsHasBeenSet =
true;
291 m_tags.emplace_back(std::forward<TagsT>(value));
302 template <
typename CreatedByT = Aws::String>
304 m_createdByHasBeenSet =
true;
305 m_createdBy = std::forward<CreatedByT>(value);
307 template <
typename CreatedByT = Aws::String>
320 template <
typename CreatedAtT = Aws::Utils::DateTime>
322 m_createdAtHasBeenSet =
true;
323 m_createdAt = std::forward<CreatedAtT>(value);
325 template <
typename CreatedAtT = Aws::Utils::DateTime>
338 template <
typename LastModifiedByT = Aws::String>
340 m_lastModifiedByHasBeenSet =
true;
341 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
343 template <
typename LastModifiedByT = Aws::String>
356 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
358 m_lastModifiedAtHasBeenSet =
true;
359 m_lastModifiedAt = std::forward<LastModifiedAtT>(value);
361 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
378 bool m_deletionProtection{
false};
386 bool m_eligibleForScheduledGeneration{
false};
388 bool m_eligibleForArchitectureGeneration{
false};
401 bool m_nameHasBeenSet =
false;
402 bool m_displayNameHasBeenSet =
false;
403 bool m_descriptionHasBeenSet =
false;
404 bool m_businessOverviewHasBeenSet =
false;
405 bool m_pillarsHasBeenSet =
false;
406 bool m_deletionProtectionHasBeenSet =
false;
407 bool m_executionRoleArnHasBeenSet =
false;
408 bool m_aggregationConfigurationHasBeenSet =
false;
409 bool m_arnHasBeenSet =
false;
410 bool m_eligibleForScheduledGenerationHasBeenSet =
false;
411 bool m_eligibleForArchitectureGenerationHasBeenSet =
false;
412 bool m_fieldErrorsHasBeenSet =
false;
413 bool m_tagsHasBeenSet =
false;
414 bool m_createdByHasBeenSet =
false;
415 bool m_createdAtHasBeenSet =
false;
416 bool m_lastModifiedByHasBeenSet =
false;
417 bool m_lastModifiedAtHasBeenSet =
false;
AgentProfileSummary & WithLastModifiedAt(LastModifiedAtT &&value)
bool GetEligibleForScheduledGeneration() const
AWS_WELLARCHITECTED_API AgentProfileSummary()=default
AWS_WELLARCHITECTED_API AgentProfileSummary(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
const Aws::String & GetBusinessOverview() const
void SetCreatedBy(CreatedByT &&value)
bool GetDeletionProtection() const
AgentProfileSummary & AddAggregationConfiguration(AggregationConfigurationT &&value)
AgentProfileSummary & WithAggregationConfiguration(AggregationConfigurationT &&value)
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
bool PillarsHasBeenSet() const
void SetEligibleForScheduledGeneration(bool value)
AgentProfileSummary & WithDisplayName(DisplayNameT &&value)
AgentProfileSummary & WithFieldErrors(FieldErrorsT &&value)
AgentProfileSummary & WithPillars(PillarsT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
bool FieldErrorsHasBeenSet() const
void SetBusinessOverview(BusinessOverviewT &&value)
const Aws::String & GetExecutionRoleArn() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AgentProfileSummary & AddPillars(Pillar value)
bool ArnHasBeenSet() const
AgentProfileSummary & WithLastModifiedBy(LastModifiedByT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
AgentProfileSummary & WithDescription(DescriptionT &&value)
bool EligibleForScheduledGenerationHasBeenSet() const
const Aws::Vector< AggregationConfiguration > & GetAggregationConfiguration() const
AgentProfileSummary & WithEligibleForArchitectureGeneration(bool value)
void SetDeletionProtection(bool value)
AgentProfileSummary & WithCreatedBy(CreatedByT &&value)
void SetArn(ArnT &&value)
AgentProfileSummary & WithDeletionProtection(bool value)
void SetFieldErrors(FieldErrorsT &&value)
AgentProfileSummary & WithArn(ArnT &&value)
bool LastModifiedAtHasBeenSet() const
void SetEligibleForArchitectureGeneration(bool value)
bool BusinessOverviewHasBeenSet() const
bool LastModifiedByHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::Vector< Pillar > & GetPillars() const
const Aws::String & GetDisplayName() const
AgentProfileSummary & WithBusinessOverview(BusinessOverviewT &&value)
AgentProfileSummary & AddFieldErrors(FieldErrorsKeyT &&key, FieldErrorsValueT &&value)
void SetAggregationConfiguration(AggregationConfigurationT &&value)
const Aws::String & GetLastModifiedBy() const
bool EligibleForArchitectureGenerationHasBeenSet() const
AgentProfileSummary & AddTags(TagsT &&value)
void SetDisplayName(DisplayNameT &&value)
bool ExecutionRoleArnHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AgentProfileSummary & WithExecutionRoleArn(ExecutionRoleArnT &&value)
AgentProfileSummary & WithName(NameT &&value)
AgentProfileSummary & WithEligibleForScheduledGeneration(bool value)
void SetTags(TagsT &&value)
bool DescriptionHasBeenSet() const
void SetLastModifiedAt(LastModifiedAtT &&value)
const Aws::Map< Aws::String, Aws::String > & GetFieldErrors() const
bool AggregationConfigurationHasBeenSet() const
AgentProfileSummary & WithTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
bool CreatedAtHasBeenSet() const
bool DisplayNameHasBeenSet() const
AgentProfileSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetArn() const
const Aws::String & GetName() const
bool GetEligibleForArchitectureGeneration() const
AWS_WELLARCHITECTED_API AgentProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DeletionProtectionHasBeenSet() const
void SetPillars(PillarsT &&value)
const Aws::String & GetCreatedBy() const
bool CreatedByHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedAt() const
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue