7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
41 template <
typename QueryT = Aws::String>
43 m_queryHasBeenSet =
true;
44 m_query = std::forward<QueryT>(value);
46 template <
typename QueryT = Aws::String>
48 SetQuery(std::forward<QueryT>(value));
54 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue