7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock/model/KnowledgeBaseRetrievalConfiguration.h>
48 template<
typename KnowledgeBaseIdT = Aws::String>
49 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
50 template<
typename KnowledgeBaseIdT = Aws::String>
60 template<
typename KnowledgeBaseRetrievalConfigurationT = KnowledgeBaseRetrievalConfiguration>
61 void SetKnowledgeBaseRetrievalConfiguration(KnowledgeBaseRetrievalConfigurationT&& value) { m_knowledgeBaseRetrievalConfigurationHasBeenSet =
true; m_knowledgeBaseRetrievalConfiguration = std::forward<KnowledgeBaseRetrievalConfigurationT>(value); }
62 template<
typename KnowledgeBaseRetrievalConfigurationT = KnowledgeBaseRetrievalConfiguration>
68 bool m_knowledgeBaseIdHasBeenSet =
false;
71 bool m_knowledgeBaseRetrievalConfigurationHasBeenSet =
false;
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool KnowledgeBaseRetrievalConfigurationHasBeenSet() const
const Aws::String & GetKnowledgeBaseId() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
RetrieveConfig & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
void SetKnowledgeBaseRetrievalConfiguration(KnowledgeBaseRetrievalConfigurationT &&value)
bool KnowledgeBaseIdHasBeenSet() const
AWS_BEDROCK_API RetrieveConfig()=default
AWS_BEDROCK_API RetrieveConfig(Aws::Utils::Json::JsonView jsonValue)
const KnowledgeBaseRetrievalConfiguration & GetKnowledgeBaseRetrievalConfiguration() const
AWS_BEDROCK_API RetrieveConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
RetrieveConfig & WithKnowledgeBaseRetrievalConfiguration(KnowledgeBaseRetrievalConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue