Package com.cloudera.cdp.dw.model
Class CreateBackupRequest
java.lang.Object
com.cloudera.cdp.dw.model.CreateBackupRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class CreateBackupRequest
extends Object
Request object for the create backup request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupName.Getter for namespaceNames.int
hashCode()
void
setBackupName
(String backupName) Setter for backupName.void
setNamespaceNames
(List<String> namespaceNames) Setter for namespaceNames.toString()
-
Constructor Details
-
CreateBackupRequest
public CreateBackupRequest()
-
-
Method Details
-
getBackupName
Getter for backupName. Specified name for the backup. If not set, the name will be blank. -
setBackupName
Setter for backupName. Specified name for the backup. If not set, the name will be blank. -
getNamespaceNames
Getter for namespaceNames. A list of namespace of the potential candidates for backup. If not set, all of the Data Warehouse namespaces will be backed up. -
setNamespaceNames
Setter for namespaceNames. A list of namespace of the potential candidates for backup. If not set, all of the Data Warehouse namespaces will be backed up. -
equals
-
hashCode
public int hashCode() -
toString
-