7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace WellArchitected
45 template<
typename PillarIdT = Aws::String>
46 void SetPillarId(PillarIdT&& value) { m_pillarIdHasBeenSet =
true; m_pillarId = std::forward<PillarIdT>(value); }
47 template<
typename PillarIdT = Aws::String>
57 template<
typename SelectedQuestionIdsT = Aws::Vector<Aws::String>>
58 void SetSelectedQuestionIds(SelectedQuestionIdsT&& value) { m_selectedQuestionIdsHasBeenSet =
true; m_selectedQuestionIds = std::forward<SelectedQuestionIdsT>(value); }
59 template<
typename SelectedQuestionIdsT = Aws::Vector<Aws::String>>
61 template<
typename SelectedQuestionIdsT = Aws::String>
62 SelectedPillar&
AddSelectedQuestionIds(SelectedQuestionIdsT&& value) { m_selectedQuestionIdsHasBeenSet =
true; m_selectedQuestionIds.emplace_back(std::forward<SelectedQuestionIdsT>(value));
return *
this; }
67 bool m_pillarIdHasBeenSet =
false;
70 bool m_selectedQuestionIdsHasBeenSet =
false;
bool PillarIdHasBeenSet() const
const Aws::String & GetPillarId() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
bool SelectedQuestionIdsHasBeenSet() const
SelectedPillar & WithSelectedQuestionIds(SelectedQuestionIdsT &&value)
void SetPillarId(PillarIdT &&value)
SelectedPillar & AddSelectedQuestionIds(SelectedQuestionIdsT &&value)
const Aws::Vector< Aws::String > & GetSelectedQuestionIds() const
AWS_WELLARCHITECTED_API SelectedPillar & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSelectedQuestionIds(SelectedQuestionIdsT &&value)
AWS_WELLARCHITECTED_API SelectedPillar()=default
AWS_WELLARCHITECTED_API SelectedPillar(Aws::Utils::Json::JsonView jsonValue)
SelectedPillar & WithPillarId(PillarIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue