7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-places/model/Highlight.h>
52 template<
typename LabelT = Aws::Vector<Highlight>>
53 void SetLabel(LabelT&& value) { m_labelHasBeenSet =
true; m_label = std::forward<LabelT>(value); }
54 template<
typename LabelT = Aws::Vector<Highlight>>
56 template<
typename LabelT = Highlight>
62 bool m_labelHasBeenSet =
false;
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOPLACES_API SuggestAddressHighlights(Aws::Utils::Json::JsonView jsonValue)
bool LabelHasBeenSet() const
const Aws::Vector< Highlight > & GetLabel() const
SuggestAddressHighlights & AddLabel(LabelT &&value)
AWS_GEOPLACES_API SuggestAddressHighlights & operator=(Aws::Utils::Json::JsonView jsonValue)
SuggestAddressHighlights & WithLabel(LabelT &&value)
AWS_GEOPLACES_API SuggestAddressHighlights()=default
void SetLabel(LabelT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue