7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-places/model/AutocompleteAddressHighlights.h>
10#include <aws/geo-places/model/Highlight.h>
50 template<
typename TitleT = Aws::Vector<Highlight>>
51 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
52 template<
typename TitleT = Aws::Vector<Highlight>>
54 template<
typename TitleT = Highlight>
64 template<
typename AddressT = AutocompleteAddressHighlights>
65 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
66 template<
typename AddressT = AutocompleteAddressHighlights>
72 bool m_titleHasBeenSet =
false;
75 bool m_addressHasBeenSet =
false;
AWS_GEOPLACES_API AutocompleteHighlights(Aws::Utils::Json::JsonView jsonValue)
bool AddressHasBeenSet() const
bool TitleHasBeenSet() const
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
AutocompleteHighlights & AddTitle(TitleT &&value)
const Aws::Vector< Highlight > & GetTitle() const
const AutocompleteAddressHighlights & GetAddress() const
AWS_GEOPLACES_API AutocompleteHighlights()=default
void SetAddress(AddressT &&value)
AutocompleteHighlights & WithTitle(TitleT &&value)
AWS_GEOPLACES_API AutocompleteHighlights & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTitle(TitleT &&value)
AutocompleteHighlights & WithAddress(AddressT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue