Class CreateBackupRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-06-05T15:30:57.248-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.
      • getNamespaceNames

        public List<String> 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

        public void setNamespaceNames​(List<String> namespaceNames)
        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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object