7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
13#include <aws/wellarchitected/model/AggregationConfiguration.h>
14#include <aws/wellarchitected/model/Pillar.h>
15#include <aws/wellarchitected/model/Tag.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace WellArchitected {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
58 template <
typename DisplayNameT = Aws::String>
60 m_displayNameHasBeenSet =
true;
61 m_displayName = std::forward<DisplayNameT>(value);
63 template <
typename DisplayNameT = Aws::String>
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
92 template <
typename BusinessOverviewT = Aws::String>
94 m_businessOverviewHasBeenSet =
true;
95 m_businessOverview = std::forward<BusinessOverviewT>(value);
97 template <
typename BusinessOverviewT = Aws::String>
110 template <
typename PillarsT = Aws::Vector<Pillar>>
112 m_pillarsHasBeenSet =
true;
113 m_pillars = std::forward<PillarsT>(value);
115 template <
typename PillarsT = Aws::Vector<Pillar>>
121 m_pillarsHasBeenSet =
true;
122 m_pillars.push_back(value);
133 m_deletionProtectionHasBeenSet =
true;
134 m_deletionProtection = value;
147 template <
typename ExecutionRoleArnT = Aws::String>
149 m_executionRoleArnHasBeenSet =
true;
150 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
152 template <
typename ExecutionRoleArnT = Aws::String>
164 template <
typename AggregationConfigurationT = Aws::Vector<AggregationConfiguration>>
166 m_aggregationConfigurationHasBeenSet =
true;
167 m_aggregationConfiguration = std::forward<AggregationConfigurationT>(value);
169 template <
typename AggregationConfigurationT = Aws::Vector<AggregationConfiguration>>
174 template <
typename AggregationConfigurationT = AggregationConfiguration>
176 m_aggregationConfigurationHasBeenSet =
true;
177 m_aggregationConfiguration.emplace_back(std::forward<AggregationConfigurationT>(value));
187 template <
typename ArnT = Aws::String>
189 m_arnHasBeenSet =
true;
190 m_arn = std::forward<ArnT>(value);
192 template <
typename ArnT = Aws::String>
194 SetArn(std::forward<ArnT>(value));
206 m_eligibleForScheduledGenerationHasBeenSet =
true;
207 m_eligibleForScheduledGeneration = value;
222 m_eligibleForArchitectureGenerationHasBeenSet =
true;
223 m_eligibleForArchitectureGeneration = value;
237 template <
typename FieldErrorsT = Aws::Map<Aws::String, Aws::String>>
239 m_fieldErrorsHasBeenSet =
true;
240 m_fieldErrors = std::forward<FieldErrorsT>(value);
242 template <
typename FieldErrorsT = Aws::Map<Aws::String, Aws::String>>
247 template <
typename FieldErrorsKeyT = Aws::String,
typename FieldErrorsValueT = Aws::String>
249 m_fieldErrorsHasBeenSet =
true;
250 m_fieldErrors.emplace(std::forward<FieldErrorsKeyT>(key), std::forward<FieldErrorsValueT>(value));
260 template <
typename TagsT = Aws::Vector<Tag>>
262 m_tagsHasBeenSet =
true;
263 m_tags = std::forward<TagsT>(value);
265 template <
typename TagsT = Aws::Vector<Tag>>
267 SetTags(std::forward<TagsT>(value));
270 template <
typename TagsT = Tag>
272 m_tagsHasBeenSet =
true;
273 m_tags.emplace_back(std::forward<TagsT>(value));
283 template <
typename CreatedByT = Aws::String>
285 m_createdByHasBeenSet =
true;
286 m_createdBy = std::forward<CreatedByT>(value);
288 template <
typename CreatedByT = Aws::String>
300 template <
typename CreatedAtT = Aws::Utils::DateTime>
302 m_createdAtHasBeenSet =
true;
303 m_createdAt = std::forward<CreatedAtT>(value);
305 template <
typename CreatedAtT = Aws::Utils::DateTime>
317 template <
typename LastModifiedByT = Aws::String>
319 m_lastModifiedByHasBeenSet =
true;
320 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
322 template <
typename LastModifiedByT = Aws::String>
334 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
336 m_lastModifiedAtHasBeenSet =
true;
337 m_lastModifiedAt = std::forward<LastModifiedAtT>(value);
339 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
349 template <
typename RequestIdT = Aws::String>
351 m_requestIdHasBeenSet =
true;
352 m_requestId = std::forward<RequestIdT>(value);
354 template <
typename RequestIdT = Aws::String>
373 bool m_deletionProtection{
false};
381 bool m_eligibleForScheduledGeneration{
false};
383 bool m_eligibleForArchitectureGeneration{
false};
399 bool m_nameHasBeenSet =
false;
400 bool m_displayNameHasBeenSet =
false;
401 bool m_descriptionHasBeenSet =
false;
402 bool m_businessOverviewHasBeenSet =
false;
403 bool m_pillarsHasBeenSet =
false;
404 bool m_deletionProtectionHasBeenSet =
false;
405 bool m_executionRoleArnHasBeenSet =
false;
406 bool m_aggregationConfigurationHasBeenSet =
false;
407 bool m_arnHasBeenSet =
false;
408 bool m_eligibleForScheduledGenerationHasBeenSet =
false;
409 bool m_eligibleForArchitectureGenerationHasBeenSet =
false;
410 bool m_fieldErrorsHasBeenSet =
false;
411 bool m_tagsHasBeenSet =
false;
412 bool m_createdByHasBeenSet =
false;
413 bool m_createdAtHasBeenSet =
false;
414 bool m_lastModifiedByHasBeenSet =
false;
415 bool m_lastModifiedAtHasBeenSet =
false;
416 bool m_requestIdHasBeenSet =
false;
UpdateAgentProfileResult & WithName(NameT &&value)
const Aws::String & GetExecutionRoleArn() const
void SetTags(TagsT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetDescription() const
UpdateAgentProfileResult & WithPillars(PillarsT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
bool GetDeletionProtection() const
const Aws::String & GetDisplayName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateAgentProfileResult & WithBusinessOverview(BusinessOverviewT &&value)
UpdateAgentProfileResult & WithDescription(DescriptionT &&value)
UpdateAgentProfileResult & WithAggregationConfiguration(AggregationConfigurationT &&value)
UpdateAgentProfileResult & WithRequestId(RequestIdT &&value)
void SetAggregationConfiguration(AggregationConfigurationT &&value)
UpdateAgentProfileResult & WithDisplayName(DisplayNameT &&value)
AWS_WELLARCHITECTED_API UpdateAgentProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateAgentProfileResult & WithLastModifiedAt(LastModifiedAtT &&value)
const Aws::Utils::DateTime & GetLastModifiedAt() const
const Aws::String & GetCreatedBy() const
void SetBusinessOverview(BusinessOverviewT &&value)
UpdateAgentProfileResult & AddPillars(Pillar value)
void SetCreatedAt(CreatedAtT &&value)
UpdateAgentProfileResult & WithCreatedBy(CreatedByT &&value)
void SetFieldErrors(FieldErrorsT &&value)
void SetName(NameT &&value)
void SetLastModifiedAt(LastModifiedAtT &&value)
bool GetEligibleForScheduledGeneration() const
UpdateAgentProfileResult & WithFieldErrors(FieldErrorsT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< AggregationConfiguration > & GetAggregationConfiguration() const
const Aws::Utils::DateTime & GetCreatedAt() const
UpdateAgentProfileResult & WithLastModifiedBy(LastModifiedByT &&value)
void SetDeletionProtection(bool value)
UpdateAgentProfileResult & WithDeletionProtection(bool value)
const Aws::String & GetLastModifiedBy() const
UpdateAgentProfileResult & AddFieldErrors(FieldErrorsKeyT &&key, FieldErrorsValueT &&value)
const Aws::String & GetBusinessOverview() const
UpdateAgentProfileResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Map< Aws::String, Aws::String > & GetFieldErrors() const
void SetDescription(DescriptionT &&value)
UpdateAgentProfileResult & WithEligibleForScheduledGeneration(bool value)
void SetEligibleForScheduledGeneration(bool value)
UpdateAgentProfileResult & WithEligibleForArchitectureGeneration(bool value)
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
UpdateAgentProfileResult & AddAggregationConfiguration(AggregationConfigurationT &&value)
UpdateAgentProfileResult & WithArn(ArnT &&value)
AWS_WELLARCHITECTED_API UpdateAgentProfileResult()=default
const Aws::Vector< Pillar > & GetPillars() const
const Aws::String & GetName() const
void SetRequestId(RequestIdT &&value)
UpdateAgentProfileResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
UpdateAgentProfileResult & AddTags(TagsT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetPillars(PillarsT &&value)
const Aws::Vector< Tag > & GetTags() const
UpdateAgentProfileResult & WithTags(TagsT &&value)
void SetEligibleForArchitectureGeneration(bool value)
AWS_WELLARCHITECTED_API UpdateAgentProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
bool GetEligibleForArchitectureGeneration() const
void SetDisplayName(DisplayNameT &&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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue