Class ListRecipesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        A token returned from the previous call to ListRecipes for getting the next set of recipes (if they exist).

        Returns:
        A token returned from the previous call to ListRecipes for getting the next set of recipes (if they exist).
      • maxResults

        public final Integer maxResults()

        The maximum number of recipes to return.

        Returns:
        The maximum number of recipes to return.
      • domain

        public final Domain domain()

        Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases) for this domain are included in the response. If you don't specify a domain, all recipes are returned.

        If the service returns an enum value that is not available in the current SDK version, domain will return Domain.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from domainAsString().

        Returns:
        Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases) for this domain are included in the response. If you don't specify a domain, all recipes are returned.
        See Also:
        Domain
      • domainAsString

        public final String domainAsString()

        Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases) for this domain are included in the response. If you don't specify a domain, all recipes are returned.

        If the service returns an enum value that is not available in the current SDK version, domain will return Domain.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from domainAsString().

        Returns:
        Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases) for this domain are included in the response. If you don't specify a domain, all recipes are returned.
        See Also:
        Domain
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object