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>
109 template <
typename PillarsT = Aws::Vector<Pillar>>
111 m_pillarsHasBeenSet =
true;
112 m_pillars = std::forward<PillarsT>(value);
114 template <
typename PillarsT = Aws::Vector<Pillar>>
120 m_pillarsHasBeenSet =
true;
121 m_pillars.push_back(value);
132 m_deletionProtectionHasBeenSet =
true;
133 m_deletionProtection = value;
146 template <
typename ExecutionRoleArnT = Aws::String>
148 m_executionRoleArnHasBeenSet =
true;
149 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
151 template <
typename ExecutionRoleArnT = Aws::String>
163 template <
typename AggregationConfigurationT = Aws::Vector<AggregationConfiguration>>
165 m_aggregationConfigurationHasBeenSet =
true;
166 m_aggregationConfiguration = std::forward<AggregationConfigurationT>(value);
168 template <
typename AggregationConfigurationT = Aws::Vector<AggregationConfiguration>>
173 template <
typename AggregationConfigurationT = AggregationConfiguration>
175 m_aggregationConfigurationHasBeenSet =
true;
176 m_aggregationConfiguration.emplace_back(std::forward<AggregationConfigurationT>(value));
186 template <
typename ArnT = Aws::String>
188 m_arnHasBeenSet =
true;
189 m_arn = std::forward<ArnT>(value);
191 template <
typename ArnT = Aws::String>
193 SetArn(std::forward<ArnT>(value));
205 m_eligibleForScheduledGenerationHasBeenSet =
true;
206 m_eligibleForScheduledGeneration = value;
221 m_eligibleForArchitectureGenerationHasBeenSet =
true;
222 m_eligibleForArchitectureGeneration = value;
236 template <
typename FieldErrorsT = Aws::Map<Aws::String, Aws::String>>
238 m_fieldErrorsHasBeenSet =
true;
239 m_fieldErrors = std::forward<FieldErrorsT>(value);
241 template <
typename FieldErrorsT = Aws::Map<Aws::String, Aws::String>>
246 template <
typename FieldErrorsKeyT = Aws::String,
typename FieldErrorsValueT = Aws::String>
248 m_fieldErrorsHasBeenSet =
true;
249 m_fieldErrors.emplace(std::forward<FieldErrorsKeyT>(key), std::forward<FieldErrorsValueT>(value));
259 template <
typename TagsT = Aws::Vector<Tag>>
261 m_tagsHasBeenSet =
true;
262 m_tags = std::forward<TagsT>(value);
264 template <
typename TagsT = Aws::Vector<Tag>>
266 SetTags(std::forward<TagsT>(value));
269 template <
typename TagsT = Tag>
271 m_tagsHasBeenSet =
true;
272 m_tags.emplace_back(std::forward<TagsT>(value));
282 template <
typename CreatedByT = Aws::String>
284 m_createdByHasBeenSet =
true;
285 m_createdBy = std::forward<CreatedByT>(value);
287 template <
typename CreatedByT = Aws::String>
299 template <
typename CreatedAtT = Aws::Utils::DateTime>
301 m_createdAtHasBeenSet =
true;
302 m_createdAt = std::forward<CreatedAtT>(value);
304 template <
typename CreatedAtT = Aws::Utils::DateTime>
316 template <
typename LastModifiedByT = Aws::String>
318 m_lastModifiedByHasBeenSet =
true;
319 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
321 template <
typename LastModifiedByT = Aws::String>
333 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
335 m_lastModifiedAtHasBeenSet =
true;
336 m_lastModifiedAt = std::forward<LastModifiedAtT>(value);
338 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
348 template <
typename RequestIdT = Aws::String>
350 m_requestIdHasBeenSet =
true;
351 m_requestId = std::forward<RequestIdT>(value);
353 template <
typename RequestIdT = Aws::String>
372 bool m_deletionProtection{
false};
380 bool m_eligibleForScheduledGeneration{
false};
382 bool m_eligibleForArchitectureGeneration{
false};
398 bool m_nameHasBeenSet =
false;
399 bool m_displayNameHasBeenSet =
false;
400 bool m_descriptionHasBeenSet =
false;
401 bool m_businessOverviewHasBeenSet =
false;
402 bool m_pillarsHasBeenSet =
false;
403 bool m_deletionProtectionHasBeenSet =
false;
404 bool m_executionRoleArnHasBeenSet =
false;
405 bool m_aggregationConfigurationHasBeenSet =
false;
406 bool m_arnHasBeenSet =
false;
407 bool m_eligibleForScheduledGenerationHasBeenSet =
false;
408 bool m_eligibleForArchitectureGenerationHasBeenSet =
false;
409 bool m_fieldErrorsHasBeenSet =
false;
410 bool m_tagsHasBeenSet =
false;
411 bool m_createdByHasBeenSet =
false;
412 bool m_createdAtHasBeenSet =
false;
413 bool m_lastModifiedByHasBeenSet =
false;
414 bool m_lastModifiedAtHasBeenSet =
false;
415 bool m_requestIdHasBeenSet =
false;
GetAgentProfileResult & WithEligibleForArchitectureGeneration(bool value)
void SetDisplayName(DisplayNameT &&value)
GetAgentProfileResult & WithName(NameT &&value)
GetAgentProfileResult & WithPillars(PillarsT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetName(NameT &&value)
GetAgentProfileResult & AddPillars(Pillar value)
const Aws::Utils::DateTime & GetLastModifiedAt() const
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetCreatedBy() const
GetAgentProfileResult & WithBusinessOverview(BusinessOverviewT &&value)
const Aws::String & GetLastModifiedBy() const
bool GetEligibleForScheduledGeneration() const
const Aws::String & GetRequestId() const
void SetTags(TagsT &&value)
void SetAggregationConfiguration(AggregationConfigurationT &&value)
GetAgentProfileResult & WithFieldErrors(FieldErrorsT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetDescription() const
GetAgentProfileResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
GetAgentProfileResult & WithLastModifiedAt(LastModifiedAtT &&value)
const Aws::String & GetBusinessOverview() const
GetAgentProfileResult & WithLastModifiedBy(LastModifiedByT &&value)
void SetFieldErrors(FieldErrorsT &&value)
void SetDeletionProtection(bool value)
GetAgentProfileResult & WithAggregationConfiguration(AggregationConfigurationT &&value)
GetAgentProfileResult & WithDisplayName(DisplayNameT &&value)
void SetEligibleForArchitectureGeneration(bool value)
const Aws::Map< Aws::String, Aws::String > & GetFieldErrors() const
const Aws::Vector< Tag > & GetTags() const
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
void SetDescription(DescriptionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
bool GetEligibleForArchitectureGeneration() const
GetAgentProfileResult & AddFieldErrors(FieldErrorsKeyT &&key, FieldErrorsValueT &&value)
const Aws::String & GetExecutionRoleArn() const
void SetLastModifiedBy(LastModifiedByT &&value)
AWS_WELLARCHITECTED_API GetAgentProfileResult()=default
const Aws::Utils::DateTime & GetCreatedAt() const
GetAgentProfileResult & AddAggregationConfiguration(AggregationConfigurationT &&value)
GetAgentProfileResult & WithCreatedBy(CreatedByT &&value)
GetAgentProfileResult & WithRequestId(RequestIdT &&value)
AWS_WELLARCHITECTED_API GetAgentProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAgentProfileResult & WithCreatedAt(CreatedAtT &&value)
void SetRequestId(RequestIdT &&value)
void SetEligibleForScheduledGeneration(bool value)
const Aws::Vector< Pillar > & GetPillars() const
void SetLastModifiedAt(LastModifiedAtT &&value)
const Aws::String & GetDisplayName() const
const Aws::Vector< AggregationConfiguration > & GetAggregationConfiguration() const
GetAgentProfileResult & WithDescription(DescriptionT &&value)
void SetBusinessOverview(BusinessOverviewT &&value)
GetAgentProfileResult & WithDeletionProtection(bool value)
GetAgentProfileResult & WithTags(TagsT &&value)
bool GetDeletionProtection() const
AWS_WELLARCHITECTED_API GetAgentProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetPillars(PillarsT &&value)
const Aws::String & GetName() const
GetAgentProfileResult & WithEligibleForScheduledGeneration(bool value)
GetAgentProfileResult & AddTags(TagsT &&value)
GetAgentProfileResult & WithArn(ArnT &&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