7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/model/CheckProvider.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/wellarchitected/model/CheckStatus.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
25namespace WellArchitected
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
94 template<
typename UpdatedAtT = Aws::Utils::DateTime>
95 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
96 template<
typename UpdatedAtT = Aws::Utils::DateTime>
106 template<
typename LensArnT = Aws::String>
107 void SetLensArn(LensArnT&& value) { m_lensArnHasBeenSet =
true; m_lensArn = std::forward<LensArnT>(value); }
108 template<
typename LensArnT = Aws::String>
116 template<
typename PillarIdT = Aws::String>
117 void SetPillarId(PillarIdT&& value) { m_pillarIdHasBeenSet =
true; m_pillarId = std::forward<PillarIdT>(value); }
118 template<
typename PillarIdT = Aws::String>
126 template<
typename QuestionIdT = Aws::String>
127 void SetQuestionId(QuestionIdT&& value) { m_questionIdHasBeenSet =
true; m_questionId = std::forward<QuestionIdT>(value); }
128 template<
typename QuestionIdT = Aws::String>
136 template<
typename ChoiceIdT = Aws::String>
137 void SetChoiceId(ChoiceIdT&& value) { m_choiceIdHasBeenSet =
true; m_choiceId = std::forward<ChoiceIdT>(value); }
138 template<
typename ChoiceIdT = Aws::String>
158 template<
typename AccountSummaryT = Aws::Map<CheckStatus,
int>>
159 void SetAccountSummary(AccountSummaryT&& value) { m_accountSummaryHasBeenSet =
true; m_accountSummary = std::forward<AccountSummaryT>(value); }
160 template<
typename AccountSummaryT = Aws::Map<CheckStatus,
int>>
163 m_accountSummaryHasBeenSet =
true; m_accountSummary.emplace(key, value);
return *
this;
169 bool m_idHasBeenSet =
false;
172 bool m_nameHasBeenSet =
false;
175 bool m_providerHasBeenSet =
false;
178 bool m_descriptionHasBeenSet =
false;
181 bool m_updatedAtHasBeenSet =
false;
184 bool m_lensArnHasBeenSet =
false;
187 bool m_pillarIdHasBeenSet =
false;
190 bool m_questionIdHasBeenSet =
false;
193 bool m_choiceIdHasBeenSet =
false;
196 bool m_statusHasBeenSet =
false;
199 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