7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/support/Support_EXPORTS.h>
43 template <
typename CodeT = Aws::String>
45 m_codeHasBeenSet =
true;
46 m_code = std::forward<CodeT>(value);
48 template <
typename CodeT = Aws::String>
50 SetCode(std::forward<CodeT>(value));
61 template <
typename LanguageT = Aws::String>
63 m_languageHasBeenSet =
true;
64 m_language = std::forward<LanguageT>(value);
66 template <
typename LanguageT = Aws::String>
79 template <
typename DisplayT = Aws::String>
81 m_displayHasBeenSet =
true;
82 m_display = std::forward<DisplayT>(value);
84 template <
typename DisplayT = Aws::String>
96 bool m_codeHasBeenSet =
false;
97 bool m_languageHasBeenSet =
false;
98 bool m_displayHasBeenSet =
false;
const Aws::String & GetCode() const
void SetDisplay(DisplayT &&value)
bool LanguageHasBeenSet() const
const Aws::String & GetDisplay() const
const Aws::String & GetLanguage() const
SupportedLanguage & WithLanguage(LanguageT &&value)
bool DisplayHasBeenSet() const
AWS_SUPPORT_API SupportedLanguage & operator=(Aws::Utils::Json::JsonView jsonValue)
SupportedLanguage & WithCode(CodeT &&value)
AWS_SUPPORT_API SupportedLanguage()=default
bool CodeHasBeenSet() const
SupportedLanguage & WithDisplay(DisplayT &&value)
void SetCode(CodeT &&value)
AWS_SUPPORT_API SupportedLanguage(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLanguage(LanguageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue