7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetGraphIdentifier(
const char* value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier.assign(value); }
63 inline void SetQueryId(
const char* value) { m_queryIdHasBeenSet =
true; m_queryId.assign(value); }
71 bool m_graphIdentifierHasBeenSet =
false;
74 bool m_queryIdHasBeenSet =
false;
AWS_NEPTUNEGRAPH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool QueryIdHasBeenSet() const
CancelQueryRequest & WithQueryId(Aws::String &&value)
AWS_NEPTUNEGRAPH_API CancelQueryRequest()
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
void SetGraphIdentifier(Aws::String &&value)
CancelQueryRequest & WithQueryId(const char *value)
const Aws::String & GetQueryId() const
const Aws::String & GetGraphIdentifier() const
void SetGraphIdentifier(const char *value)
CancelQueryRequest & WithGraphIdentifier(const Aws::String &value)
void SetQueryId(Aws::String &&value)
void SetGraphIdentifier(const Aws::String &value)
bool GraphIdentifierHasBeenSet() const
CancelQueryRequest & WithQueryId(const Aws::String &value)
CancelQueryRequest & WithGraphIdentifier(Aws::String &&value)
CancelQueryRequest & WithGraphIdentifier(const char *value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetQueryId(const char *value)
void SetQueryId(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