Class ListCustomConfigurationsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class ListCustomConfigurationsResponse
    extends CdpResponse
    The response object for the list custom configurations request.
    • Constructor Detail

      • ListCustomConfigurationsResponse

        public ListCustomConfigurationsResponse()
    • Method Detail

      • getCustomConfigurations

        public List<CustomConfigurations> getCustomConfigurations()
        Getter for customConfigurations. The list of custom configurations.
      • setCustomConfigurations

        public void setCustomConfigurations​(List<CustomConfigurations> customConfigurations)
        Setter for customConfigurations. The list of custom configurations.
      • getNextToken

        public String getNextToken()
        Getter for nextToken. The token to use when requesting the next set of results. If not present, there are no additional results.
      • setNextToken

        public void setNextToken​(String nextToken)
        Setter for nextToken. The token to use when requesting the next set of results. If not present, there are no additional results.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object