Package com.cloudera.cdp.dw.model
Class ListClusterDiagnosticDataJobsRequest
java.lang.Object
com.cloudera.cdp.dw.model.ListClusterDiagnosticDataJobsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ListClusterDiagnosticDataJobsRequest
extends Object
Request object for the listClusterDiagnosticDataJobs method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterId.Getter for pageSize.Getter for startingToken.Getter for status.int
hashCode()
void
setClusterId
(String clusterId) Setter for clusterId.void
setPageSize
(Integer pageSize) Setter for pageSize.void
setStartingToken
(String startingToken) Setter for startingToken.void
Setter for status.toString()
-
Constructor Details
-
ListClusterDiagnosticDataJobsRequest
public ListClusterDiagnosticDataJobsRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. ID of the Cluster. -
setClusterId
Setter for clusterId. ID of the Cluster. -
getStatus
Getter for status. Filter for job status, only those jobs will be returned which have the given status. -
setStatus
Setter for status. Filter for job status, only those jobs will be returned which have the given status. -
getPageSize
Getter for pageSize. The size of each page. -
setPageSize
Setter for pageSize. The size of each page. -
getStartingToken
Getter for startingToken. A token to specify where to start paginating. This is the nextToken from a previously truncated response. -
setStartingToken
Setter for startingToken. A token to specify where to start paginating. This is the nextToken from a previously truncated response. -
equals
-
hashCode
public int hashCode() -
toString
-