7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/geo-places/GeoPlaces_EXPORTS.h>
9#include <aws/geo-places/model/Highlight.h>
10#include <aws/geo-places/model/SuggestAddressHighlights.h>
45 template <
typename TitleT = Aws::Vector<Highlight>>
47 m_titleHasBeenSet =
true;
48 m_title = std::forward<TitleT>(value);
50 template <
typename TitleT = Aws::Vector<Highlight>>
52 SetTitle(std::forward<TitleT>(value));
55 template <
typename TitleT = Highlight>
57 m_titleHasBeenSet =
true;
58 m_title.emplace_back(std::forward<TitleT>(value));
69 template <
typename AddressT = SuggestAddressHighlights>
71 m_addressHasBeenSet =
true;
72 m_address = std::forward<AddressT>(value);
74 template <
typename AddressT = SuggestAddressHighlights>
84 bool m_titleHasBeenSet =
false;
85 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