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 QuestionIdT = Aws::String>
41 m_questionIdHasBeenSet =
true;
42 m_questionId = std::forward<QuestionIdT>(value);
44 template <
typename QuestionIdT = Aws::String>
57 template <
typename SelectedChoiceIdsT = Aws::Vector<Aws::String>>
59 m_selectedChoiceIdsHasBeenSet =
true;
60 m_selectedChoiceIds = std::forward<SelectedChoiceIdsT>(value);
62 template <
typename SelectedChoiceIdsT = Aws::Vector<Aws::String>>
67 template <
typename SelectedChoiceIdsT = Aws::String>
69 m_selectedChoiceIdsHasBeenSet =
true;
70 m_selectedChoiceIds.emplace_back(std::forward<SelectedChoiceIdsT>(value));
78 bool m_questionIdHasBeenSet =
false;
79 bool m_selectedChoiceIdsHasBeenSet =
false;
AWS_WELLARCHITECTED_API ProfileQuestionUpdate()=default
AWS_WELLARCHITECTED_API ProfileQuestionUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSelectedChoiceIds() const
ProfileQuestionUpdate & AddSelectedChoiceIds(SelectedChoiceIdsT &&value)
ProfileQuestionUpdate & WithSelectedChoiceIds(SelectedChoiceIdsT &&value)
AWS_WELLARCHITECTED_API ProfileQuestionUpdate(Aws::Utils::Json::JsonView jsonValue)
ProfileQuestionUpdate & WithQuestionId(QuestionIdT &&value)
void SetSelectedChoiceIds(SelectedChoiceIdsT &&value)
void SetQuestionId(QuestionIdT &&value)
bool QuestionIdHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetQuestionId() const
bool SelectedChoiceIdsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue