7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
9#include <aws/wellarchitected/model/ChoiceReason.h>
10#include <aws/wellarchitected/model/ChoiceStatus.h>
21namespace WellArchitected {
43 m_statusHasBeenSet =
true;
59 m_reasonHasBeenSet =
true;
74 template <
typename NotesT = Aws::String>
76 m_notesHasBeenSet =
true;
77 m_notes = std::forward<NotesT>(value);
79 template <
typename NotesT = Aws::String>
81 SetNotes(std::forward<NotesT>(value));
91 bool m_statusHasBeenSet =
false;
92 bool m_reasonHasBeenSet =
false;
93 bool m_notesHasBeenSet =
false;
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNotes() const
bool StatusHasBeenSet() const
AWS_WELLARCHITECTED_API ChoiceUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ReasonHasBeenSet() const
bool NotesHasBeenSet() const
AWS_WELLARCHITECTED_API ChoiceUpdate(Aws::Utils::Json::JsonView jsonValue)
void SetReason(ChoiceReason value)
ChoiceReason GetReason() const
void SetStatus(ChoiceStatus value)
ChoiceStatus GetStatus() const
ChoiceUpdate & WithStatus(ChoiceStatus value)
void SetNotes(NotesT &&value)
ChoiceUpdate & WithNotes(NotesT &&value)
AWS_WELLARCHITECTED_API ChoiceUpdate()=default
ChoiceUpdate & WithReason(ChoiceReason value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue