7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
10#include <aws/wellarchitected/model/Question.h>
21namespace WellArchitected {
40 template <
typename PillarIdT = Aws::String>
42 m_pillarIdHasBeenSet =
true;
43 m_pillarId = std::forward<PillarIdT>(value);
45 template <
typename PillarIdT = Aws::String>
56 template <
typename PillarNameT = Aws::String>
58 m_pillarNameHasBeenSet =
true;
59 m_pillarName = std::forward<PillarNameT>(value);
61 template <
typename PillarNameT = Aws::String>
72 template <
typename NotesT = Aws::String>
74 m_notesHasBeenSet =
true;
75 m_notes = std::forward<NotesT>(value);
77 template <
typename NotesT = Aws::String>
79 SetNotes(std::forward<NotesT>(value));
91 template <
typename QuestionCountsT = Aws::Map<Question,
int>>
93 m_questionCountsHasBeenSet =
true;
94 m_questionCounts = std::forward<QuestionCountsT>(value);
96 template <
typename QuestionCountsT = Aws::Map<Question,
int>>
102 m_questionCountsHasBeenSet =
true;
103 m_questionCounts.emplace(key, value);
109 bool m_pillarIdHasBeenSet =
false;
112 bool m_pillarNameHasBeenSet =
false;
115 bool m_notesHasBeenSet =
false;
118 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