Class RecommendationDetailHourlyMetrics

    • Method Detail

      • startTime

        public final String startTime()
        Returns the value of the StartTime property for this object.
        Returns:
        The value of the StartTime property for this object.
      • estimatedOnDemandCost

        public final String estimatedOnDemandCost()

        The remaining On-Demand cost estimated to not be covered by the recommended Savings Plan, over the length of the lookback period.

        Returns:
        The remaining On-Demand cost estimated to not be covered by the recommended Savings Plan, over the length of the lookback period.
      • currentCoverage

        public final String currentCoverage()

        The current amount of Savings Plans eligible usage that the Savings Plan covered.

        Returns:
        The current amount of Savings Plans eligible usage that the Savings Plan covered.
      • estimatedCoverage

        public final String estimatedCoverage()

        The estimated coverage amount based on the recommended Savings Plan.

        Returns:
        The estimated coverage amount based on the recommended Savings Plan.
      • estimatedNewCommitmentUtilization

        public final String estimatedNewCommitmentUtilization()

        The estimated utilization for the recommended Savings Plan.

        Returns:
        The estimated utilization for the recommended 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)