7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
19namespace WellArchitected {
40 template <
typename DisplayTextT = Aws::String>
42 m_displayTextHasBeenSet =
true;
43 m_displayText = std::forward<DisplayTextT>(value);
45 template <
typename DisplayTextT = Aws::String>
58 template <
typename UrlT = Aws::String>
60 m_urlHasBeenSet =
true;
61 m_url = std::forward<UrlT>(value);
63 template <
typename UrlT = Aws::String>
65 SetUrl(std::forward<UrlT>(value));
71 bool m_displayTextHasBeenSet =
false;
74 bool m_urlHasBeenSet =
false;
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
ChoiceContent & WithUrl(UrlT &&value)
bool UrlHasBeenSet() const
AWS_WELLARCHITECTED_API ChoiceContent()=default
void SetUrl(UrlT &&value)
const Aws::String & GetUrl() const
AWS_WELLARCHITECTED_API ChoiceContent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WELLARCHITECTED_API ChoiceContent(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDisplayText() const
ChoiceContent & WithDisplayText(DisplayTextT &&value)
bool DisplayTextHasBeenSet() const
void SetDisplayText(DisplayTextT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue