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/GeocodeAdditionalFeature.h>
12#include <aws/geo-places/model/GeocodeFilter.h>
13#include <aws/geo-places/model/GeocodeIntendedUse.h>
14#include <aws/geo-places/model/GeocodeQueryComponents.h>
48 template <
typename QueryTextT = Aws::String>
50 m_queryTextHasBeenSet =
true;
51 m_queryText = std::forward<QueryTextT>(value);
53 template <
typename QueryTextT = Aws::String>
64 template <
typename QueryComponentsT = GeocodeQueryComponents>
66 m_queryComponentsHasBeenSet =
true;
67 m_queryComponents = std::forward<QueryComponentsT>(value);
69 template <
typename QueryComponentsT = GeocodeQueryComponents>
84 m_maxResultsHasBeenSet =
true;
101 template <
typename BiasPositionT = Aws::Vector<
double>>
103 m_biasPositionHasBeenSet =
true;
104 m_biasPosition = std::forward<BiasPositionT>(value);
106 template <
typename BiasPositionT = Aws::Vector<
double>>
112 m_biasPositionHasBeenSet =
true;
113 m_biasPosition.push_back(value);
125 template <
typename FilterT = GeocodeFilter>
127 m_filterHasBeenSet =
true;
128 m_filter = std::forward<FilterT>(value);
130 template <
typename FilterT = GeocodeFilter>
144 template <
typename AdditionalFeaturesT = Aws::Vector<GeocodeAdditionalFeature>>
146 m_additionalFeaturesHasBeenSet =
true;
147 m_additionalFeatures = std::forward<AdditionalFeaturesT>(value);
149 template <
typename AdditionalFeaturesT = Aws::Vector<GeocodeAdditionalFeature>>
155 m_additionalFeaturesHasBeenSet =
true;
156 m_additionalFeatures.push_back(value);
170 template <
typename LanguageT = Aws::String>
172 m_languageHasBeenSet =
true;
173 m_language = std::forward<LanguageT>(value);
175 template <
typename LanguageT = Aws::String>
190 template <
typename PoliticalViewT = Aws::String>
192 m_politicalViewHasBeenSet =
true;
193 m_politicalView = std::forward<PoliticalViewT>(value);
195 template <
typename PoliticalViewT = Aws::String>
215 m_intendedUseHasBeenSet =
true;
216 m_intendedUse = value;
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));
251 GeocodeFilter m_filter;
262 bool m_queryTextHasBeenSet =
false;
263 bool m_queryComponentsHasBeenSet =
false;
264 bool m_maxResultsHasBeenSet =
false;
265 bool m_biasPositionHasBeenSet =
false;
266 bool m_filterHasBeenSet =
false;
267 bool m_additionalFeaturesHasBeenSet =
false;
268 bool m_languageHasBeenSet =
false;
269 bool m_politicalViewHasBeenSet =
false;
270 bool m_intendedUseHasBeenSet =
false;
271 bool m_keyHasBeenSet =
false;
const Aws::String & GetPoliticalView() const
const Aws::String & GetKey() const
const Aws::Vector< GeocodeAdditionalFeature > & GetAdditionalFeatures() const
AWS_GEOPLACES_API GeocodeRequest()=default
const GeocodeQueryComponents & GetQueryComponents() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetQueryText() const
GeocodeRequest & WithIntendedUse(GeocodeIntendedUse value)
GeocodeRequest & AddAdditionalFeatures(GeocodeAdditionalFeature value)
bool IntendedUseHasBeenSet() const
void SetKey(KeyT &&value)
const Aws::Vector< double > & GetBiasPosition() const
bool KeyHasBeenSet() const
void SetQueryComponents(QueryComponentsT &&value)
AWS_GEOPLACES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GeocodeIntendedUse GetIntendedUse() const
GeocodeRequest & WithQueryText(QueryTextT &&value)
GeocodeRequest & WithLanguage(LanguageT &&value)
bool MaxResultsHasBeenSet() const
void SetQueryText(QueryTextT &&value)
const GeocodeFilter & GetFilter() const
bool BiasPositionHasBeenSet() const
GeocodeRequest & WithAdditionalFeatures(AdditionalFeaturesT &&value)
GeocodeRequest & WithBiasPosition(BiasPositionT &&value)
void SetAdditionalFeatures(AdditionalFeaturesT &&value)
bool LanguageHasBeenSet() const
bool PoliticalViewHasBeenSet() const
void SetPoliticalView(PoliticalViewT &&value)
AWS_GEOPLACES_API Aws::String SerializePayload() const override
GeocodeRequest & WithMaxResults(int value)
void SetFilter(FilterT &&value)
void SetBiasPosition(BiasPositionT &&value)
bool QueryComponentsHasBeenSet() const
GeocodeRequest & WithPoliticalView(PoliticalViewT &&value)
GeocodeRequest & WithKey(KeyT &&value)
bool FilterHasBeenSet() const
const Aws::String & GetLanguage() const
GeocodeRequest & WithQueryComponents(QueryComponentsT &&value)
bool QueryTextHasBeenSet() const
GeocodeRequest & WithFilter(FilterT &&value)
void SetLanguage(LanguageT &&value)
void SetIntendedUse(GeocodeIntendedUse value)
GeocodeRequest & AddBiasPosition(double value)
bool AdditionalFeaturesHasBeenSet() const
void SetMaxResults(int value)
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector