7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
17namespace NeptuneGraph {
50 template <
typename NextTokenT = Aws::String>
52 m_nextTokenHasBeenSet =
true;
53 m_nextToken = std::forward<NextTokenT>(value);
55 template <
typename NextTokenT = Aws::String>
74 m_maxResultsHasBeenSet =
true;
86 bool m_nextTokenHasBeenSet =
false;
87 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