7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/RetrieverConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgentRuntime {
41 template <
typename ConfigurationT = RetrieverConfiguration>
43 m_configurationHasBeenSet =
true;
44 m_configuration = std::forward<ConfigurationT>(value);
46 template <
typename ConfigurationT = RetrieverConfiguration>
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
74 bool m_configurationHasBeenSet =
false;
75 bool m_descriptionHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENTRUNTIME_API AgenticRetriever()=default
AgenticRetriever & WithConfiguration(ConfigurationT &&value)
const RetrieverConfiguration & GetConfiguration() const
void SetConfiguration(ConfigurationT &&value)
AgenticRetriever & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API AgenticRetriever & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API AgenticRetriever(Aws::Utils::Json::JsonView jsonValue)
bool ConfigurationHasBeenSet() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&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