7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
14namespace NeptuneGraph {
42 template <
typename GraphIdentifierT = Aws::String>
44 m_graphIdentifierHasBeenSet =
true;
45 m_graphIdentifier = std::forward<GraphIdentifierT>(value);
47 template <
typename GraphIdentifierT = Aws::String>
63 m_skipSnapshotHasBeenSet =
true;
64 m_skipSnapshot = value;
74 bool m_skipSnapshot{
false};
75 bool m_graphIdentifierHasBeenSet =
false;
76 bool m_skipSnapshotHasBeenSet =
false;
bool SkipSnapshotHasBeenSet() const
ResetGraphRequest & WithGraphIdentifier(GraphIdentifierT &&value)
bool GraphIdentifierHasBeenSet() const
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetGraphIdentifier(GraphIdentifierT &&value)
const Aws::String & GetGraphIdentifier() const
bool GetSkipSnapshot() const
void SetSkipSnapshot(bool value)
AWS_NEPTUNEGRAPH_API ResetGraphRequest()=default
ResetGraphRequest & WithSkipSnapshot(bool value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String