7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-places/model/AddressComponentPhonemes.h>
10#include <aws/geo-places/model/PhonemeTranscription.h>
71 bool m_titleHasBeenSet =
false;
74 bool m_addressHasBeenSet =
false;
const AddressComponentPhonemes & GetAddress() const
AWS_GEOPLACES_API PhonemeDetails(Aws::Utils::Json::JsonView jsonValue)
void SetTitle(const Aws::Vector< PhonemeTranscription > &value)
const Aws::Vector< PhonemeTranscription > & GetTitle() const
bool AddressHasBeenSet() const
AWS_GEOPLACES_API PhonemeDetails()
PhonemeDetails & WithTitle(Aws::Vector< PhonemeTranscription > &&value)
void SetTitle(Aws::Vector< PhonemeTranscription > &&value)
bool TitleHasBeenSet() const
PhonemeDetails & WithAddress(AddressComponentPhonemes &&value)
AWS_GEOPLACES_API PhonemeDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
PhonemeDetails & WithAddress(const AddressComponentPhonemes &value)
void SetAddress(const AddressComponentPhonemes &value)
PhonemeDetails & WithTitle(const Aws::Vector< PhonemeTranscription > &value)
void SetAddress(AddressComponentPhonemes &&value)
PhonemeDetails & AddTitle(const PhonemeTranscription &value)
PhonemeDetails & AddTitle(PhonemeTranscription &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue