7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/QueryTransformationMode.h>
9#include <aws/bedrock-agent-runtime/model/TextToSqlConfiguration.h>
22namespace BedrockAgentRuntime
58 template<
typename TextToSqlConfigurationT = TextToSqlConfiguration>
59 void SetTextToSqlConfiguration(TextToSqlConfigurationT&& value) { m_textToSqlConfigurationHasBeenSet =
true; m_textToSqlConfiguration = std::forward<TextToSqlConfigurationT>(value); }
60 template<
typename TextToSqlConfigurationT = TextToSqlConfiguration>
66 bool m_modeHasBeenSet =
false;
68 TextToSqlConfiguration m_textToSqlConfiguration;
69 bool m_textToSqlConfigurationHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue