7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace LocationService
47 template<
typename IndexNameT = Aws::String>
48 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
49 template<
typename IndexNameT = Aws::String>
59 template<
typename PlaceIdT = Aws::String>
60 void SetPlaceId(PlaceIdT&& value) { m_placeIdHasBeenSet =
true; m_placeId = std::forward<PlaceIdT>(value); }
61 template<
typename PlaceIdT = Aws::String>
83 template<
typename LanguageT = Aws::String>
84 void SetLanguage(LanguageT&& value) { m_languageHasBeenSet =
true; m_language = std::forward<LanguageT>(value); }
85 template<
typename LanguageT = Aws::String>
97 template<
typename KeyT = Aws::String>
98 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
99 template<
typename KeyT = Aws::String>
105 bool m_indexNameHasBeenSet =
false;
108 bool m_placeIdHasBeenSet =
false;
111 bool m_languageHasBeenSet =
false;
114 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