7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kendra/KendraRequest.h>
9#include <aws/kendra/Kendra_EXPORTS.h>
39 template <
typename IndexIdT = Aws::String>
41 m_indexIdHasBeenSet =
true;
42 m_indexId = std::forward<IndexIdT>(value);
44 template <
typename IndexIdT = Aws::String>
52 bool m_indexIdHasBeenSet =
false;
void SetIndexId(IndexIdT &&value)
bool IndexIdHasBeenSet() const
ClearQuerySuggestionsRequest & WithIndexId(IndexIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_KENDRA_API ClearQuerySuggestionsRequest()=default
const Aws::String & GetIndexId() const
AWS_KENDRA_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String