Class SavingsPlansPricing

    • Method Detail

      • estimatedMonthlyCommitment

        public final Double estimatedMonthlyCommitment()

        Estimated monthly commitment for the Savings Plan.

        Returns:
        Estimated monthly commitment for the Savings Plan.
      • estimatedOnDemandCost

        public final Double estimatedOnDemandCost()

        Estimated On-Demand cost you will pay after buying the Savings Plan.

        Returns:
        Estimated On-Demand cost you will pay after buying the Savings Plan.
      • monthlySavingsPlansEligibleCost

        public final Double monthlySavingsPlansEligibleCost()

        The cost of paying for the recommended Savings Plan monthly.

        Returns:
        The cost of paying for the recommended Savings Plan monthly.
      • savingsPercentage

        public final Double savingsPercentage()

        Estimated savings as a percentage of your overall costs after buying the Savings Plan.

        Returns:
        Estimated savings as a percentage of your overall costs after buying the Savings Plan.
      • 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)