7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/neptunedata/NeptunedataRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename GremlinQueryT = Aws::String>
49 void SetGremlinQuery(GremlinQueryT&& value) { m_gremlinQueryHasBeenSet =
true; m_gremlinQuery = std::forward<GremlinQueryT>(value); }
50 template<
typename GremlinQueryT = Aws::String>
64 template<
typename SerializerT = Aws::String>
65 void SetSerializer(SerializerT&& value) { m_serializerHasBeenSet =
true; m_serializer = std::forward<SerializerT>(value); }
66 template<
typename SerializerT = Aws::String>
72 bool m_gremlinQueryHasBeenSet =
false;
75 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