7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/geo-places/GeoPlaces_EXPORTS.h>
9#include <aws/geo-places/model/AutocompleteAddressHighlights.h>
10#include <aws/geo-places/model/Highlight.h>
44 template <
typename TitleT = Aws::Vector<Highlight>>
46 m_titleHasBeenSet =
true;
47 m_title = std::forward<TitleT>(value);
49 template <
typename TitleT = Aws::Vector<Highlight>>
51 SetTitle(std::forward<TitleT>(value));
54 template <
typename TitleT = Highlight>
56 m_titleHasBeenSet =
true;
57 m_title.emplace_back(std::forward<TitleT>(value));
68 template <
typename AddressT = AutocompleteAddressHighlights>
70 m_addressHasBeenSet =
true;
71 m_address = std::forward<AddressT>(value);
73 template <
typename AddressT = AutocompleteAddressHighlights>
81 bool m_titleHasBeenSet =
false;
84 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