7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/geo-places/GeoPlaces_EXPORTS.h>
9#include <aws/geo-places/model/AddressComponentPhonemes.h>
10#include <aws/geo-places/model/PhonemeTranscription.h>
43 template <
typename TitleT = Aws::Vector<PhonemeTranscription>>
45 m_titleHasBeenSet =
true;
46 m_title = std::forward<TitleT>(value);
48 template <
typename TitleT = Aws::Vector<PhonemeTranscription>>
50 SetTitle(std::forward<TitleT>(value));
53 template <
typename TitleT = PhonemeTranscription>
55 m_titleHasBeenSet =
true;
56 m_title.emplace_back(std::forward<TitleT>(value));
67 template <
typename AddressT = AddressComponentPhonemes>
69 m_addressHasBeenSet =
true;
70 m_address = std::forward<AddressT>(value);
72 template <
typename AddressT = AddressComponentPhonemes>
82 bool m_titleHasBeenSet =
false;
83 bool m_addressHasBeenSet =
false;
AWS_GEOPLACES_API PhonemeDetails()=default
PhonemeDetails & AddTitle(TitleT &&value)
const AddressComponentPhonemes & GetAddress() const
AWS_GEOPLACES_API PhonemeDetails(Aws::Utils::Json::JsonView jsonValue)
PhonemeDetails & WithAddress(AddressT &&value)
const Aws::Vector< PhonemeTranscription > & GetTitle() const
bool AddressHasBeenSet() const
bool TitleHasBeenSet() const
PhonemeDetails & WithTitle(TitleT &&value)
AWS_GEOPLACES_API PhonemeDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTitle(TitleT &&value)
void SetAddress(AddressT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue