Class ListRecipesRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in this request.

        Returns:
        The maximum number of results to return in this request.
      • nextToken

        public final String nextToken()

        The token returned by a previous call to retrieve the next set of results.

        Returns:
        The token returned by a previous call to retrieve the next set of results.
      • recipeVersion

        public final String recipeVersion()

        Return only those recipes with a version identifier of LATEST_WORKING or LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns all of the LATEST_PUBLISHED recipe versions.

        Valid values: LATEST_WORKING | LATEST_PUBLISHED

        Returns:
        Return only those recipes with a version identifier of LATEST_WORKING or LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns all of the LATEST_PUBLISHED recipe versions.

        Valid values: LATEST_WORKING | LATEST_PUBLISHED

      • 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