7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/model/DifferenceStatus.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/wellarchitected/model/QuestionDifference.h>
24namespace WellArchitected
47 template<
typename PillarIdT = Aws::String>
48 void SetPillarId(PillarIdT&& value) { m_pillarIdHasBeenSet =
true; m_pillarId = std::forward<PillarIdT>(value); }
49 template<
typename PillarIdT = Aws::String>
57 template<
typename PillarNameT = Aws::String>
58 void SetPillarName(PillarNameT&& value) { m_pillarNameHasBeenSet =
true; m_pillarName = std::forward<PillarNameT>(value); }
59 template<
typename PillarNameT = Aws::String>
79 template<
typename QuestionDifferencesT = Aws::Vector<QuestionDifference>>
80 void SetQuestionDifferences(QuestionDifferencesT&& value) { m_questionDifferencesHasBeenSet =
true; m_questionDifferences = std::forward<QuestionDifferencesT>(value); }
81 template<
typename QuestionDifferencesT = Aws::Vector<QuestionDifference>>
83 template<
typename QuestionDifferencesT = QuestionDifference>
84 PillarDifference&
AddQuestionDifferences(QuestionDifferencesT&& value) { m_questionDifferencesHasBeenSet =
true; m_questionDifferences.emplace_back(std::forward<QuestionDifferencesT>(value));
return *
this; }
89 bool m_pillarIdHasBeenSet =
false;
92 bool m_pillarNameHasBeenSet =
false;
95 bool m_differenceStatusHasBeenSet =
false;
98 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