7#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeRequest.h>
8#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace BedrockAgentRuntime {
37 template <
typename DataSourceIdT = Aws::String>
39 m_dataSourceIdHasBeenSet =
true;
40 m_dataSourceId = std::forward<DataSourceIdT>(value);
42 template <
typename DataSourceIdT = Aws::String>
56 template <
typename DocumentIdT = Aws::String>
58 m_documentIdHasBeenSet =
true;
59 m_documentId = std::forward<DocumentIdT>(value);
61 template <
typename DocumentIdT = Aws::String>
74 template <
typename KnowledgeBaseIdT = Aws::String>
76 m_knowledgeBaseIdHasBeenSet =
true;
77 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
79 template <
typename KnowledgeBaseIdT = Aws::String>
91 bool m_dataSourceIdHasBeenSet =
false;
92 bool m_documentIdHasBeenSet =
false;
93 bool m_knowledgeBaseIdHasBeenSet =
false;
const Aws::String & GetDataSourceId() const
const Aws::String & GetDocumentId() const
virtual const char * GetServiceRequestName() const override
void SetDataSourceId(DataSourceIdT &&value)
const Aws::String & GetKnowledgeBaseId() const
void SetDocumentId(DocumentIdT &&value)
bool KnowledgeBaseIdHasBeenSet() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
GetIngestedDocumentAclRequest & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
AWS_BEDROCKAGENTRUNTIME_API GetIngestedDocumentAclRequest()=default
GetIngestedDocumentAclRequest & WithDataSourceId(DataSourceIdT &&value)
bool DocumentIdHasBeenSet() const
bool DataSourceIdHasBeenSet() const
GetIngestedDocumentAclRequest & WithDocumentId(DocumentIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String