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