Class ListBackupsRequest

java.lang.Object
com.cloudera.cdp.dw.model.ListBackupsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:38.977-08:00") public class ListBackupsRequest extends Object
Request object for the list backups request.
  • Constructor Details

    • ListBackupsRequest

      public ListBackupsRequest()
  • Method Details

    • getBackupName

      public String getBackupName()
      Getter for backupName. Specified name for the backup. If not present, this filter is not used.
    • setBackupName

      public void setBackupName(String backupName)
      Setter for backupName. Specified name for the backup. If not present, this filter is not used.
    • getJobStates

      public List<String> getJobStates()
      Getter for jobStates. The job states we need to filter by. If not present, this filter is not used.
    • setJobStates

      public void setJobStates(List<String> jobStates)
      Setter for jobStates. The job states we need to filter by. If not present, this filter is not used.
    • getIncludeAutomaticBackups

      public Boolean getIncludeAutomaticBackups()
      Getter for includeAutomaticBackups. Decides whether automatic (system-generated) backups should be listed or not. Value is true by default.
    • setIncludeAutomaticBackups

      public void setIncludeAutomaticBackups(Boolean includeAutomaticBackups)
      Setter for includeAutomaticBackups. Decides whether automatic (system-generated) backups should be listed or not. Value is true by default.
    • 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