7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/geo-places/GeoPlacesRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/geo-places/model/ReverseGeocodeFilter.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/geo-places/model/ReverseGeocodeIntendedUse.h>
13#include <aws/geo-places/model/ReverseGeocodeAdditionalFeature.h>
53 template<
typename QueryPositionT = Aws::Vector<
double>>
54 void SetQueryPosition(QueryPositionT&& value) { m_queryPositionHasBeenSet =
true; m_queryPosition = std::forward<QueryPositionT>(value); }
55 template<
typename QueryPositionT = Aws::Vector<
double>>
67 inline void SetQueryRadius(
long long value) { m_queryRadiusHasBeenSet =
true; m_queryRadius = value; }
77 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
88 template<
typename FilterT = ReverseGeocodeFilter>
89 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
90 template<
typename FilterT = ReverseGeocodeFilter>
101 template<
typename AdditionalFeaturesT = Aws::Vector<ReverseGeocodeAdditionalFeature>>
102 void SetAdditionalFeatures(AdditionalFeaturesT&& value) { m_additionalFeaturesHasBeenSet =
true; m_additionalFeatures = std::forward<AdditionalFeaturesT>(value); }
103 template<
typename AdditionalFeaturesT = Aws::Vector<ReverseGeocodeAdditionalFeature>>
117 template<
typename LanguageT = Aws::String>
118 void SetLanguage(LanguageT&& value) { m_languageHasBeenSet =
true; m_language = std::forward<LanguageT>(value); }
119 template<
typename LanguageT = Aws::String>
131 template<
typename PoliticalViewT = Aws::String>
132 void SetPoliticalView(PoliticalViewT&& value) { m_politicalViewHasBeenSet =
true; m_politicalView = std::forward<PoliticalViewT>(value); }
133 template<
typename PoliticalViewT = Aws::String>
160 template<
typename KeyT = Aws::String>
161 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
162 template<
typename KeyT = Aws::String>
168 bool m_queryPositionHasBeenSet =
false;
170 long long m_queryRadius{0};
171 bool m_queryRadiusHasBeenSet =
false;
174 bool m_maxResultsHasBeenSet =
false;
176 ReverseGeocodeFilter m_filter;
177 bool m_filterHasBeenSet =
false;
180 bool m_additionalFeaturesHasBeenSet =
false;
183 bool m_languageHasBeenSet =
false;
186 bool m_politicalViewHasBeenSet =
false;
189 bool m_intendedUseHasBeenSet =
false;
192 bool m_keyHasBeenSet =
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)
AWS_GEOPLACES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool QueryRadiusHasBeenSet() const
const ReverseGeocodeFilter & GetFilter() const
AWS_GEOPLACES_API ReverseGeocodeRequest()=default
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