7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace WellArchitected
44 template<
typename ChoiceIdT = Aws::String>
45 void SetChoiceId(ChoiceIdT&& value) { m_choiceIdHasBeenSet =
true; m_choiceId = std::forward<ChoiceIdT>(value); }
46 template<
typename ChoiceIdT = Aws::String>
54 template<
typename ChoiceTitleT = Aws::String>
55 void SetChoiceTitle(ChoiceTitleT&& value) { m_choiceTitleHasBeenSet =
true; m_choiceTitle = std::forward<ChoiceTitleT>(value); }
56 template<
typename ChoiceTitleT = Aws::String>
64 template<
typename ChoiceDescriptionT = Aws::String>
65 void SetChoiceDescription(ChoiceDescriptionT&& value) { m_choiceDescriptionHasBeenSet =
true; m_choiceDescription = std::forward<ChoiceDescriptionT>(value); }
66 template<
typename ChoiceDescriptionT = Aws::String>
72 bool m_choiceIdHasBeenSet =
false;
75 bool m_choiceTitleHasBeenSet =
false;
78 bool m_choiceDescriptionHasBeenSet =
false;
bool ChoiceIdHasBeenSet() const
const Aws::String & GetChoiceDescription() const
const Aws::String & GetChoiceId() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WELLARCHITECTED_API ProfileTemplateChoice & operator=(Aws::Utils::Json::JsonView jsonValue)
ProfileTemplateChoice & WithChoiceDescription(ChoiceDescriptionT &&value)
ProfileTemplateChoice & WithChoiceId(ChoiceIdT &&value)
void SetChoiceId(ChoiceIdT &&value)
void SetChoiceTitle(ChoiceTitleT &&value)
bool ChoiceTitleHasBeenSet() const
bool ChoiceDescriptionHasBeenSet() const
AWS_WELLARCHITECTED_API ProfileTemplateChoice()=default
const Aws::String & GetChoiceTitle() const
AWS_WELLARCHITECTED_API ProfileTemplateChoice(Aws::Utils::Json::JsonView jsonValue)
ProfileTemplateChoice & WithChoiceTitle(ChoiceTitleT &&value)
void SetChoiceDescription(ChoiceDescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue