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="2023-09-14T10:47:17.249-07:00") public class CreateBackupRequest extends Object
Request object for the create backup request.
-
-
Constructor Summary
Constructors Constructor Description CreateBackupRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBackupName()
Getter for backupName.String
getNamespaceName()
Getter for namespaceName.int
hashCode()
void
setBackupName(String backupName)
Setter for backupName.void
setNamespaceName(String namespaceName)
Setter for namespaceName.String
toString()
-
-
-
Method Detail
-
getBackupName
public String getBackupName()
Getter for backupName. Specified name for the backup. If not set, the name will be blank.
-
setBackupName
public void setBackupName(String backupName)
Setter for backupName. Specified name for the backup. If not set, the name will be blank.
-
getNamespaceName
public String getNamespaceName()
Getter for namespaceName. Namespace of the potential candidate for backup. If not set, all of the Data Warehouse namespaces will be backed up.
-
setNamespaceName
public void setNamespaceName(String namespaceName)
Setter for namespaceName. Namespace of the potential candidate for backup. If not set, all of the Data Warehouse namespaces will be backed up.
-
-