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>
65 template <
typename AdditionalFeaturesT = Aws::Vector<GetPlaceAdditionalFeature>>
67 m_additionalFeaturesHasBeenSet =
true;
68 m_additionalFeatures = std::forward<AdditionalFeaturesT>(value);
70 template <
typename AdditionalFeaturesT = Aws::Vector<GetPlaceAdditionalFeature>>
76 m_additionalFeaturesHasBeenSet =
true;
77 m_additionalFeatures.push_back(value);
91 template <
typename LanguageT = Aws::String>
93 m_languageHasBeenSet =
true;
94 m_language = std::forward<LanguageT>(value);
96 template <
typename LanguageT = Aws::String>
111 template <
typename PoliticalViewT = Aws::String>
113 m_politicalViewHasBeenSet =
true;
114 m_politicalView = std::forward<PoliticalViewT>(value);
116 template <
typename PoliticalViewT = Aws::String>
136 m_intendedUseHasBeenSet =
true;
137 m_intendedUse = value;
152 template <
typename KeyT = Aws::String>
154 m_keyHasBeenSet =
true;
155 m_key = std::forward<KeyT>(value);
157 template <
typename KeyT = Aws::String>
159 SetKey(std::forward<KeyT>(value));
165 bool m_placeIdHasBeenSet =
false;
168 bool m_additionalFeaturesHasBeenSet =
false;
171 bool m_languageHasBeenSet =
false;
174 bool m_politicalViewHasBeenSet =
false;
177 bool m_intendedUseHasBeenSet =
false;
180 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