7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-places/GeoPlaces_EXPORTS.h>
9#include <aws/geo-places/model/TranslationNameType.h>
42 template <
typename ValueT = Aws::String>
44 m_valueHasBeenSet =
true;
45 m_value = std::forward<ValueT>(value);
47 template <
typename ValueT = Aws::String>
49 SetValue(std::forward<ValueT>(value));
62 template <
typename LanguageT = Aws::String>
64 m_languageHasBeenSet =
true;
65 m_language = std::forward<LanguageT>(value);
67 template <
typename LanguageT = Aws::String>
83 m_typeHasBeenSet =
true;
100 m_primaryHasBeenSet =
true;
117 m_transliteratedHasBeenSet =
true;
118 m_transliterated = value;
132 bool m_primary{
false};
134 bool m_transliterated{
false};
135 bool m_valueHasBeenSet =
false;
136 bool m_languageHasBeenSet =
false;
137 bool m_typeHasBeenSet =
false;
138 bool m_primaryHasBeenSet =
false;
139 bool m_transliteratedHasBeenSet =
false;
TranslationName & WithValue(ValueT &&value)
bool GetTransliterated() const
TranslationName & WithLanguage(LanguageT &&value)
const Aws::String & GetLanguage() const
AWS_GEOPLACES_API TranslationName & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
void SetTransliterated(bool value)
AWS_GEOPLACES_API TranslationName(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetValue() const
void SetType(TranslationNameType value)
void SetValue(ValueT &&value)
TranslationNameType GetType() const
TranslationName & WithTransliterated(bool value)
void SetLanguage(LanguageT &&value)
bool LanguageHasBeenSet() const
TranslationName & WithPrimary(bool value)
AWS_GEOPLACES_API TranslationName()=default
TranslationName & WithType(TranslationNameType value)
void SetPrimary(bool value)
bool PrimaryHasBeenSet() const
bool TransliteratedHasBeenSet() const
bool ValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue