Class 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 Detail

      • CreateBackupRequest

        public CreateBackupRequest()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object