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/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace BedrockAgent {
40 template <
typename KnowledgeBaseIdT = Aws::String>
42 m_knowledgeBaseIdHasBeenSet =
true;
43 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
45 template <
typename KnowledgeBaseIdT = Aws::String>
58 template <
typename DataSourceIdT = Aws::String>
60 m_dataSourceIdHasBeenSet =
true;
61 m_dataSourceId = std::forward<DataSourceIdT>(value);
63 template <
typename DataSourceIdT = Aws::String>
77 template <
typename DocumentIdentifiersT = Aws::Vector<DocumentIdentifier>>
79 m_documentIdentifiersHasBeenSet =
true;
80 m_documentIdentifiers = std::forward<DocumentIdentifiersT>(value);
82 template <
typename DocumentIdentifiersT = Aws::Vector<DocumentIdentifier>>
87 template <
typename DocumentIdentifiersT = DocumentIdentifier>
89 m_documentIdentifiersHasBeenSet =
true;
90 m_documentIdentifiers.emplace_back(std::forward<DocumentIdentifiersT>(value));
100 bool m_knowledgeBaseIdHasBeenSet =
false;
101 bool m_dataSourceIdHasBeenSet =
false;
102 bool m_documentIdentifiersHasBeenSet =
false;
const Aws::String & GetKnowledgeBaseId() const
GetKnowledgeBaseDocumentsRequest & WithDocumentIdentifiers(DocumentIdentifiersT &&value)
GetKnowledgeBaseDocumentsRequest & AddDocumentIdentifiers(DocumentIdentifiersT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
void SetDocumentIdentifiers(DocumentIdentifiersT &&value)
void SetDataSourceId(DataSourceIdT &&value)
bool DocumentIdentifiersHasBeenSet() const
bool DataSourceIdHasBeenSet() const
bool KnowledgeBaseIdHasBeenSet() const
AWS_BEDROCKAGENT_API GetKnowledgeBaseDocumentsRequest()=default
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDataSourceId() const
GetKnowledgeBaseDocumentsRequest & WithDataSourceId(DataSourceIdT &&value)
GetKnowledgeBaseDocumentsRequest & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
const Aws::Vector< DocumentIdentifier > & GetDocumentIdentifiers() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector