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