7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/model/ChoiceStatus.h>
10#include <aws/wellarchitected/model/ChoiceReason.h>
23namespace WellArchitected
47 template<
typename ChoiceIdT = Aws::String>
48 void SetChoiceId(ChoiceIdT&& value) { m_choiceIdHasBeenSet =
true; m_choiceId = std::forward<ChoiceIdT>(value); }
49 template<
typename ChoiceIdT = Aws::String>
79 template<
typename NotesT = Aws::String>
80 void SetNotes(NotesT&& value) { m_notesHasBeenSet =
true; m_notes = std::forward<NotesT>(value); }
81 template<
typename NotesT = Aws::String>
87 bool m_choiceIdHasBeenSet =
false;
90 bool m_statusHasBeenSet =
false;
93 bool m_reasonHasBeenSet =
false;
96 bool m_notesHasBeenSet =
false;
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
ChoiceAnswer & WithNotes(NotesT &&value)
void SetChoiceId(ChoiceIdT &&value)
ChoiceAnswer & WithChoiceId(ChoiceIdT &&value)
bool StatusHasBeenSet() const
const Aws::String & GetNotes() const
void SetReason(ChoiceReason value)
void SetNotes(NotesT &&value)
AWS_WELLARCHITECTED_API ChoiceAnswer(Aws::Utils::Json::JsonView jsonValue)
bool ChoiceIdHasBeenSet() const
void SetStatus(ChoiceStatus value)
ChoiceStatus GetStatus() const
const Aws::String & GetChoiceId() const
AWS_WELLARCHITECTED_API ChoiceAnswer()=default
bool ReasonHasBeenSet() const
bool NotesHasBeenSet() const
AWS_WELLARCHITECTED_API ChoiceAnswer & operator=(Aws::Utils::Json::JsonView jsonValue)
ChoiceAnswer & WithReason(ChoiceReason value)
ChoiceReason GetReason() const
ChoiceAnswer & WithStatus(ChoiceStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue