7#include <aws/neptunedata/NeptunedataRequest.h>
8#include <aws/neptunedata/Neptunedata_EXPORTS.h>
9#include <aws/neptunedata/model/Encoding.h>
10#include <aws/neptunedata/model/IteratorType.h>
18namespace neptunedata {
48 inline long long GetLimit()
const {
return m_limit; }
51 m_limitHasBeenSet =
true;
78 m_iteratorTypeHasBeenSet =
true;
79 m_iteratorType = value;
98 m_commitNumHasBeenSet =
true;
112 inline long long GetOpNum()
const {
return m_opNum; }
115 m_opNumHasBeenSet =
true;
131 m_encodingHasBeenSet =
true;
140 long long m_limit{0};
144 long long m_commitNum{0};
146 long long m_opNum{0};
149 bool m_limitHasBeenSet =
false;
150 bool m_iteratorTypeHasBeenSet =
false;
151 bool m_commitNumHasBeenSet =
false;
152 bool m_opNumHasBeenSet =
false;
153 bool m_encodingHasBeenSet =
false;
bool EncodingHasBeenSet() const
GetPropertygraphStreamRequest & WithCommitNum(long long value)
long long GetCommitNum() const
void SetCommitNum(long long value)
void SetIteratorType(IteratorType value)
GetPropertygraphStreamRequest & WithLimit(long long value)
void SetLimit(long long value)
virtual const char * GetServiceRequestName() const override
long long GetLimit() const
void SetOpNum(long long value)
bool LimitHasBeenSet() const
bool OpNumHasBeenSet() const
GetPropertygraphStreamRequest & WithIteratorType(IteratorType value)
GetPropertygraphStreamRequest & WithOpNum(long long value)
AWS_NEPTUNEDATA_API Aws::String SerializePayload() const override
bool CommitNumHasBeenSet() const
AWS_NEPTUNEDATA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool IteratorTypeHasBeenSet() const
long long GetOpNum() const
void SetEncoding(Encoding value)
AWS_NEPTUNEDATA_API GetPropertygraphStreamRequest()=default
Encoding GetEncoding() const
GetPropertygraphStreamRequest & WithEncoding(Encoding value)
AWS_NEPTUNEDATA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
IteratorType GetIteratorType() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String