7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent-runtime/model/KnowledgeBaseRetrievalConfiguration.h>
22namespace BedrockAgentRuntime
50 template<
typename KnowledgeBaseIdT = Aws::String>
51 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
52 template<
typename KnowledgeBaseIdT = Aws::String>
65 template<
typename RetrievalConfigurationT = KnowledgeBaseRetrievalConfiguration>
66 void SetRetrievalConfiguration(RetrievalConfigurationT&& value) { m_retrievalConfigurationHasBeenSet =
true; m_retrievalConfiguration = std::forward<RetrievalConfigurationT>(value); }
67 template<
typename RetrievalConfigurationT = KnowledgeBaseRetrievalConfiguration>
73 bool m_knowledgeBaseIdHasBeenSet =
false;
76 bool m_retrievalConfigurationHasBeenSet =
false;
KnowledgeBaseConfiguration & WithRetrievalConfiguration(RetrievalConfigurationT &&value)
AWS_BEDROCKAGENTRUNTIME_API KnowledgeBaseConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API KnowledgeBaseConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
const Aws::String & GetKnowledgeBaseId() const
KnowledgeBaseConfiguration & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
bool KnowledgeBaseIdHasBeenSet() const
const KnowledgeBaseRetrievalConfiguration & GetRetrievalConfiguration() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENTRUNTIME_API KnowledgeBaseConfiguration()=default
void SetRetrievalConfiguration(RetrievalConfigurationT &&value)
bool RetrievalConfigurationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue