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>
72 bool m_titleHasBeenSet =
false;
75 bool m_addressHasBeenSet =
false;
AWS_GEOPLACES_API AutocompleteHighlights(Aws::Utils::Json::JsonView jsonValue)
AutocompleteHighlights & WithAddress(const AutocompleteAddressHighlights &value)
bool AddressHasBeenSet() const
bool TitleHasBeenSet() const
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
AutocompleteHighlights & WithAddress(AutocompleteAddressHighlights &&value)
const Aws::Vector< Highlight > & GetTitle() const
const AutocompleteAddressHighlights & GetAddress() const
AutocompleteHighlights & AddTitle(const Highlight &value)
void SetAddress(const AutocompleteAddressHighlights &value)
AWS_GEOPLACES_API AutocompleteHighlights()
AWS_GEOPLACES_API AutocompleteHighlights & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTitle(const Aws::Vector< Highlight > &value)
void SetTitle(Aws::Vector< Highlight > &&value)
AutocompleteHighlights & AddTitle(Highlight &&value)
AutocompleteHighlights & WithTitle(const Aws::Vector< Highlight > &value)
AutocompleteHighlights & WithTitle(Aws::Vector< Highlight > &&value)
void SetAddress(AutocompleteAddressHighlights &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue