7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
10#include <aws/wellarchitected/model/CheckFailureReason.h>
11#include <aws/wellarchitected/model/CheckProvider.h>
12#include <aws/wellarchitected/model/CheckStatus.h>
23namespace WellArchitected {
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
81 template <
typename DescriptionT = Aws::String>
83 m_descriptionHasBeenSet =
true;
84 m_description = std::forward<DescriptionT>(value);
86 template <
typename DescriptionT = Aws::String>
100 m_providerHasBeenSet =
true;
115 template <
typename LensArnT = Aws::String>
117 m_lensArnHasBeenSet =
true;
118 m_lensArn = std::forward<LensArnT>(value);
120 template <
typename LensArnT = Aws::String>
131 template <
typename PillarIdT = Aws::String>
133 m_pillarIdHasBeenSet =
true;
134 m_pillarId = std::forward<PillarIdT>(value);
136 template <
typename PillarIdT = Aws::String>
147 template <
typename QuestionIdT = Aws::String>
149 m_questionIdHasBeenSet =
true;
150 m_questionId = std::forward<QuestionIdT>(value);
152 template <
typename QuestionIdT = Aws::String>
163 template <
typename ChoiceIdT = Aws::String>
165 m_choiceIdHasBeenSet =
true;
166 m_choiceId = std::forward<ChoiceIdT>(value);
168 template <
typename ChoiceIdT = Aws::String>
182 m_statusHasBeenSet =
true;
195 template <
typename AccountIdT = Aws::String>
197 m_accountIdHasBeenSet =
true;
198 m_accountId = std::forward<AccountIdT>(value);
200 template <
typename AccountIdT = Aws::String>
214 m_flaggedResourcesHasBeenSet =
true;
215 m_flaggedResources = value;
230 m_reasonHasBeenSet =
true;
243 template <
typename UpdatedAtT = Aws::Utils::DateTime>
245 m_updatedAtHasBeenSet =
true;
246 m_updatedAt = std::forward<UpdatedAtT>(value);
248 template <
typename UpdatedAtT = Aws::Utils::DateTime>
275 int m_flaggedResources{0};
280 bool m_idHasBeenSet =
false;
281 bool m_nameHasBeenSet =
false;
282 bool m_descriptionHasBeenSet =
false;
283 bool m_providerHasBeenSet =
false;
284 bool m_lensArnHasBeenSet =
false;
285 bool m_pillarIdHasBeenSet =
false;
286 bool m_questionIdHasBeenSet =
false;
287 bool m_choiceIdHasBeenSet =
false;
288 bool m_statusHasBeenSet =
false;
289 bool m_accountIdHasBeenSet =
false;
290 bool m_flaggedResourcesHasBeenSet =
false;
291 bool m_reasonHasBeenSet =
false;
292 bool m_updatedAtHasBeenSet =
false;
void SetLensArn(LensArnT &&value)
CheckDetail & WithUpdatedAt(UpdatedAtT &&value)
bool DescriptionHasBeenSet() const
void SetChoiceId(ChoiceIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
CheckFailureReason GetReason() const
CheckDetail & WithFlaggedResources(int value)
AWS_WELLARCHITECTED_API CheckDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
CheckDetail & WithLensArn(LensArnT &&value)
const Aws::String & GetQuestionId() const
void SetPillarId(PillarIdT &&value)
bool AccountIdHasBeenSet() const
bool ReasonHasBeenSet() const
void SetFlaggedResources(int value)
bool UpdatedAtHasBeenSet() const
AWS_WELLARCHITECTED_API CheckDetail()=default
bool LensArnHasBeenSet() const
void SetProvider(CheckProvider value)
bool ProviderHasBeenSet() const
void SetReason(CheckFailureReason value)
void SetQuestionId(QuestionIdT &&value)
CheckProvider GetProvider() const
void SetStatus(CheckStatus value)
const Aws::String & GetDescription() const
const Aws::String & GetAccountId() const
bool ChoiceIdHasBeenSet() const
CheckDetail & WithPillarId(PillarIdT &&value)
CheckDetail & WithQuestionId(QuestionIdT &&value)
CheckDetail & WithReason(CheckFailureReason value)
CheckDetail & WithAccountId(AccountIdT &&value)
const Aws::String & GetLensArn() const
CheckStatus GetStatus() const
bool PillarIdHasBeenSet() const
bool StatusHasBeenSet() const
bool FlaggedResourcesHasBeenSet() const
const Aws::String & GetChoiceId() const
CheckDetail & WithId(IdT &&value)
int GetFlaggedResources() const
AWS_WELLARCHITECTED_API CheckDetail(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
CheckDetail & WithChoiceId(ChoiceIdT &&value)
void SetDescription(DescriptionT &&value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
CheckDetail & WithProvider(CheckProvider value)
CheckDetail & WithStatus(CheckStatus value)
void SetName(NameT &&value)
const Aws::String & GetName() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetAccountId(AccountIdT &&value)
CheckDetail & WithDescription(DescriptionT &&value)
const Aws::String & GetPillarId() const
CheckDetail & WithName(NameT &&value)
bool NameHasBeenSet() const
bool QuestionIdHasBeenSet() const
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue