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/wellarchitected/WellArchitected_EXPORTS.h>
11#include <aws/wellarchitected/model/CheckProvider.h>
12#include <aws/wellarchitected/model/CheckStatus.h>
23namespace WellArchitected {
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
81 m_providerHasBeenSet =
true;
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
112 template <
typename UpdatedAtT = Aws::Utils::DateTime>
114 m_updatedAtHasBeenSet =
true;
115 m_updatedAt = std::forward<UpdatedAtT>(value);
117 template <
typename UpdatedAtT = Aws::Utils::DateTime>
130 template <
typename LensArnT = Aws::String>
132 m_lensArnHasBeenSet =
true;
133 m_lensArn = std::forward<LensArnT>(value);
135 template <
typename LensArnT = Aws::String>
146 template <
typename PillarIdT = Aws::String>
148 m_pillarIdHasBeenSet =
true;
149 m_pillarId = std::forward<PillarIdT>(value);
151 template <
typename PillarIdT = Aws::String>
162 template <
typename QuestionIdT = Aws::String>
164 m_questionIdHasBeenSet =
true;
165 m_questionId = std::forward<QuestionIdT>(value);
167 template <
typename QuestionIdT = Aws::String>
178 template <
typename ChoiceIdT = Aws::String>
180 m_choiceIdHasBeenSet =
true;
181 m_choiceId = std::forward<ChoiceIdT>(value);
183 template <
typename ChoiceIdT = Aws::String>
197 m_statusHasBeenSet =
true;
212 template <
typename AccountSummaryT = Aws::Map<CheckStatus,
int>>
214 m_accountSummaryHasBeenSet =
true;
215 m_accountSummary = std::forward<AccountSummaryT>(value);
217 template <
typename AccountSummaryT = Aws::Map<CheckStatus,
int>>
223 m_accountSummaryHasBeenSet =
true;
224 m_accountSummary.emplace(key, value);
250 bool m_idHasBeenSet =
false;
251 bool m_nameHasBeenSet =
false;
252 bool m_providerHasBeenSet =
false;
253 bool m_descriptionHasBeenSet =
false;
254 bool m_updatedAtHasBeenSet =
false;
255 bool m_lensArnHasBeenSet =
false;
256 bool m_pillarIdHasBeenSet =
false;
257 bool m_questionIdHasBeenSet =
false;
258 bool m_choiceIdHasBeenSet =
false;
259 bool m_statusHasBeenSet =
false;
260 bool m_accountSummaryHasBeenSet =
false;
void SetChoiceId(ChoiceIdT &&value)
bool ProviderHasBeenSet() const
const Aws::String & GetChoiceId() const
bool AccountSummaryHasBeenSet() const
CheckSummary & AddAccountSummary(CheckStatus key, int value)
CheckSummary & WithPillarId(PillarIdT &&value)
const Aws::String & GetQuestionId() const
AWS_WELLARCHITECTED_API CheckSummary()=default
CheckSummary & WithId(IdT &&value)
const Aws::Map< CheckStatus, int > & GetAccountSummary() const
void SetPillarId(PillarIdT &&value)
void SetDescription(DescriptionT &&value)
void SetAccountSummary(AccountSummaryT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
CheckSummary & WithStatus(CheckStatus value)
const Aws::String & GetId() const
bool ChoiceIdHasBeenSet() const
bool PillarIdHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
CheckSummary & WithChoiceId(ChoiceIdT &&value)
bool LensArnHasBeenSet() const
bool NameHasBeenSet() const
void SetProvider(CheckProvider value)
bool StatusHasBeenSet() const
CheckSummary & WithAccountSummary(AccountSummaryT &&value)
CheckSummary & WithName(NameT &&value)
const Aws::String & GetPillarId() const
void SetStatus(CheckStatus value)
const Aws::String & GetDescription() const
AWS_WELLARCHITECTED_API CheckSummary(Aws::Utils::Json::JsonView jsonValue)
CheckSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
CheckSummary & WithProvider(CheckProvider value)
CheckSummary & WithQuestionId(QuestionIdT &&value)
bool IdHasBeenSet() const
void SetQuestionId(QuestionIdT &&value)
void SetLensArn(LensArnT &&value)
AWS_WELLARCHITECTED_API CheckSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
CheckSummary & WithLensArn(LensArnT &&value)
CheckProvider GetProvider() const
CheckStatus GetStatus() const
CheckSummary & WithUpdatedAt(UpdatedAtT &&value)
bool QuestionIdHasBeenSet() const
const Aws::String & GetLensArn() const
bool UpdatedAtHasBeenSet() const
void SetName(NameT &&value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() 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
Aws::Utils::Json::JsonValue JsonValue