7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/neptune-graph/model/QueryStateInput.h>
54 template<
typename GraphIdentifierT = Aws::String>
55 void SetGraphIdentifier(GraphIdentifierT&& value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier = std::forward<GraphIdentifierT>(value); }
56 template<
typename GraphIdentifierT = Aws::String>
66 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 bool m_graphIdentifierHasBeenSet =
false;
85 bool m_maxResultsHasBeenSet =
false;
88 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