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 inline void SetGraphIdentifier(
const char* value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier.assign(value); }
55 bool m_graphIdentifierHasBeenSet =
false;
bool GraphIdentifierHasBeenSet() const
GetGraphRequest & WithGraphIdentifier(const char *value)
void SetGraphIdentifier(const Aws::String &value)
const Aws::String & GetGraphIdentifier() const
void SetGraphIdentifier(Aws::String &&value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
GetGraphRequest & WithGraphIdentifier(Aws::String &&value)
GetGraphRequest & WithGraphIdentifier(const Aws::String &value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
void SetGraphIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_NEPTUNEGRAPH_API GetGraphRequest()
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String