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="2025-10-28T14:00:25.843-07:00")
public class ListCustomConfigurationsRequest
extends Object
The request object for the list custom configurations request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for pageSize.Getter for startingToken.inthashCode()voidsetPageSize(Integer pageSize) Setter for pageSize.voidsetStartingToken(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
-