7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/TextToSqlConfigurationType.h>
9#include <aws/bedrock-agent-runtime/model/TextToSqlKnowledgeBaseConfiguration.h>
20namespace BedrockAgentRuntime {
42 template <
typename KnowledgeBaseConfigurationT = TextToSqlKnowledgeBaseConfiguration>
44 m_knowledgeBaseConfigurationHasBeenSet =
true;
45 m_knowledgeBaseConfiguration = std::forward<KnowledgeBaseConfigurationT>(value);
47 template <
typename KnowledgeBaseConfigurationT = TextToSqlKnowledgeBaseConfiguration>
61 m_typeHasBeenSet =
true;
73 bool m_knowledgeBaseConfigurationHasBeenSet =
false;
74 bool m_typeHasBeenSet =
false;
void SetKnowledgeBaseConfiguration(KnowledgeBaseConfigurationT &&value)
void SetType(TextToSqlConfigurationType value)
bool TypeHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API TextToSqlConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool KnowledgeBaseConfigurationHasBeenSet() const
const TextToSqlKnowledgeBaseConfiguration & GetKnowledgeBaseConfiguration() const
TextToSqlConfiguration & WithType(TextToSqlConfigurationType value)
TextToSqlConfiguration & WithKnowledgeBaseConfiguration(KnowledgeBaseConfigurationT &&value)
AWS_BEDROCKAGENTRUNTIME_API TextToSqlConfiguration()=default
AWS_BEDROCKAGENTRUNTIME_API TextToSqlConfiguration(Aws::Utils::Json::JsonView jsonValue)
TextToSqlConfigurationType GetType() const
TextToSqlConfigurationType
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue