7#include <aws/support/Support_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename CodeT = Aws::String>
50 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
51 template<
typename CodeT = Aws::String>
61 template<
typename LanguageT = Aws::String>
62 void SetLanguage(LanguageT&& value) { m_languageHasBeenSet =
true; m_language = std::forward<LanguageT>(value); }
63 template<
typename LanguageT = Aws::String>
73 template<
typename DisplayT = Aws::String>
74 void SetDisplay(DisplayT&& value) { m_displayHasBeenSet =
true; m_display = std::forward<DisplayT>(value); }
75 template<
typename DisplayT = Aws::String>
81 bool m_codeHasBeenSet =
false;
84 bool m_languageHasBeenSet =
false;
87 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