7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
9#include <aws/wellarchitected/model/SelectedPillar.h>
20namespace WellArchitected {
41 template <
typename SelectedPillarsT = Aws::Vector<SelectedPillar>>
43 m_selectedPillarsHasBeenSet =
true;
44 m_selectedPillars = std::forward<SelectedPillarsT>(value);
46 template <
typename SelectedPillarsT = Aws::Vector<SelectedPillar>>
51 template <
typename SelectedPillarsT = SelectedPillar>
53 m_selectedPillarsHasBeenSet =
true;
54 m_selectedPillars.emplace_back(std::forward<SelectedPillarsT>(value));
60 bool m_selectedPillarsHasBeenSet =
false;
void SetSelectedPillars(SelectedPillarsT &&value)
AWS_WELLARCHITECTED_API JiraSelectedQuestionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SelectedPillar > & GetSelectedPillars() const
JiraSelectedQuestionConfiguration & AddSelectedPillars(SelectedPillarsT &&value)
AWS_WELLARCHITECTED_API JiraSelectedQuestionConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool SelectedPillarsHasBeenSet() const
JiraSelectedQuestionConfiguration & WithSelectedPillars(SelectedPillarsT &&value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WELLARCHITECTED_API JiraSelectedQuestionConfiguration()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue