7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/geo-places/GeoPlacesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/geo-places/model/GeocodeQueryComponents.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/geo-places/model/GeocodeFilter.h>
13#include <aws/geo-places/model/GeocodeIntendedUse.h>
14#include <aws/geo-places/model/GeocodeAdditionalFeature.h>
55 inline void SetQueryText(
const char* value) { m_queryTextHasBeenSet =
true; m_queryText.assign(value); }
77 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
137 inline void SetLanguage(
const char* value) { m_languageHasBeenSet =
true; m_language.assign(value); }
153 inline void SetPoliticalView(
const char* value) { m_politicalViewHasBeenSet =
true; m_politicalView.assign(value); }
181 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
189 bool m_queryTextHasBeenSet =
false;
192 bool m_queryComponentsHasBeenSet =
false;
195 bool m_maxResultsHasBeenSet =
false;
198 bool m_biasPositionHasBeenSet =
false;
201 bool m_filterHasBeenSet =
false;
204 bool m_additionalFeaturesHasBeenSet =
false;
207 bool m_languageHasBeenSet =
false;
210 bool m_politicalViewHasBeenSet =
false;
213 bool m_intendedUseHasBeenSet =
false;
216 bool m_keyHasBeenSet =
false;
void SetPoliticalView(const char *value)
const Aws::String & GetPoliticalView() const
GeocodeRequest & WithLanguage(const char *value)
void SetIntendedUse(const GeocodeIntendedUse &value)
const Aws::String & GetKey() const
const Aws::Vector< GeocodeAdditionalFeature > & GetAdditionalFeatures() const
GeocodeRequest & WithAdditionalFeatures(Aws::Vector< GeocodeAdditionalFeature > &&value)
const GeocodeQueryComponents & GetQueryComponents() const
GeocodeRequest & WithQueryComponents(const GeocodeQueryComponents &value)
GeocodeRequest & WithQueryText(const char *value)
void SetBiasPosition(const Aws::Vector< double > &value)
void SetQueryText(const Aws::String &value)
void SetIntendedUse(GeocodeIntendedUse &&value)
GeocodeRequest & WithQueryText(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
GeocodeRequest & WithBiasPosition(const Aws::Vector< double > &value)
void SetKey(const char *value)
void SetPoliticalView(const Aws::String &value)
const Aws::String & GetQueryText() const
GeocodeRequest & WithKey(const char *value)
void SetQueryText(const char *value)
void SetLanguage(const char *value)
GeocodeRequest & AddAdditionalFeatures(GeocodeAdditionalFeature &&value)
void SetFilter(const GeocodeFilter &value)
bool IntendedUseHasBeenSet() const
const Aws::Vector< double > & GetBiasPosition() const
bool KeyHasBeenSet() const
GeocodeRequest & WithIntendedUse(GeocodeIntendedUse &&value)
void SetLanguage(const Aws::String &value)
AWS_GEOPLACES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetQueryComponents(GeocodeQueryComponents &&value)
void SetKey(Aws::String &&value)
void SetAdditionalFeatures(Aws::Vector< GeocodeAdditionalFeature > &&value)
void SetQueryText(Aws::String &&value)
GeocodeRequest & WithKey(const Aws::String &value)
AWS_GEOPLACES_API GeocodeRequest()
GeocodeRequest & WithFilter(const GeocodeFilter &value)
bool MaxResultsHasBeenSet() const
const GeocodeIntendedUse & GetIntendedUse() const
const GeocodeFilter & GetFilter() const
bool BiasPositionHasBeenSet() const
void SetPoliticalView(Aws::String &&value)
bool LanguageHasBeenSet() const
GeocodeRequest & WithAdditionalFeatures(const Aws::Vector< GeocodeAdditionalFeature > &value)
bool PoliticalViewHasBeenSet() const
GeocodeRequest & WithIntendedUse(const GeocodeIntendedUse &value)
AWS_GEOPLACES_API Aws::String SerializePayload() const override
GeocodeRequest & WithMaxResults(int value)
GeocodeRequest & WithFilter(GeocodeFilter &&value)
GeocodeRequest & WithQueryText(Aws::String &&value)
GeocodeRequest & WithLanguage(const Aws::String &value)
void SetKey(const Aws::String &value)
bool QueryComponentsHasBeenSet() const
GeocodeRequest & WithLanguage(Aws::String &&value)
void SetFilter(GeocodeFilter &&value)
GeocodeRequest & WithQueryComponents(GeocodeQueryComponents &&value)
bool FilterHasBeenSet() const
GeocodeRequest & WithKey(Aws::String &&value)
void SetBiasPosition(Aws::Vector< double > &&value)
const Aws::String & GetLanguage() const
GeocodeRequest & WithPoliticalView(Aws::String &&value)
GeocodeRequest & WithPoliticalView(const Aws::String &value)
GeocodeRequest & WithPoliticalView(const char *value)
bool QueryTextHasBeenSet() const
void SetQueryComponents(const GeocodeQueryComponents &value)
GeocodeRequest & AddAdditionalFeatures(const GeocodeAdditionalFeature &value)
GeocodeRequest & WithBiasPosition(Aws::Vector< double > &&value)
GeocodeRequest & AddBiasPosition(double value)
bool AdditionalFeaturesHasBeenSet() const
void SetLanguage(Aws::String &&value)
void SetMaxResults(int value)
void SetAdditionalFeatures(const Aws::Vector< GeocodeAdditionalFeature > &value)
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector