7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptunedata/NeptunedataRequest.h>
9#include <aws/neptunedata/Neptunedata_EXPORTS.h>
14namespace neptunedata {
37 template <
typename GremlinQueryT = Aws::String>
39 m_gremlinQueryHasBeenSet =
true;
40 m_gremlinQuery = std::forward<GremlinQueryT>(value);
42 template <
typename GremlinQueryT = Aws::String>
50 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