7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/location/LocationService_EXPORTS.h>
17namespace LocationService {
42 template <
typename IndexNameT = Aws::String>
44 m_indexNameHasBeenSet =
true;
45 m_indexName = std::forward<IndexNameT>(value);
47 template <
typename IndexNameT = Aws::String>
60 template <
typename PlaceIdT = Aws::String>
62 m_placeIdHasBeenSet =
true;
63 m_placeId = std::forward<PlaceIdT>(value);
65 template <
typename PlaceIdT = Aws::String>
90 template <
typename LanguageT = Aws::String>
92 m_languageHasBeenSet =
true;
93 m_language = std::forward<LanguageT>(value);
95 template <
typename LanguageT = Aws::String>
110 template <
typename KeyT = Aws::String>
112 m_keyHasBeenSet =
true;
113 m_key = std::forward<KeyT>(value);
115 template <
typename KeyT = Aws::String>
117 SetKey(std::forward<KeyT>(value));
129 bool m_indexNameHasBeenSet =
false;
130 bool m_placeIdHasBeenSet =
false;
131 bool m_languageHasBeenSet =
false;
132 bool m_keyHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetIndexName(IndexNameT &&value)
bool IndexNameHasBeenSet() const
void SetLanguage(LanguageT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
bool PlaceIdHasBeenSet() const
const Aws::String & GetIndexName() const
GetPlaceRequest & WithLanguage(LanguageT &&value)
bool LanguageHasBeenSet() const
void SetKey(KeyT &&value)
AWS_LOCATIONSERVICE_API GetPlaceRequest()=default
const Aws::String & GetKey() const
GetPlaceRequest & WithKey(KeyT &&value)
GetPlaceRequest & WithIndexName(IndexNameT &&value)
const Aws::String & GetPlaceId() const
AWS_LOCATIONSERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetLanguage() const
void SetPlaceId(PlaceIdT &&value)
GetPlaceRequest & WithPlaceId(PlaceIdT &&value)
bool KeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String