Package com.cloudera.cdp.dw.model
Class RestoreBackupRequest
java.lang.Object
com.cloudera.cdp.dw.model.RestoreBackupRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class RestoreBackupRequest
extends Object
Request object for the restore backup request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupCrn.Getter for namespaceNames.int
hashCode()
void
setBackupCrn
(String backupCrn) Setter for backupCrn.void
setNamespaceNames
(List<String> namespaceNames) Setter for namespaceNames.toString()
-
Constructor Details
-
RestoreBackupRequest
public RestoreBackupRequest()
-
-
Method Details
-
getBackupCrn
Getter for backupCrn. The CRN of the backup. -
setBackupCrn
Setter for backupCrn. The CRN of the backup. -
getNamespaceNames
Getter for namespaceNames. A list of namespaces of the potential candidates for restore. If not set, all of the Data Warehouse namespaces within the backup CRN will be restored. -
setNamespaceNames
Setter for namespaceNames. A list of namespaces of the potential candidates for restore. If not set, all of the Data Warehouse namespaces within the backup CRN will be restored. -
equals
-
hashCode
public int hashCode() -
toString
-