7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/TextToSqlKnowledgeBaseConfiguration.h>
9#include <aws/bedrock-agent-runtime/model/TextToSqlConfigurationType.h>
22namespace BedrockAgentRuntime
48 template<
typename KnowledgeBaseConfigurationT = TextToSqlKnowledgeBaseConfiguration>
49 void SetKnowledgeBaseConfiguration(KnowledgeBaseConfigurationT&& value) { m_knowledgeBaseConfigurationHasBeenSet =
true; m_knowledgeBaseConfiguration = std::forward<KnowledgeBaseConfigurationT>(value); }
50 template<
typename KnowledgeBaseConfigurationT = TextToSqlKnowledgeBaseConfiguration>
66 bool m_knowledgeBaseConfigurationHasBeenSet =
false;
69 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
Aws::Utils::Json::JsonValue JsonValue