7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
48 void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT&& value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier = std::forward<DBClusterSnapshotIdentifierT>(value); }
49 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
55 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
const Aws::String & GetDBClusterSnapshotIdentifier() const
DeleteDBClusterSnapshotRequest & WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
bool DBClusterSnapshotIdentifierHasBeenSet() const
AWS_NEPTUNE_API DeleteDBClusterSnapshotRequest()=default
void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&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