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 Details

    • CreateBackupRequest

      public CreateBackupRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object