7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
47 template<
typename QueryT = Aws::String>
48 void SetQuery(QueryT&& value) { m_queryHasBeenSet =
true; m_query = std::forward<QueryT>(value); }
49 template<
typename QueryT = Aws::String>
55 bool m_queryHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultSqlLocation()=default
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultSqlLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetQuery(QueryT &&value)
AWS_BEDROCKAGENTRUNTIME_API RetrievalResultSqlLocation(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
RetrievalResultSqlLocation & WithQuery(QueryT &&value)
bool QueryHasBeenSet() const
const Aws::String & GetQuery() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue