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;
bool GraphIdentifierHasBeenSet() const
void SetQueryId(Aws::String &&value)
void SetQueryId(const Aws::String &value)
GetQueryRequest & WithGraphIdentifier(const char *value)
void SetGraphIdentifier(Aws::String &&value)
void SetGraphIdentifier(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_NEPTUNEGRAPH_API GetQueryRequest()
GetQueryRequest & WithGraphIdentifier(Aws::String &&value)
GetQueryRequest & WithGraphIdentifier(const Aws::String &value)
GetQueryRequest & WithQueryId(const char *value)
AWS_NEPTUNEGRAPH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetQueryRequest & WithQueryId(const Aws::String &value)
const Aws::String & GetQueryId() const
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
GetQueryRequest & WithQueryId(Aws::String &&value)
bool QueryIdHasBeenSet() const
void SetGraphIdentifier(const char *value)
const Aws::String & GetGraphIdentifier() const
void SetQueryId(const char *value)
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String