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/Pillar.h>
11#include <aws/wellarchitected/model/PillarItem.h>
22namespace WellArchitected {
33 AWS_WELLARCHITECTED_API
Scope() =
default;
45 template <
typename PillarsT = Aws::Vector<Pillar>>
47 m_pillarsHasBeenSet =
true;
48 m_pillars = std::forward<PillarsT>(value);
50 template <
typename PillarsT = Aws::Vector<Pillar>>
56 m_pillarsHasBeenSet =
true;
57 m_pillars.push_back(value);
68 template <
typename GoalIdsT = Aws::Vector<Aws::String>>
70 m_goalIdsHasBeenSet =
true;
71 m_goalIds = std::forward<GoalIdsT>(value);
73 template <
typename GoalIdsT = Aws::Vector<Aws::String>>
78 template <
typename GoalIdsT = Aws::String>
80 m_goalIdsHasBeenSet =
true;
81 m_goalIds.emplace_back(std::forward<GoalIdsT>(value));
92 template <
typename ItemsT = Aws::Vector<PillarItem>>
94 m_itemsHasBeenSet =
true;
95 m_items = std::forward<ItemsT>(value);
97 template <
typename ItemsT = Aws::Vector<PillarItem>>
99 SetItems(std::forward<ItemsT>(value));
102 template <
typename ItemsT = PillarItem>
104 m_itemsHasBeenSet =
true;
105 m_items.emplace_back(std::forward<ItemsT>(value));
115 bool m_pillarsHasBeenSet =
false;
116 bool m_goalIdsHasBeenSet =
false;
117 bool m_itemsHasBeenSet =
false;
Scope & WithItems(ItemsT &&value)
bool ItemsHasBeenSet() const
AWS_WELLARCHITECTED_API Scope(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetGoalIds() const
Scope & AddGoalIds(GoalIdsT &&value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< PillarItem > & GetItems() const
AWS_WELLARCHITECTED_API Scope & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPillars(PillarsT &&value)
Scope & AddItems(ItemsT &&value)
Scope & WithPillars(PillarsT &&value)
AWS_WELLARCHITECTED_API Scope()=default
void SetGoalIds(GoalIdsT &&value)
bool PillarsHasBeenSet() const
const Aws::Vector< Pillar > & GetPillars() const
bool GoalIdsHasBeenSet() const
void SetItems(ItemsT &&value)
Scope & AddPillars(Pillar value)
Scope & WithGoalIds(GoalIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue