7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/KnowledgeBaseRetrievalConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename KnowledgeBaseIdT = Aws::String>
44 m_knowledgeBaseIdHasBeenSet =
true;
45 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
47 template <
typename KnowledgeBaseIdT = Aws::String>
59 return m_knowledgeBaseRetrievalConfiguration;
62 template <
typename KnowledgeBaseRetrievalConfigurationT = KnowledgeBaseRetrievalConfiguration>
64 m_knowledgeBaseRetrievalConfigurationHasBeenSet =
true;
65 m_knowledgeBaseRetrievalConfiguration = std::forward<KnowledgeBaseRetrievalConfigurationT>(value);
67 template <
typename KnowledgeBaseRetrievalConfigurationT = KnowledgeBaseRetrievalConfiguration>
77 bool m_knowledgeBaseIdHasBeenSet =
false;
78 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue