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