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>
46 template <
typename LabelT = Aws::Vector<Highlight>>
48 m_labelHasBeenSet =
true;
49 m_label = std::forward<LabelT>(value);
51 template <
typename LabelT = Aws::Vector<Highlight>>
53 SetLabel(std::forward<LabelT>(value));
56 template <
typename LabelT = Highlight>
58 m_labelHasBeenSet =
true;
59 m_label.emplace_back(std::forward<LabelT>(value));
65 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