7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-places/model/SuggestAddressHighlights.h>
10#include <aws/geo-places/model/Highlight.h>
51 template<
typename TitleT = Aws::Vector<Highlight>>
52 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
53 template<
typename TitleT = Aws::Vector<Highlight>>
55 template<
typename TitleT = Highlight>
56 SuggestHighlights&
AddTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title.emplace_back(std::forward<TitleT>(value));
return *
this; }
65 template<
typename AddressT = SuggestAddressHighlights>
66 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
67 template<
typename AddressT = SuggestAddressHighlights>
73 bool m_titleHasBeenSet =
false;
76 bool m_addressHasBeenSet =
false;
SuggestHighlights & WithAddress(AddressT &&value)
bool TitleHasBeenSet() const
SuggestHighlights & AddTitle(TitleT &&value)
void SetAddress(AddressT &&value)
SuggestHighlights & WithTitle(TitleT &&value)
AWS_GEOPLACES_API SuggestHighlights(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOPLACES_API SuggestHighlights & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOPLACES_API SuggestHighlights()=default
void SetTitle(TitleT &&value)
const Aws::Vector< Highlight > & GetTitle() const
const SuggestAddressHighlights & GetAddress() const
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
bool AddressHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue