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>
54 template<
typename GraphIdentifierT = Aws::String>
55 void SetGraphIdentifier(GraphIdentifierT&& value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier = std::forward<GraphIdentifierT>(value); }
56 template<
typename GraphIdentifierT = Aws::String>
73 bool m_graphIdentifierHasBeenSet =
false;
76 bool m_modeHasBeenSet =
false;
bool GraphIdentifierHasBeenSet() const
GraphSummaryMode GetMode() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetGraphIdentifier() const
bool ModeHasBeenSet() const
GetGraphSummaryRequest & WithGraphIdentifier(GraphIdentifierT &&value)
void SetMode(GraphSummaryMode value)
AWS_NEPTUNEGRAPH_API GetGraphSummaryRequest()=default
GetGraphSummaryRequest & WithMode(GraphSummaryMode value)
AWS_NEPTUNEGRAPH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
AWS_NEPTUNEGRAPH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetGraphIdentifier(GraphIdentifierT &&value)
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