7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetDBClusterSnapshotIdentifier(
const char* value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier.assign(value); }
57 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
AWS_NEPTUNE_API DeleteDBClusterSnapshotRequest()
const Aws::String & GetDBClusterSnapshotIdentifier() const
void SetDBClusterSnapshotIdentifier(const char *value)
DeleteDBClusterSnapshotRequest & WithDBClusterSnapshotIdentifier(const char *value)
bool DBClusterSnapshotIdentifierHasBeenSet() const
DeleteDBClusterSnapshotRequest & WithDBClusterSnapshotIdentifier(const Aws::String &value)
void SetDBClusterSnapshotIdentifier(const Aws::String &value)
DeleteDBClusterSnapshotRequest & WithDBClusterSnapshotIdentifier(Aws::String &&value)
void SetDBClusterSnapshotIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_NEPTUNE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String