7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename SnapshotIdentifierT = Aws::String>
46 void SetSnapshotIdentifier(SnapshotIdentifierT&& value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier = std::forward<SnapshotIdentifierT>(value); }
47 template<
typename SnapshotIdentifierT = Aws::String>
53 bool m_snapshotIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
DeleteGraphSnapshotRequest & WithSnapshotIdentifier(SnapshotIdentifierT &&value)
AWS_NEPTUNEGRAPH_API DeleteGraphSnapshotRequest()=default
void SetSnapshotIdentifier(SnapshotIdentifierT &&value)
bool SnapshotIdentifierHasBeenSet() const
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
const Aws::String & GetSnapshotIdentifier() const
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String