7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/bedrock-agent/model/DocumentIdentifier.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17namespace BedrockAgent {
41 template <
typename KnowledgeBaseIdT = Aws::String>
43 m_knowledgeBaseIdHasBeenSet =
true;
44 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
46 template <
typename KnowledgeBaseIdT = Aws::String>
59 template <
typename DataSourceIdT = Aws::String>
61 m_dataSourceIdHasBeenSet =
true;
62 m_dataSourceId = std::forward<DataSourceIdT>(value);
64 template <
typename DataSourceIdT = Aws::String>
81 template <
typename ClientTokenT = Aws::String>
83 m_clientTokenHasBeenSet =
true;
84 m_clientToken = std::forward<ClientTokenT>(value);
86 template <
typename ClientTokenT = Aws::String>
100 template <
typename DocumentIdentifiersT = Aws::Vector<DocumentIdentifier>>
102 m_documentIdentifiersHasBeenSet =
true;
103 m_documentIdentifiers = std::forward<DocumentIdentifiersT>(value);
105 template <
typename DocumentIdentifiersT = Aws::Vector<DocumentIdentifier>>
110 template <
typename DocumentIdentifiersT = DocumentIdentifier>
112 m_documentIdentifiersHasBeenSet =
true;
113 m_documentIdentifiers.emplace_back(std::forward<DocumentIdentifiersT>(value));
125 bool m_knowledgeBaseIdHasBeenSet =
false;
126 bool m_dataSourceIdHasBeenSet =
false;
127 bool m_clientTokenHasBeenSet =
true;
128 bool m_documentIdentifiersHasBeenSet =
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