7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-places/GeoPlaces_EXPORTS.h>
10#include <aws/geo-places/model/Category.h>
42 template <
typename LabelT = Aws::String>
44 m_labelHasBeenSet =
true;
45 m_label = std::forward<LabelT>(value);
47 template <
typename LabelT = Aws::String>
49 SetLabel(std::forward<LabelT>(value));
60 template <
typename ValueT = Aws::String>
62 m_valueHasBeenSet =
true;
63 m_value = std::forward<ValueT>(value);
65 template <
typename ValueT = Aws::String>
67 SetValue(std::forward<ValueT>(value));
78 template <
typename CategoriesT = Aws::Vector<Category>>
80 m_categoriesHasBeenSet =
true;
81 m_categories = std::forward<CategoriesT>(value);
83 template <
typename CategoriesT = Aws::Vector<Category>>
88 template <
typename CategoriesT = Category>
90 m_categoriesHasBeenSet =
true;
91 m_categories.emplace_back(std::forward<CategoriesT>(value));
97 bool m_labelHasBeenSet =
false;
100 bool m_valueHasBeenSet =
false;
103 bool m_categoriesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue