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>
20namespace WellArchitected {
39 template <
typename PillarIdT = Aws::String>
41 m_pillarIdHasBeenSet =
true;
42 m_pillarId = std::forward<PillarIdT>(value);
44 template <
typename PillarIdT = Aws::String>
57 template <
typename SelectedQuestionIdsT = Aws::Vector<Aws::String>>
59 m_selectedQuestionIdsHasBeenSet =
true;
60 m_selectedQuestionIds = std::forward<SelectedQuestionIdsT>(value);
62 template <
typename SelectedQuestionIdsT = Aws::Vector<Aws::String>>
67 template <
typename SelectedQuestionIdsT = Aws::String>
69 m_selectedQuestionIdsHasBeenSet =
true;
70 m_selectedQuestionIds.emplace_back(std::forward<SelectedQuestionIdsT>(value));
76 bool m_pillarIdHasBeenSet =
false;
79 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