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 Details

    • ListCustomConfigurationsRequest

      public ListCustomConfigurationsRequest()
  • Method Details

    • getPageSize

      public Integer getPageSize()
      Getter for pageSize. The size of each page.
    • setPageSize

      public void setPageSize(Integer pageSize)
      Setter for pageSize. The size of each page.
    • getStartingToken

      public String getStartingToken()
      Getter for startingToken. A token to specify where to start paginating. This is the nextToken from a previously truncated response.
    • setStartingToken

      public void setStartingToken(String startingToken)
      Setter for startingToken. A token to specify where to start paginating. This is the nextToken from a previously truncated response.
    • 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