7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/wellarchitected/model/PillarDifference.h>
22namespace WellArchitected
48 template<
typename PillarDifferencesT = Aws::Vector<PillarDifference>>
49 void SetPillarDifferences(PillarDifferencesT&& value) { m_pillarDifferencesHasBeenSet =
true; m_pillarDifferences = std::forward<PillarDifferencesT>(value); }
50 template<
typename PillarDifferencesT = Aws::Vector<PillarDifference>>
52 template<
typename PillarDifferencesT = PillarDifference>
53 VersionDifferences&
AddPillarDifferences(PillarDifferencesT&& value) { m_pillarDifferencesHasBeenSet =
true; m_pillarDifferences.emplace_back(std::forward<PillarDifferencesT>(value));
return *
this; }
58 bool m_pillarDifferencesHasBeenSet =
false;
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WELLARCHITECTED_API VersionDifferences & operator=(Aws::Utils::Json::JsonView jsonValue)
VersionDifferences & AddPillarDifferences(PillarDifferencesT &&value)
bool PillarDifferencesHasBeenSet() const
AWS_WELLARCHITECTED_API VersionDifferences()=default
const Aws::Vector< PillarDifference > & GetPillarDifferences() const
void SetPillarDifferences(PillarDifferencesT &&value)
AWS_WELLARCHITECTED_API VersionDifferences(Aws::Utils::Json::JsonView jsonValue)
VersionDifferences & WithPillarDifferences(PillarDifferencesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue