7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/kendra/KendraRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename IndexIdT = Aws::String>
44 void SetIndexId(IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
45 template<
typename IndexIdT = Aws::String>
51 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