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>
20namespace BedrockAgentRuntime {
43 m_modeHasBeenSet =
true;
58 template <
typename TextToSqlConfigurationT = TextToSqlConfiguration>
60 m_textToSqlConfigurationHasBeenSet =
true;
61 m_textToSqlConfiguration = std::forward<TextToSqlConfigurationT>(value);
63 template <
typename TextToSqlConfigurationT = TextToSqlConfiguration>
72 TextToSqlConfiguration m_textToSqlConfiguration;
73 bool m_modeHasBeenSet =
false;
74 bool m_textToSqlConfigurationHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue