7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/bedrock-agent/model/DocumentIdentifier.h>
13#include <aws/core/utils/UUID.h>
48 template<
typename ClientTokenT = Aws::String>
49 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
50 template<
typename ClientTokenT = Aws::String>
60 template<
typename DataSourceIdT = Aws::String>
61 void SetDataSourceId(DataSourceIdT&& value) { m_dataSourceIdHasBeenSet =
true; m_dataSourceId = std::forward<DataSourceIdT>(value); }
62 template<
typename DataSourceIdT = Aws::String>
73 template<
typename DocumentIdentifiersT = Aws::Vector<DocumentIdentifier>>
74 void SetDocumentIdentifiers(DocumentIdentifiersT&& value) { m_documentIdentifiersHasBeenSet =
true; m_documentIdentifiers = std::forward<DocumentIdentifiersT>(value); }
75 template<
typename DocumentIdentifiersT = Aws::Vector<DocumentIdentifier>>
77 template<
typename DocumentIdentifiersT = DocumentIdentifier>
88 template<
typename KnowledgeBaseIdT = Aws::String>
89 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
90 template<
typename KnowledgeBaseIdT = Aws::String>
96 bool m_clientTokenHasBeenSet =
true;
99 bool m_dataSourceIdHasBeenSet =
false;
102 bool m_documentIdentifiersHasBeenSet =
false;
105 bool m_knowledgeBaseIdHasBeenSet =
false;
const Aws::String & GetDataSourceId() const
DeleteKnowledgeBaseDocumentsRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetKnowledgeBaseId() const
virtual const char * GetServiceRequestName() const override
void SetDocumentIdentifiers(DocumentIdentifiersT &&value)
const Aws::String & GetClientToken() const
bool DataSourceIdHasBeenSet() const
AWS_BEDROCKAGENT_API DeleteKnowledgeBaseDocumentsRequest()=default
bool KnowledgeBaseIdHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
DeleteKnowledgeBaseDocumentsRequest & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
bool ClientTokenHasBeenSet() const
DeleteKnowledgeBaseDocumentsRequest & WithDataSourceId(DataSourceIdT &&value)
const Aws::Vector< DocumentIdentifier > & GetDocumentIdentifiers() const
DeleteKnowledgeBaseDocumentsRequest & WithDocumentIdentifiers(DocumentIdentifiersT &&value)
void SetDataSourceId(DataSourceIdT &&value)
bool DocumentIdentifiersHasBeenSet() const
DeleteKnowledgeBaseDocumentsRequest & AddDocumentIdentifiers(DocumentIdentifiersT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector