Class ListBackupsRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07: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.
    • 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