7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/kendra/KendraRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/kendra/model/DocumentInfo.h>
48 template<
typename IndexIdT = Aws::String>
49 void SetIndexId(IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
50 template<
typename IndexIdT = Aws::String>
62 template<
typename DocumentInfoListT = Aws::Vector<DocumentInfo>>
63 void SetDocumentInfoList(DocumentInfoListT&& value) { m_documentInfoListHasBeenSet =
true; m_documentInfoList = std::forward<DocumentInfoListT>(value); }
64 template<
typename DocumentInfoListT = Aws::Vector<DocumentInfo>>
66 template<
typename DocumentInfoListT = DocumentInfo>
72 bool m_indexIdHasBeenSet =
false;
75 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