7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetGraphIdentifier(
const char* value) { m_graphIdentifierHasBeenSet =
true; m_graphIdentifier.assign(value); }
68 inline void SetSkipSnapshot(
bool value) { m_skipSnapshotHasBeenSet =
true; m_skipSnapshot = value; }
74 bool m_graphIdentifierHasBeenSet =
false;
77 bool m_skipSnapshotHasBeenSet =
false;
bool SkipSnapshotHasBeenSet() const
void SetGraphIdentifier(const Aws::String &value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
const Aws::String & GetGraphIdentifier() const
DeleteGraphRequest & WithGraphIdentifier(const char *value)
AWS_NEPTUNEGRAPH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetSkipSnapshot(bool value)
DeleteGraphRequest & WithGraphIdentifier(Aws::String &&value)
void SetGraphIdentifier(const char *value)
bool GraphIdentifierHasBeenSet() const
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
AWS_NEPTUNEGRAPH_API DeleteGraphRequest()
DeleteGraphRequest & WithGraphIdentifier(const Aws::String &value)
DeleteGraphRequest & WithSkipSnapshot(bool value)
bool GetSkipSnapshot() const
void SetGraphIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String