Package com.cloudera.cdp.datahub.model
Class ListCustomConfigurationsRequest
java.lang.Object
com.cloudera.cdp.datahub.model.ListCustomConfigurationsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class ListCustomConfigurationsRequest
extends Object
The request object for the list custom configurations request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for pageSize.Getter for startingToken.int
hashCode()
void
setPageSize
(Integer pageSize) Setter for pageSize.void
setStartingToken
(String startingToken) Setter for startingToken.toString()
-
Constructor Details
-
ListCustomConfigurationsRequest
public ListCustomConfigurationsRequest()
-
-
Method Details
-
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
-