7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-places/GeoPlaces_EXPORTS.h>
41 template <
typename ValueT = Aws::String>
43 m_valueHasBeenSet =
true;
44 m_value = std::forward<ValueT>(value);
46 template <
typename ValueT = Aws::String>
48 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>
81 m_preferredHasBeenSet =
true;
91 bool m_valueHasBeenSet =
false;
94 bool m_languageHasBeenSet =
false;
96 bool m_preferred{
false};
97 bool m_preferredHasBeenSet =
false;
AWS_GEOPLACES_API PhonemeTranscription()=default
PhonemeTranscription & WithLanguage(LanguageT &&value)
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLanguage() const
bool PreferredHasBeenSet() const
AWS_GEOPLACES_API PhonemeTranscription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
bool LanguageHasBeenSet() const
PhonemeTranscription & WithPreferred(bool value)
void SetValue(ValueT &&value)
void SetLanguage(LanguageT &&value)
void SetPreferred(bool value)
bool ValueHasBeenSet() const
bool GetPreferred() const
PhonemeTranscription & WithValue(ValueT &&value)
AWS_GEOPLACES_API PhonemeTranscription(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue