Class ListRecommendationsRequest

    • Method Detail

      • filter

        public final Filter filter()

        The constraints that you want all returned recommendations to match.

        Returns:
        The constraints that you want all returned recommendations to match.
      • includeAllRecommendations

        public final Boolean includeAllRecommendations()

        List of all recommendations for a resource, or a single recommendation if de-duped by resourceId.

        Returns:
        List of all recommendations for a resource, or a single recommendation if de-duped by resourceId.
      • maxResults

        public final Integer maxResults()

        The maximum number of recommendations that are returned for the request.

        Returns:
        The maximum number of recommendations that are returned for the request.
      • nextToken

        public final String nextToken()

        The token to retrieve the next set of results.

        Returns:
        The token to retrieve the next set of results.
      • orderBy

        public final OrderBy orderBy()

        The ordering of recommendations by a dimension.

        Returns:
        The ordering of recommendations by a dimension.
      • 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