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>
58 m_resultsHasBeenSet =
true;
72 inline int GetChop()
const {
return m_chop; }
75 m_chopHasBeenSet =
true;
93 template <
typename SerializerT = Aws::String>
95 m_serializerHasBeenSet =
true;
96 m_serializer = std::forward<SerializerT>(value);
98 template <
typename SerializerT = Aws::String>
114 m_indexOpsHasBeenSet =
true;
125 bool m_results{
false};
131 bool m_indexOps{
false};
132 bool m_gremlinQueryHasBeenSet =
false;
133 bool m_resultsHasBeenSet =
false;
134 bool m_chopHasBeenSet =
false;
135 bool m_serializerHasBeenSet =
false;
136 bool m_indexOpsHasBeenSet =
false;
ExecuteGremlinProfileQueryRequest & WithChop(int value)
AWS_NEPTUNEDATA_API Aws::String SerializePayload() const override
bool ChopHasBeenSet() const
bool SerializerHasBeenSet() const
ExecuteGremlinProfileQueryRequest & WithResults(bool value)
void SetIndexOps(bool value)
ExecuteGremlinProfileQueryRequest & WithSerializer(SerializerT &&value)
void SetResults(bool value)
void SetGremlinQuery(GremlinQueryT &&value)
bool GremlinQueryHasBeenSet() const
const Aws::String & GetGremlinQuery() const
void SetSerializer(SerializerT &&value)
virtual const char * GetServiceRequestName() const override
bool ResultsHasBeenSet() const
ExecuteGremlinProfileQueryRequest & WithIndexOps(bool value)
AWS_NEPTUNEDATA_API ExecuteGremlinProfileQueryRequest()=default
const Aws::String & GetSerializer() const
ExecuteGremlinProfileQueryRequest & WithGremlinQuery(GremlinQueryT &&value)
bool IndexOpsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String