7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename DataSourceIdT = Aws::String>
43 void SetDataSourceId(DataSourceIdT&& value) { m_dataSourceIdHasBeenSet =
true; m_dataSourceId = std::forward<DataSourceIdT>(value); }
44 template<
typename DataSourceIdT = Aws::String>
55 template<
typename IngestionJobIdT = Aws::String>
56 void SetIngestionJobId(IngestionJobIdT&& value) { m_ingestionJobIdHasBeenSet =
true; m_ingestionJobId = std::forward<IngestionJobIdT>(value); }
57 template<
typename IngestionJobIdT = Aws::String>
68 template<
typename KnowledgeBaseIdT = Aws::String>
69 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
70 template<
typename KnowledgeBaseIdT = Aws::String>
76 bool m_dataSourceIdHasBeenSet =
false;
79 bool m_ingestionJobIdHasBeenSet =
false;
82 bool m_knowledgeBaseIdHasBeenSet =
false;
GetIngestionJobRequest & WithDataSourceId(DataSourceIdT &&value)
const Aws::String & GetDataSourceId() const
GetIngestionJobRequest & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetIngestionJobId(IngestionJobIdT &&value)
GetIngestionJobRequest & WithIngestionJobId(IngestionJobIdT &&value)
bool DataSourceIdHasBeenSet() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
bool KnowledgeBaseIdHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
void SetDataSourceId(DataSourceIdT &&value)
AWS_BEDROCKAGENT_API GetIngestionJobRequest()=default
bool IngestionJobIdHasBeenSet() const
const Aws::String & GetKnowledgeBaseId() const
const Aws::String & GetIngestionJobId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String