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