7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/wellarchitected/model/Question.h>
23namespace WellArchitected
46 template<
typename PillarIdT = Aws::String>
47 void SetPillarId(PillarIdT&& value) { m_pillarIdHasBeenSet =
true; m_pillarId = std::forward<PillarIdT>(value); }
48 template<
typename PillarIdT = Aws::String>
56 template<
typename PillarNameT = Aws::String>
57 void SetPillarName(PillarNameT&& value) { m_pillarNameHasBeenSet =
true; m_pillarName = std::forward<PillarNameT>(value); }
58 template<
typename PillarNameT = Aws::String>
66 template<
typename NotesT = Aws::String>
67 void SetNotes(NotesT&& value) { m_notesHasBeenSet =
true; m_notes = std::forward<NotesT>(value); }
68 template<
typename NotesT = Aws::String>
79 template<
typename QuestionCountsT = Aws::Map<Question,
int>>
80 void SetQuestionCounts(QuestionCountsT&& value) { m_questionCountsHasBeenSet =
true; m_questionCounts = std::forward<QuestionCountsT>(value); }
81 template<
typename QuestionCountsT = Aws::Map<Question,
int>>
84 m_questionCountsHasBeenSet =
true; m_questionCounts.emplace(key, value);
return *
this;
90 bool m_pillarIdHasBeenSet =
false;
93 bool m_pillarNameHasBeenSet =
false;
96 bool m_notesHasBeenSet =
false;
99 bool m_questionCountsHasBeenSet =
false;
const Aws::String & GetPillarId() const
void SetNotes(NotesT &&value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
ReviewTemplatePillarReviewSummary & WithPillarName(PillarNameT &&value)
void SetQuestionCounts(QuestionCountsT &&value)
bool NotesHasBeenSet() const
const Aws::String & GetPillarName() const
ReviewTemplatePillarReviewSummary & AddQuestionCounts(Question key, int value)
void SetPillarName(PillarNameT &&value)
AWS_WELLARCHITECTED_API ReviewTemplatePillarReviewSummary(Aws::Utils::Json::JsonView jsonValue)
bool PillarNameHasBeenSet() const
void SetPillarId(PillarIdT &&value)
bool PillarIdHasBeenSet() const
const Aws::Map< Question, int > & GetQuestionCounts() const
AWS_WELLARCHITECTED_API ReviewTemplatePillarReviewSummary()=default
AWS_WELLARCHITECTED_API ReviewTemplatePillarReviewSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ReviewTemplatePillarReviewSummary & WithNotes(NotesT &&value)
bool QuestionCountsHasBeenSet() const
ReviewTemplatePillarReviewSummary & WithQuestionCounts(QuestionCountsT &&value)
const Aws::String & GetNotes() const
ReviewTemplatePillarReviewSummary & WithPillarId(PillarIdT &&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
Aws::Utils::Json::JsonValue JsonValue