7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace BedrockAgent {
38 template <
typename KnowledgeBaseIdT = Aws::String>
40 m_knowledgeBaseIdHasBeenSet =
true;
41 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
43 template <
typename KnowledgeBaseIdT = Aws::String>
57 template <
typename DataSourceIdT = Aws::String>
59 m_dataSourceIdHasBeenSet =
true;
60 m_dataSourceId = std::forward<DataSourceIdT>(value);
62 template <
typename DataSourceIdT = Aws::String>
75 template <
typename IngestionJobIdT = Aws::String>
77 m_ingestionJobIdHasBeenSet =
true;
78 m_ingestionJobId = std::forward<IngestionJobIdT>(value);
80 template <
typename IngestionJobIdT = Aws::String>
92 bool m_knowledgeBaseIdHasBeenSet =
false;
93 bool m_dataSourceIdHasBeenSet =
false;
94 bool m_ingestionJobIdHasBeenSet =
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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String