7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/model/ChoiceStatus.h>
9#include <aws/wellarchitected/model/ChoiceReason.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace WellArchitected
68 template<
typename NotesT = Aws::String>
69 void SetNotes(NotesT&& value) { m_notesHasBeenSet =
true; m_notes = std::forward<NotesT>(value); }
70 template<
typename NotesT = Aws::String>
76 bool m_statusHasBeenSet =
false;
79 bool m_reasonHasBeenSet =
false;
82 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