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>
56 inline void SetGraphIdentifier(
const char* value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier.assign(value); }
68 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
86 bool m_graphIdentifierHasBeenSet =
false;
89 bool m_maxResultsHasBeenSet =
false;
92 bool m_stateHasBeenSet =
false;
bool GraphIdentifierHasBeenSet() const
void SetState(const QueryStateInput &value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
AWS_NEPTUNEGRAPH_API ListQueriesRequest()
int GetMaxResults() const
AWS_NEPTUNEGRAPH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StateHasBeenSet() const
ListQueriesRequest & WithGraphIdentifier(const char *value)
void SetMaxResults(int value)
void SetGraphIdentifier(const char *value)
void SetGraphIdentifier(Aws::String &&value)
AWS_NEPTUNEGRAPH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetGraphIdentifier(const Aws::String &value)
bool MaxResultsHasBeenSet() const
ListQueriesRequest & WithState(const QueryStateInput &value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetGraphIdentifier() const
ListQueriesRequest & WithState(QueryStateInput &&value)
ListQueriesRequest & WithMaxResults(int value)
ListQueriesRequest & WithGraphIdentifier(Aws::String &&value)
void SetState(QueryStateInput &&value)
const QueryStateInput & GetState() const
ListQueriesRequest & WithGraphIdentifier(const Aws::String &value)
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String