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>
44 template <
typename SourceT = Aws::String>
46 m_sourceHasBeenSet =
true;
47 m_source = std::forward<SourceT>(value);
49 template <
typename SourceT = Aws::String>
62 template <
typename SourcePlaceIdT = Aws::String>
64 m_sourcePlaceIdHasBeenSet =
true;
65 m_sourcePlaceId = std::forward<SourcePlaceIdT>(value);
67 template <
typename SourcePlaceIdT = Aws::String>
81 template <
typename SourceCategoriesT = Aws::Vector<Category>>
83 m_sourceCategoriesHasBeenSet =
true;
84 m_sourceCategories = std::forward<SourceCategoriesT>(value);
86 template <
typename SourceCategoriesT = Aws::Vector<Category>>
91 template <
typename SourceCategoriesT = Category>
93 m_sourceCategoriesHasBeenSet =
true;
94 m_sourceCategories.emplace_back(std::forward<SourceCategoriesT>(value));
104 bool m_sourceHasBeenSet =
false;
105 bool m_sourcePlaceIdHasBeenSet =
false;
106 bool m_sourceCategoriesHasBeenSet =
false;
void SetSource(SourceT &&value)
const Aws::String & GetSourcePlaceId() const
void SetSourceCategories(SourceCategoriesT &&value)
CrossReference & AddSourceCategories(SourceCategoriesT &&value)
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOPLACES_API CrossReference & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SourceHasBeenSet() const
CrossReference & WithSource(SourceT &&value)
bool SourceCategoriesHasBeenSet() const
AWS_GEOPLACES_API CrossReference(Aws::Utils::Json::JsonView jsonValue)
CrossReference & WithSourcePlaceId(SourcePlaceIdT &&value)
const Aws::String & GetSource() const
const Aws::Vector< Category > & GetSourceCategories() const
bool SourcePlaceIdHasBeenSet() const
CrossReference & WithSourceCategories(SourceCategoriesT &&value)
AWS_GEOPLACES_API CrossReference()=default
void SetSourcePlaceId(SourcePlaceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue