7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/qbusiness/model/DeleteDocument.h>
45 inline void SetApplicationId(
const char* value) { m_applicationIdHasBeenSet =
true; m_applicationId.assign(value); }
60 inline void SetIndexId(
const char* value) { m_indexIdHasBeenSet =
true; m_indexId.assign(value); }
89 inline void SetDataSourceSyncId(
const char* value) { m_dataSourceSyncIdHasBeenSet =
true; m_dataSourceSyncId.assign(value); }
97 bool m_applicationIdHasBeenSet =
false;
100 bool m_indexIdHasBeenSet =
false;
103 bool m_documentsHasBeenSet =
false;
106 bool m_dataSourceSyncIdHasBeenSet =
false;
BatchDeleteDocumentRequest & WithIndexId(const char *value)
void SetApplicationId(Aws::String &&value)
void SetDocuments(Aws::Vector< DeleteDocument > &&value)
void SetApplicationId(const Aws::String &value)
bool DataSourceSyncIdHasBeenSet() const
BatchDeleteDocumentRequest & WithDocuments(Aws::Vector< DeleteDocument > &&value)
const Aws::String & GetDataSourceSyncId() const
void SetIndexId(Aws::String &&value)
BatchDeleteDocumentRequest & WithApplicationId(const Aws::String &value)
AWS_QBUSINESS_API BatchDeleteDocumentRequest()
BatchDeleteDocumentRequest & WithDocuments(const Aws::Vector< DeleteDocument > &value)
BatchDeleteDocumentRequest & WithIndexId(Aws::String &&value)
const Aws::String & GetIndexId() const
void SetDocuments(const Aws::Vector< DeleteDocument > &value)
void SetDataSourceSyncId(const Aws::String &value)
bool ApplicationIdHasBeenSet() const
BatchDeleteDocumentRequest & WithDataSourceSyncId(const char *value)
BatchDeleteDocumentRequest & WithDataSourceSyncId(Aws::String &&value)
bool IndexIdHasBeenSet() const
void SetApplicationId(const char *value)
const Aws::String & GetApplicationId() const
AWS_QBUSINESS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::Vector< DeleteDocument > & GetDocuments() const
BatchDeleteDocumentRequest & AddDocuments(DeleteDocument &&value)
BatchDeleteDocumentRequest & WithApplicationId(const char *value)
BatchDeleteDocumentRequest & AddDocuments(const DeleteDocument &value)
BatchDeleteDocumentRequest & WithDataSourceSyncId(const Aws::String &value)
void SetDataSourceSyncId(Aws::String &&value)
void SetDataSourceSyncId(const char *value)
bool DocumentsHasBeenSet() const
void SetIndexId(const Aws::String &value)
BatchDeleteDocumentRequest & WithIndexId(const Aws::String &value)
BatchDeleteDocumentRequest & WithApplicationId(Aws::String &&value)
void SetIndexId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector