7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
52 void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT&& value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier = std::forward<DBClusterSnapshotIdentifierT>(value); }
53 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
59 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
const Aws::String & GetDBClusterSnapshotIdentifier() const
AWS_DOCDB_API DeleteDBClusterSnapshotRequest()=default
virtual const char * GetServiceRequestName() const override
DeleteDBClusterSnapshotRequest & WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
bool DBClusterSnapshotIdentifierHasBeenSet() const
AWS_DOCDB_API Aws::String SerializePayload() const override
void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String