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/ReverseGeocodeAdditionalFeature.h>
12#include <aws/geo-places/model/ReverseGeocodeFilter.h>
13#include <aws/geo-places/model/ReverseGeocodeIntendedUse.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);
73 m_queryRadiusHasBeenSet =
true;
74 m_queryRadius = value;
90 m_maxResultsHasBeenSet =
true;
106 template <
typename FilterT = ReverseGeocodeFilter>
108 m_filterHasBeenSet =
true;
109 m_filter = std::forward<FilterT>(value);
111 template <
typename FilterT = ReverseGeocodeFilter>
125 template <
typename AdditionalFeaturesT = Aws::Vector<ReverseGeocodeAdditionalFeature>>
127 m_additionalFeaturesHasBeenSet =
true;
128 m_additionalFeatures = std::forward<AdditionalFeaturesT>(value);
130 template <
typename AdditionalFeaturesT = Aws::Vector<ReverseGeocodeAdditionalFeature>>
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 KeyT = Aws::String>
214 m_keyHasBeenSet =
true;
215 m_key = std::forward<KeyT>(value);
217 template <
typename KeyT = Aws::String>
219 SetKey(std::forward<KeyT>(value));
234 m_headingHasBeenSet =
true;
245 long long m_queryRadius{0};
249 ReverseGeocodeFilter m_filter;
261 double m_heading{0.0};
262 bool m_queryPositionHasBeenSet =
false;
263 bool m_queryRadiusHasBeenSet =
false;
264 bool m_maxResultsHasBeenSet =
false;
265 bool m_filterHasBeenSet =
false;
266 bool m_additionalFeaturesHasBeenSet =
false;
267 bool m_languageHasBeenSet =
false;
268 bool m_politicalViewHasBeenSet =
false;
269 bool m_intendedUseHasBeenSet =
false;
270 bool m_keyHasBeenSet =
false;
271 bool m_headingHasBeenSet =
false;
const Aws::String & GetLanguage() const
bool LanguageHasBeenSet() const
const Aws::String & GetKey() const
ReverseGeocodeRequest & WithQueryPosition(QueryPositionT &&value)
bool AdditionalFeaturesHasBeenSet() const
bool MaxResultsHasBeenSet() const
ReverseGeocodeRequest & WithIntendedUse(ReverseGeocodeIntendedUse value)
void SetKey(KeyT &&value)
ReverseGeocodeRequest & WithFilter(FilterT &&value)
long long GetQueryRadius() const
void SetQueryRadius(long long value)
ReverseGeocodeRequest & WithKey(KeyT &&value)
const Aws::Vector< ReverseGeocodeAdditionalFeature > & GetAdditionalFeatures() const
bool IntendedUseHasBeenSet() const
void SetLanguage(LanguageT &&value)
ReverseGeocodeRequest & WithLanguage(LanguageT &&value)
AWS_GEOPLACES_API Aws::String SerializePayload() const override
bool FilterHasBeenSet() const
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
ReverseGeocodeRequest & WithAdditionalFeatures(AdditionalFeaturesT &&value)
ReverseGeocodeRequest & WithMaxResults(int value)
const Aws::String & GetPoliticalView() const
void SetIntendedUse(ReverseGeocodeIntendedUse value)
ReverseGeocodeRequest & AddAdditionalFeatures(ReverseGeocodeAdditionalFeature value)
bool HeadingHasBeenSet() const
AWS_GEOPLACES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool QueryRadiusHasBeenSet() const
const ReverseGeocodeFilter & GetFilter() const
AWS_GEOPLACES_API ReverseGeocodeRequest()=default
ReverseGeocodeRequest & WithHeading(double value)
double GetHeading() const
void SetHeading(double value)
bool PoliticalViewHasBeenSet() const
void SetAdditionalFeatures(AdditionalFeaturesT &&value)
void SetQueryPosition(QueryPositionT &&value)
ReverseGeocodeIntendedUse GetIntendedUse() const
ReverseGeocodeRequest & AddQueryPosition(double value)
void SetFilter(FilterT &&value)
void SetPoliticalView(PoliticalViewT &&value)
ReverseGeocodeRequest & WithPoliticalView(PoliticalViewT &&value)
void SetMaxResults(int value)
bool QueryPositionHasBeenSet() const
const Aws::Vector< double > & GetQueryPosition() const
bool KeyHasBeenSet() const
ReverseGeocodeRequest & WithQueryRadius(long long value)
ReverseGeocodeIntendedUse
ReverseGeocodeAdditionalFeature
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector