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 QuestionIdT = Aws::String>
46 void SetQuestionId(QuestionIdT&& value) { m_questionIdHasBeenSet =
true; m_questionId = std::forward<QuestionIdT>(value); }
47 template<
typename QuestionIdT = Aws::String>
57 template<
typename SelectedChoiceIdsT = Aws::Vector<Aws::String>>
58 void SetSelectedChoiceIds(SelectedChoiceIdsT&& value) { m_selectedChoiceIdsHasBeenSet =
true; m_selectedChoiceIds = std::forward<SelectedChoiceIdsT>(value); }
59 template<
typename SelectedChoiceIdsT = Aws::Vector<Aws::String>>
61 template<
typename SelectedChoiceIdsT = Aws::String>
67 bool m_questionIdHasBeenSet =
false;
70 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