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>
54 template<
typename IngestionJobIdT = Aws::String>
55 void SetIngestionJobId(IngestionJobIdT&& value) { m_ingestionJobIdHasBeenSet =
true; m_ingestionJobId = std::forward<IngestionJobIdT>(value); }
56 template<
typename IngestionJobIdT = Aws::String>
67 template<
typename KnowledgeBaseIdT = Aws::String>
68 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
69 template<
typename KnowledgeBaseIdT = Aws::String>
75 bool m_dataSourceIdHasBeenSet =
false;
78 bool m_ingestionJobIdHasBeenSet =
false;
81 bool m_knowledgeBaseIdHasBeenSet =
false;
bool IngestionJobIdHasBeenSet() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
void SetDataSourceId(DataSourceIdT &&value)
const Aws::String & GetDataSourceId() const
const Aws::String & GetIngestionJobId() const
bool KnowledgeBaseIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetIngestionJobId(IngestionJobIdT &&value)
StopIngestionJobRequest & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
bool DataSourceIdHasBeenSet() const
const Aws::String & GetKnowledgeBaseId() const
AWS_BEDROCKAGENT_API StopIngestionJobRequest()=default
StopIngestionJobRequest & WithDataSourceId(DataSourceIdT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
StopIngestionJobRequest & WithIngestionJobId(IngestionJobIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String