Class RightsizingRecommendationSummary

    • Method Detail

      • totalRecommendationCount

        public final String totalRecommendationCount()

        The total number of instance recommendations.

        Returns:
        The total number of instance recommendations.
      • estimatedTotalMonthlySavingsAmount

        public final String estimatedTotalMonthlySavingsAmount()

        The estimated total savings resulting from modifications, on a monthly basis.

        Returns:
        The estimated total savings resulting from modifications, on a monthly basis.
      • savingsCurrencyCode

        public final String savingsCurrencyCode()

        The currency code that Amazon Web Services used to calculate the savings.

        Returns:
        The currency code that Amazon Web Services used to calculate the savings.
      • savingsPercentage

        public final String savingsPercentage()

        The savings percentage based on the recommended modifications. It's relative to the total On-Demand costs that are associated with these instances.

        Returns:
        The savings percentage based on the recommended modifications. It's relative to the total On-Demand costs that are associated with these instances.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)