7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent-runtime/model/GeneratedQueryType.h>
22namespace BedrockAgentRuntime
48 template<
typename SqlT = Aws::String>
49 void SetSql(SqlT&& value) { m_sqlHasBeenSet =
true; m_sql = std::forward<SqlT>(value); }
50 template<
typename SqlT = Aws::String>
66 bool m_sqlHasBeenSet =
false;
69 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(GeneratedQueryType value)
GeneratedQuery & WithSql(SqlT &&value)
const Aws::String & GetSql() const
void SetSql(SqlT &&value)
GeneratedQuery & WithType(GeneratedQueryType value)
GeneratedQueryType GetType() const
AWS_BEDROCKAGENTRUNTIME_API GeneratedQuery(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API GeneratedQuery & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API GeneratedQuery()=default
bool SqlHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue