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/Risk.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));
88 template <
typename RiskCountsT = Aws::Map<Risk,
int>>
90 m_riskCountsHasBeenSet =
true;
91 m_riskCounts = std::forward<RiskCountsT>(value);
93 template <
typename RiskCountsT = Aws::Map<Risk,
int>>
99 m_riskCountsHasBeenSet =
true;
100 m_riskCounts.emplace(key, value);
109 template <
typename PrioritizedRiskCountsT = Aws::Map<Risk,
int>>
111 m_prioritizedRiskCountsHasBeenSet =
true;
112 m_prioritizedRiskCounts = std::forward<PrioritizedRiskCountsT>(value);
114 template <
typename PrioritizedRiskCountsT = Aws::Map<Risk,
int>>
120 m_prioritizedRiskCountsHasBeenSet =
true;
121 m_prioritizedRiskCounts.emplace(key, value);
127 bool m_pillarIdHasBeenSet =
false;
130 bool m_pillarNameHasBeenSet =
false;
133 bool m_notesHasBeenSet =
false;
136 bool m_riskCountsHasBeenSet =
false;
139 bool m_prioritizedRiskCountsHasBeenSet =
false;
void SetRiskCounts(RiskCountsT &&value)
PillarReviewSummary & WithPillarId(PillarIdT &&value)
void SetPillarId(PillarIdT &&value)
const Aws::Map< Risk, int > & GetPrioritizedRiskCounts() const
AWS_WELLARCHITECTED_API PillarReviewSummary()=default
PillarReviewSummary & WithPrioritizedRiskCounts(PrioritizedRiskCountsT &&value)
const Aws::String & GetPillarId() const
PillarReviewSummary & AddPrioritizedRiskCounts(Risk key, int value)
bool NotesHasBeenSet() const
AWS_WELLARCHITECTED_API PillarReviewSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetNotes() const
void SetNotes(NotesT &&value)
const Aws::String & GetPillarName() const
bool PillarNameHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
bool PillarIdHasBeenSet() const
const Aws::Map< Risk, int > & GetRiskCounts() const
void SetPrioritizedRiskCounts(PrioritizedRiskCountsT &&value)
AWS_WELLARCHITECTED_API PillarReviewSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PrioritizedRiskCountsHasBeenSet() const
PillarReviewSummary & AddRiskCounts(Risk key, int value)
bool RiskCountsHasBeenSet() const
PillarReviewSummary & WithNotes(NotesT &&value)
void SetPillarName(PillarNameT &&value)
PillarReviewSummary & WithRiskCounts(RiskCountsT &&value)
PillarReviewSummary & WithPillarName(PillarNameT &&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