Class TrustedAdvisorCostOptimizingSummary

    • Constructor Detail

      • TrustedAdvisorCostOptimizingSummary

        public TrustedAdvisorCostOptimizingSummary()
    • Method Detail

      • setEstimatedMonthlySavings

        public void setEstimatedMonthlySavings​(Double estimatedMonthlySavings)

        The estimated monthly savings that might be realized if the recommended actions are taken.

        Parameters:
        estimatedMonthlySavings - The estimated monthly savings that might be realized if the recommended actions are taken.
      • getEstimatedMonthlySavings

        public Double getEstimatedMonthlySavings()

        The estimated monthly savings that might be realized if the recommended actions are taken.

        Returns:
        The estimated monthly savings that might be realized if the recommended actions are taken.
      • withEstimatedMonthlySavings

        public TrustedAdvisorCostOptimizingSummary withEstimatedMonthlySavings​(Double estimatedMonthlySavings)

        The estimated monthly savings that might be realized if the recommended actions are taken.

        Parameters:
        estimatedMonthlySavings - The estimated monthly savings that might be realized if the recommended actions are taken.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEstimatedPercentMonthlySavings

        public void setEstimatedPercentMonthlySavings​(Double estimatedPercentMonthlySavings)

        The estimated percentage of savings that might be realized if the recommended actions are taken.

        Parameters:
        estimatedPercentMonthlySavings - The estimated percentage of savings that might be realized if the recommended actions are taken.
      • getEstimatedPercentMonthlySavings

        public Double getEstimatedPercentMonthlySavings()

        The estimated percentage of savings that might be realized if the recommended actions are taken.

        Returns:
        The estimated percentage of savings that might be realized if the recommended actions are taken.
      • withEstimatedPercentMonthlySavings

        public TrustedAdvisorCostOptimizingSummary withEstimatedPercentMonthlySavings​(Double estimatedPercentMonthlySavings)

        The estimated percentage of savings that might be realized if the recommended actions are taken.

        Parameters:
        estimatedPercentMonthlySavings - The estimated percentage of savings that might be realized if the recommended actions are taken.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object