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/core/utils/memory/stl/AWSVector.h>
11#include <aws/geo-places/model/GetPlaceIntendedUse.h>
12#include <aws/geo-places/model/GetPlaceAdditionalFeature.h>
51 template<
typename PlaceIdT = Aws::String>
52 void SetPlaceId(PlaceIdT&& value) { m_placeIdHasBeenSet =
true; m_placeId = std::forward<PlaceIdT>(value); }
53 template<
typename PlaceIdT = Aws::String>
64 template<
typename AdditionalFeaturesT = Aws::Vector<GetPlaceAdditionalFeature>>
65 void SetAdditionalFeatures(AdditionalFeaturesT&& value) { m_additionalFeaturesHasBeenSet =
true; m_additionalFeatures = std::forward<AdditionalFeaturesT>(value); }
66 template<
typename AdditionalFeaturesT = Aws::Vector<GetPlaceAdditionalFeature>>
80 template<
typename LanguageT = Aws::String>
81 void SetLanguage(LanguageT&& value) { m_languageHasBeenSet =
true; m_language = std::forward<LanguageT>(value); }
82 template<
typename LanguageT = Aws::String>
94 template<
typename PoliticalViewT = Aws::String>
95 void SetPoliticalView(PoliticalViewT&& value) { m_politicalViewHasBeenSet =
true; m_politicalView = std::forward<PoliticalViewT>(value); }
96 template<
typename PoliticalViewT = Aws::String>
123 template<
typename KeyT = Aws::String>
124 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
125 template<
typename KeyT = Aws::String>
131 bool m_placeIdHasBeenSet =
false;
134 bool m_additionalFeaturesHasBeenSet =
false;
137 bool m_languageHasBeenSet =
false;
140 bool m_politicalViewHasBeenSet =
false;
143 bool m_intendedUseHasBeenSet =
false;
146 bool m_keyHasBeenSet =
false;
bool IntendedUseHasBeenSet() const
const Aws::String & GetPlaceId() const
GetPlaceRequest & AddAdditionalFeatures(GetPlaceAdditionalFeature value)
bool KeyHasBeenSet() const
bool LanguageHasBeenSet() const
void SetIntendedUse(GetPlaceIntendedUse value)
void SetLanguage(LanguageT &&value)
AWS_GEOPLACES_API Aws::String SerializePayload() const override
GetPlaceRequest & WithLanguage(LanguageT &&value)
GetPlaceIntendedUse GetIntendedUse() const
void SetPlaceId(PlaceIdT &&value)
GetPlaceRequest & WithIntendedUse(GetPlaceIntendedUse value)
void SetKey(KeyT &&value)
const Aws::Vector< GetPlaceAdditionalFeature > & GetAdditionalFeatures() const
GetPlaceRequest & WithKey(KeyT &&value)
const Aws::String & GetPoliticalView() const
AWS_GEOPLACES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool AdditionalFeaturesHasBeenSet() const
const Aws::String & GetKey() const
GetPlaceRequest & WithPlaceId(PlaceIdT &&value)
GetPlaceRequest & WithPoliticalView(PoliticalViewT &&value)
virtual const char * GetServiceRequestName() const override
bool PlaceIdHasBeenSet() const
bool PoliticalViewHasBeenSet() const
const Aws::String & GetLanguage() const
void SetAdditionalFeatures(AdditionalFeaturesT &&value)
GetPlaceRequest & WithAdditionalFeatures(AdditionalFeaturesT &&value)
void SetPoliticalView(PoliticalViewT &&value)
AWS_GEOPLACES_API GetPlaceRequest()=default
GetPlaceAdditionalFeature
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector