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>
55 inline void SetResults(
bool value) { m_resultsHasBeenSet =
true; m_results = value; }
64 inline int GetChop()
const {
return m_chop; }
66 inline void SetChop(
int value) { m_chopHasBeenSet =
true; m_chop = value; }
79 template<
typename SerializerT = Aws::String>
80 void SetSerializer(SerializerT&& value) { m_serializerHasBeenSet =
true; m_serializer = std::forward<SerializerT>(value); }
81 template<
typename SerializerT = Aws::String>
93 inline void SetIndexOps(
bool value) { m_indexOpsHasBeenSet =
true; m_indexOps = value; }
99 bool m_gremlinQueryHasBeenSet =
false;
101 bool m_results{
false};
102 bool m_resultsHasBeenSet =
false;
105 bool m_chopHasBeenSet =
false;
108 bool m_serializerHasBeenSet =
false;
110 bool m_indexOps{
false};
111 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