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