Class TrustedAdvisorCostOptimizingSummary
- java.lang.Object
-
- software.amazon.awssdk.services.support.model.TrustedAdvisorCostOptimizingSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrustedAdvisorCostOptimizingSummary.Builder,TrustedAdvisorCostOptimizingSummary>
@Generated("software.amazon.awssdk:codegen") public final class TrustedAdvisorCostOptimizingSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrustedAdvisorCostOptimizingSummary.Builder,TrustedAdvisorCostOptimizingSummary>
The estimated cost savings that might be realized if the recommended operations are taken.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTrustedAdvisorCostOptimizingSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrustedAdvisorCostOptimizingSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)DoubleestimatedMonthlySavings()The estimated monthly savings that might be realized if the recommended operations are taken.DoubleestimatedPercentMonthlySavings()The estimated percentage of savings that might be realized if the recommended operations are taken.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TrustedAdvisorCostOptimizingSummary.Builder>serializableBuilderClass()TrustedAdvisorCostOptimizingSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
estimatedMonthlySavings
public final Double estimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended operations are taken.
- Returns:
- The estimated monthly savings that might be realized if the recommended operations are taken.
-
estimatedPercentMonthlySavings
public final Double estimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended operations are taken.
- Returns:
- The estimated percentage of savings that might be realized if the recommended operations are taken.
-
toBuilder
public TrustedAdvisorCostOptimizingSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TrustedAdvisorCostOptimizingSummary.Builder,TrustedAdvisorCostOptimizingSummary>
-
builder
public static TrustedAdvisorCostOptimizingSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TrustedAdvisorCostOptimizingSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-