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/GraphSummaryMode.h>
56 inline void SetGraphIdentifier(
const char* value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier.assign(value); }
77 bool m_graphIdentifierHasBeenSet =
false;
80 bool m_modeHasBeenSet =
false;
GetGraphSummaryRequest & WithGraphIdentifier(const Aws::String &value)
bool GraphIdentifierHasBeenSet() const
void SetMode(const GraphSummaryMode &value)
GetGraphSummaryRequest & WithMode(const GraphSummaryMode &value)
GetGraphSummaryRequest & WithMode(GraphSummaryMode &&value)
GetGraphSummaryRequest & WithGraphIdentifier(const char *value)
void SetMode(GraphSummaryMode &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetGraphIdentifier() const
void SetGraphIdentifier(Aws::String &&value)
bool ModeHasBeenSet() const
const GraphSummaryMode & GetMode() const
GetGraphSummaryRequest & WithGraphIdentifier(Aws::String &&value)
AWS_NEPTUNEGRAPH_API GetGraphSummaryRequest()
AWS_NEPTUNEGRAPH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
void SetGraphIdentifier(const Aws::String &value)
void SetGraphIdentifier(const char *value)
AWS_NEPTUNEGRAPH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() 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