7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
10#include <aws/neptune-graph/model/QueryStateInput.h>
18namespace NeptuneGraph {
50 template <
typename GraphIdentifierT = Aws::String>
52 m_graphIdentifierHasBeenSet =
true;
53 m_graphIdentifier = std::forward<GraphIdentifierT>(value);
55 template <
typename GraphIdentifierT = Aws::String>
69 m_maxResultsHasBeenSet =
true;
85 m_stateHasBeenSet =
true;
99 bool m_graphIdentifierHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
101 bool m_stateHasBeenSet =
false;
QueryStateInput GetState() const
bool GraphIdentifierHasBeenSet() const
ListQueriesRequest & WithGraphIdentifier(GraphIdentifierT &&value)
void SetState(QueryStateInput value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
void SetGraphIdentifier(GraphIdentifierT &&value)
int GetMaxResults() const
AWS_NEPTUNEGRAPH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StateHasBeenSet() const
void SetMaxResults(int value)
AWS_NEPTUNEGRAPH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
ListQueriesRequest & WithState(QueryStateInput value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetGraphIdentifier() const
ListQueriesRequest & WithMaxResults(int value)
AWS_NEPTUNEGRAPH_API ListQueriesRequest()=default
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String