Class GetRightsizingRecommendationRequest

    • Method Detail

      • filter

        public final Expression filter()
        Returns the value of the Filter property for this object.
        Returns:
        The value of the Filter property for this object.
      • configuration

        public final RightsizingRecommendationConfiguration configuration()

        You can use Configuration to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings that are associated with recommendations with consideration of existing Savings Plans or RI benefits, or neither.

        Returns:
        You can use Configuration to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings that are associated with recommendations with consideration of existing Savings Plans or RI benefits, or neither.
      • service

        public final String service()

        The specific service that you want recommendations for. The only valid value for GetRightsizingRecommendation is "AmazonEC2".

        Returns:
        The specific service that you want recommendations for. The only valid value for GetRightsizingRecommendation is "AmazonEC2".
      • pageSize

        public final Integer pageSize()

        The number of recommendations that you want returned in a single response object.

        Returns:
        The number of recommendations that you want returned in a single response object.
      • nextPageToken

        public final String nextPageToken()

        The pagination token that indicates the next set of results that you want to retrieve.

        Returns:
        The pagination token that indicates the next set of results that you want to retrieve.
      • 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