7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptunedata/NeptunedataRequest.h>
9#include <aws/neptunedata/Neptunedata_EXPORTS.h>
14namespace neptunedata {
44 template <
typename GremlinQueryT = Aws::String>
46 m_gremlinQueryHasBeenSet =
true;
47 m_gremlinQuery = std::forward<GremlinQueryT>(value);
49 template <
typename GremlinQueryT = Aws::String>
66 template <
typename SerializerT = Aws::String>
68 m_serializerHasBeenSet =
true;
69 m_serializer = std::forward<SerializerT>(value);
71 template <
typename SerializerT = Aws::String>
81 bool m_gremlinQueryHasBeenSet =
false;
82 bool m_serializerHasBeenSet =
false;
ExecuteGremlinQueryRequest & WithGremlinQuery(GremlinQueryT &&value)
bool GremlinQueryHasBeenSet() const
void SetSerializer(SerializerT &&value)
const Aws::String & GetGremlinQuery() const
bool SerializerHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ExecuteGremlinQueryRequest & WithSerializer(SerializerT &&value)
const Aws::String & GetSerializer() const
AWS_NEPTUNEDATA_API ExecuteGremlinQueryRequest()=default
AWS_NEPTUNEDATA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_NEPTUNEDATA_API Aws::String SerializePayload() const override
void SetGremlinQuery(GremlinQueryT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String