7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
66 inline void SetLanguage(
const char* value) { m_languageHasBeenSet =
true; m_language.assign(value); }
78 inline void SetPreferred(
bool value) { m_preferredHasBeenSet =
true; m_preferred = value; }
84 bool m_valueHasBeenSet =
false;
87 bool m_languageHasBeenSet =
false;
90 bool m_preferredHasBeenSet =
false;
void SetLanguage(Aws::String &&value)
void SetValue(const char *value)
void SetLanguage(const char *value)
void SetValue(const Aws::String &value)
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
PhonemeTranscription & WithValue(const char *value)
AWS_GEOPLACES_API PhonemeTranscription()
const Aws::String & GetLanguage() const
PhonemeTranscription & WithLanguage(const Aws::String &value)
void SetValue(Aws::String &&value)
bool PreferredHasBeenSet() const
AWS_GEOPLACES_API PhonemeTranscription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
void SetLanguage(const Aws::String &value)
bool LanguageHasBeenSet() const
PhonemeTranscription & WithLanguage(const char *value)
PhonemeTranscription & WithPreferred(bool value)
void SetPreferred(bool value)
PhonemeTranscription & WithValue(Aws::String &&value)
bool ValueHasBeenSet() const
bool GetPreferred() const
AWS_GEOPLACES_API PhonemeTranscription(Aws::Utils::Json::JsonView jsonValue)
PhonemeTranscription & WithValue(const Aws::String &value)
PhonemeTranscription & WithLanguage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue