7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
10#include <aws/wellarchitected/model/DifferenceStatus.h>
11#include <aws/wellarchitected/model/QuestionDifference.h>
22namespace WellArchitected {
41 template <
typename PillarIdT = Aws::String>
43 m_pillarIdHasBeenSet =
true;
44 m_pillarId = std::forward<PillarIdT>(value);
46 template <
typename PillarIdT = Aws::String>
57 template <
typename PillarNameT = Aws::String>
59 m_pillarNameHasBeenSet =
true;
60 m_pillarName = std::forward<PillarNameT>(value);
62 template <
typename PillarNameT = Aws::String>
76 m_differenceStatusHasBeenSet =
true;
77 m_differenceStatus = value;
91 template <
typename QuestionDifferencesT = Aws::Vector<QuestionDifference>>
93 m_questionDifferencesHasBeenSet =
true;
94 m_questionDifferences = std::forward<QuestionDifferencesT>(value);
96 template <
typename QuestionDifferencesT = Aws::Vector<QuestionDifference>>
101 template <
typename QuestionDifferencesT = QuestionDifference>
103 m_questionDifferencesHasBeenSet =
true;
104 m_questionDifferences.emplace_back(std::forward<QuestionDifferencesT>(value));
110 bool m_pillarIdHasBeenSet =
false;
113 bool m_pillarNameHasBeenSet =
false;
116 bool m_differenceStatusHasBeenSet =
false;
119 bool m_questionDifferencesHasBeenSet =
false;
bool QuestionDifferencesHasBeenSet() const
void SetPillarId(PillarIdT &&value)
PillarDifference & WithDifferenceStatus(DifferenceStatus value)
const Aws::String & GetPillarId() const
const Aws::Vector< QuestionDifference > & GetQuestionDifferences() const
PillarDifference & WithPillarName(PillarNameT &&value)
AWS_WELLARCHITECTED_API PillarDifference(Aws::Utils::Json::JsonView jsonValue)
AWS_WELLARCHITECTED_API PillarDifference()=default
void SetPillarName(PillarNameT &&value)
PillarDifference & WithQuestionDifferences(QuestionDifferencesT &&value)
void SetDifferenceStatus(DifferenceStatus value)
void SetQuestionDifferences(QuestionDifferencesT &&value)
PillarDifference & AddQuestionDifferences(QuestionDifferencesT &&value)
PillarDifference & WithPillarId(PillarIdT &&value)
bool PillarNameHasBeenSet() const
bool DifferenceStatusHasBeenSet() const
AWS_WELLARCHITECTED_API PillarDifference & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
bool PillarIdHasBeenSet() const
DifferenceStatus GetDifferenceStatus() const
const Aws::String & GetPillarName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue