Package com.cloudera.cdp.dw.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupName.Getter for jobStates.int
hashCode()
void
setBackupName
(String backupName) Setter for backupName.void
setJobStates
(List<String> jobStates) Setter for jobStates.toString()
-
Constructor Details
-
ListBackupsRequest
public ListBackupsRequest()
-
-
Method Details
-
getBackupName
Getter for backupName. Specified name for the backup. If not present, this filter is not used. -
setBackupName
Setter for backupName. Specified name for the backup. If not present, this filter is not used. -
getJobStates
Getter for jobStates. The job states we need to filter by. If not present, this filter is not used. -
setJobStates
Setter for jobStates. The job states we need to filter by. If not present, this filter is not used. -
equals
-
hashCode
public int hashCode() -
toString
-