7#include <aws/core/utils/memory/stl/AWSString.h> 
    8#include <aws/core/utils/memory/stl/AWSVector.h> 
    9#include <aws/kendra/KendraRequest.h> 
   10#include <aws/kendra/Kendra_EXPORTS.h> 
   11#include <aws/kendra/model/DocumentInfo.h> 
   44  template <
typename IndexIdT = Aws::String>
 
   46    m_indexIdHasBeenSet = 
true;
 
   47    m_indexId = std::forward<IndexIdT>(value);
 
   49  template <
typename IndexIdT = Aws::String>
 
   64  template <
typename DocumentInfoListT = Aws::Vector<DocumentInfo>>
 
   66    m_documentInfoListHasBeenSet = 
true;
 
   67    m_documentInfoList = std::forward<DocumentInfoListT>(value);
 
   69  template <
typename DocumentInfoListT = Aws::Vector<DocumentInfo>>
 
   74  template <
typename DocumentInfoListT = DocumentInfo>
 
   76    m_documentInfoListHasBeenSet = 
true;
 
   77    m_documentInfoList.emplace_back(std::forward<DocumentInfoListT>(value));
 
   83  bool m_indexIdHasBeenSet = 
false;
 
   86  bool m_documentInfoListHasBeenSet = 
false;
 
bool IndexIdHasBeenSet() const
 
void SetDocumentInfoList(DocumentInfoListT &&value)
 
AWS_KENDRA_API BatchGetDocumentStatusRequest()=default
 
const Aws::String & GetIndexId() const
 
const Aws::Vector< DocumentInfo > & GetDocumentInfoList() const
 
BatchGetDocumentStatusRequest & WithDocumentInfoList(DocumentInfoListT &&value)
 
BatchGetDocumentStatusRequest & AddDocumentInfoList(DocumentInfoListT &&value)
 
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
 
bool DocumentInfoListHasBeenSet() const
 
virtual const char * GetServiceRequestName() const override
 
BatchGetDocumentStatusRequest & WithIndexId(IndexIdT &&value)
 
void SetIndexId(IndexIdT &&value)
 
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
 
std::vector< T, Aws::Allocator< T > > Vector