7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-places/GeoPlacesRequest.h>
10#include <aws/geo-places/GeoPlaces_EXPORTS.h>
11#include <aws/geo-places/model/SearchNearbyAdditionalFeature.h>
12#include <aws/geo-places/model/SearchNearbyFilter.h>
13#include <aws/geo-places/model/SearchNearbyIntendedUse.h>
48 template <
typename QueryPositionT = Aws::Vector<
double>>
50 m_queryPositionHasBeenSet =
true;
51 m_queryPosition = std::forward<QueryPositionT>(value);
53 template <
typename QueryPositionT = Aws::Vector<
double>>
59 m_queryPositionHasBeenSet =
true;
60 m_queryPosition.push_back(value);
74 m_queryRadiusHasBeenSet =
true;
75 m_queryRadius = value;
90 m_maxResultsHasBeenSet =
true;
106 template <
typename FilterT = SearchNearbyFilter>
108 m_filterHasBeenSet =
true;
109 m_filter = std::forward<FilterT>(value);
111 template <
typename FilterT = SearchNearbyFilter>
125 template <
typename AdditionalFeaturesT = Aws::Vector<SearchNearbyAdditionalFeature>>
127 m_additionalFeaturesHasBeenSet =
true;
128 m_additionalFeatures = std::forward<AdditionalFeaturesT>(value);
130 template <
typename AdditionalFeaturesT = Aws::Vector<SearchNearbyAdditionalFeature>>
136 m_additionalFeaturesHasBeenSet =
true;
137 m_additionalFeatures.push_back(value);
151 template <
typename LanguageT = Aws::String>
153 m_languageHasBeenSet =
true;
154 m_language = std::forward<LanguageT>(value);
156 template <
typename LanguageT = Aws::String>
171 template <
typename PoliticalViewT = Aws::String>
173 m_politicalViewHasBeenSet =
true;
174 m_politicalView = std::forward<PoliticalViewT>(value);
176 template <
typename PoliticalViewT = Aws::String>
196 m_intendedUseHasBeenSet =
true;
197 m_intendedUse = value;
212 template <
typename NextTokenT = Aws::String>
214 m_nextTokenHasBeenSet =
true;
215 m_nextToken = std::forward<NextTokenT>(value);
217 template <
typename NextTokenT = Aws::String>
231 template <
typename KeyT = Aws::String>
233 m_keyHasBeenSet =
true;
234 m_key = std::forward<KeyT>(value);
236 template <
typename KeyT = Aws::String>
238 SetKey(std::forward<KeyT>(value));
244 bool m_queryPositionHasBeenSet =
false;
246 long long m_queryRadius{0};
247 bool m_queryRadiusHasBeenSet =
false;
250 bool m_maxResultsHasBeenSet =
false;
252 SearchNearbyFilter m_filter;
253 bool m_filterHasBeenSet =
false;
256 bool m_additionalFeaturesHasBeenSet =
false;
259 bool m_languageHasBeenSet =
false;
262 bool m_politicalViewHasBeenSet =
false;
265 bool m_intendedUseHasBeenSet =
false;
268 bool m_nextTokenHasBeenSet =
false;
271 bool m_keyHasBeenSet =
false;
void SetPoliticalView(PoliticalViewT &&value)
const SearchNearbyFilter & GetFilter() const
bool NextTokenHasBeenSet() const
bool IntendedUseHasBeenSet() const
SearchNearbyRequest & WithQueryRadius(long long value)
SearchNearbyRequest & WithQueryPosition(QueryPositionT &&value)
const Aws::String & GetLanguage() const
long long GetQueryRadius() const
const Aws::Vector< double > & GetQueryPosition() const
AWS_GEOPLACES_API Aws::String SerializePayload() const override
SearchNearbyIntendedUse GetIntendedUse() const
int GetMaxResults() const
void SetLanguage(LanguageT &&value)
bool QueryRadiusHasBeenSet() const
void SetQueryRadius(long long value)
void SetAdditionalFeatures(AdditionalFeaturesT &&value)
SearchNearbyRequest & AddAdditionalFeatures(SearchNearbyAdditionalFeature value)
SearchNearbyRequest & WithIntendedUse(SearchNearbyIntendedUse value)
bool AdditionalFeaturesHasBeenSet() const
const Aws::String & GetNextToken() const
void SetFilter(FilterT &&value)
AWS_GEOPLACES_API SearchNearbyRequest()=default
SearchNearbyRequest & WithKey(KeyT &&value)
void SetKey(KeyT &&value)
void SetMaxResults(int value)
AWS_GEOPLACES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
SearchNearbyRequest & WithLanguage(LanguageT &&value)
bool FilterHasBeenSet() const
const Aws::Vector< SearchNearbyAdditionalFeature > & GetAdditionalFeatures() const
bool LanguageHasBeenSet() const
const Aws::String & GetKey() const
void SetIntendedUse(SearchNearbyIntendedUse value)
void SetQueryPosition(QueryPositionT &&value)
SearchNearbyRequest & WithFilter(FilterT &&value)
virtual const char * GetServiceRequestName() const override
bool PoliticalViewHasBeenSet() const
const Aws::String & GetPoliticalView() const
bool KeyHasBeenSet() const
SearchNearbyRequest & AddQueryPosition(double value)
SearchNearbyRequest & WithNextToken(NextTokenT &&value)
bool QueryPositionHasBeenSet() const
void SetNextToken(NextTokenT &&value)
SearchNearbyRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
SearchNearbyRequest & WithPoliticalView(PoliticalViewT &&value)
SearchNearbyRequest & WithAdditionalFeatures(AdditionalFeaturesT &&value)
SearchNearbyAdditionalFeature
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector