7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename NextTokenT = Aws::String>
55 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
56 template<
typename NextTokenT = Aws::String>
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetNextToken() const
ListGraphsRequest & WithMaxResults(int value)
AWS_NEPTUNEGRAPH_API ListGraphsRequest()=default
AWS_NEPTUNEGRAPH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool NextTokenHasBeenSet() const
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
ListGraphsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String