7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename GraphIdentifierT = Aws::String>
48 void SetGraphIdentifier(GraphIdentifierT&& value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier = std::forward<GraphIdentifierT>(value); }
49 template<
typename GraphIdentifierT = Aws::String>
59 template<
typename QueryIdT = Aws::String>
60 void SetQueryId(QueryIdT&& value) { m_queryIdHasBeenSet =
true; m_queryId = std::forward<QueryIdT>(value); }
61 template<
typename QueryIdT = Aws::String>
67 bool m_graphIdentifierHasBeenSet =
false;
70 bool m_queryIdHasBeenSet =
false;
AWS_NEPTUNEGRAPH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool QueryIdHasBeenSet() const
void SetGraphIdentifier(GraphIdentifierT &&value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
void SetQueryId(QueryIdT &&value)
const Aws::String & GetQueryId() const
const Aws::String & GetGraphIdentifier() const
AWS_NEPTUNEGRAPH_API CancelQueryRequest()=default
bool GraphIdentifierHasBeenSet() const
CancelQueryRequest & WithQueryId(QueryIdT &&value)
CancelQueryRequest & WithGraphIdentifier(GraphIdentifierT &&value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String