7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/neptunedata/NeptunedataRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename GremlinQueryT = Aws::String>
42 void SetGremlinQuery(GremlinQueryT&& value) { m_gremlinQueryHasBeenSet =
true; m_gremlinQuery = std::forward<GremlinQueryT>(value); }
43 template<
typename GremlinQueryT = Aws::String>
49 bool m_gremlinQueryHasBeenSet =
false;
AWS_NEPTUNEDATA_API ExecuteGremlinExplainQueryRequest()=default
const Aws::String & GetGremlinQuery() const
bool GremlinQueryHasBeenSet() const
void SetGremlinQuery(GremlinQueryT &&value)
AWS_NEPTUNEDATA_API Aws::String SerializePayload() const override
ExecuteGremlinExplainQueryRequest & WithGremlinQuery(GremlinQueryT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String