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/GetPlaceAdditionalFeature.h>
12#include <aws/geo-places/model/GetPlaceIntendedUse.h>
46 template <
typename PlaceIdT = Aws::String>
48 m_placeIdHasBeenSet =
true;
49 m_placeId = std::forward<PlaceIdT>(value);
51 template <
typename PlaceIdT = Aws::String>
68 template <
typename AdditionalFeaturesT = Aws::Vector<GetPlaceAdditionalFeature>>
70 m_additionalFeaturesHasBeenSet =
true;
71 m_additionalFeatures = std::forward<AdditionalFeaturesT>(value);
73 template <
typename AdditionalFeaturesT = Aws::Vector<GetPlaceAdditionalFeature>>
79 m_additionalFeaturesHasBeenSet =
true;
80 m_additionalFeatures.push_back(value);
98 template <
typename LanguageT = Aws::String>
100 m_languageHasBeenSet =
true;
101 m_language = std::forward<LanguageT>(value);
103 template <
typename LanguageT = Aws::String>
122 template <
typename PoliticalViewT = Aws::String>
124 m_politicalViewHasBeenSet =
true;
125 m_politicalView = std::forward<PoliticalViewT>(value);
127 template <
typename PoliticalViewT = Aws::String>
150 m_intendedUseHasBeenSet =
true;
151 m_intendedUse = value;
166 template <
typename KeyT = Aws::String>
168 m_keyHasBeenSet =
true;
169 m_key = std::forward<KeyT>(value);
171 template <
typename KeyT = Aws::String>
173 SetKey(std::forward<KeyT>(value));
189 bool m_placeIdHasBeenSet =
false;
190 bool m_additionalFeaturesHasBeenSet =
false;
191 bool m_languageHasBeenSet =
false;
192 bool m_politicalViewHasBeenSet =
false;
193 bool m_intendedUseHasBeenSet =
false;
194 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