7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename GraphIdentifierT = Aws::String>
52 void SetGraphIdentifier(GraphIdentifierT&& value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier = std::forward<GraphIdentifierT>(value); }
53 template<
typename GraphIdentifierT = Aws::String>
66 template<
typename NextTokenT = Aws::String>
67 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
68 template<
typename NextTokenT = Aws::String>
83 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
89 bool m_graphIdentifierHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
void SetMaxResults(int value)
AWS_NEPTUNEGRAPH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListGraphSnapshotsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetGraphIdentifier() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
ListGraphSnapshotsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
AWS_NEPTUNEGRAPH_API ListGraphSnapshotsRequest()=default
bool GraphIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListGraphSnapshotsRequest & WithGraphIdentifier(GraphIdentifierT &&value)
void SetNextToken(NextTokenT &&value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
int GetMaxResults() const
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
void SetGraphIdentifier(GraphIdentifierT &&value)
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String