Class RecommendationCostOptimizingAggregates
- java.lang.Object
-
- software.amazon.awssdk.services.trustedadvisor.model.RecommendationCostOptimizingAggregates
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecommendationCostOptimizingAggregates.Builder,RecommendationCostOptimizingAggregates>
@Generated("software.amazon.awssdk:codegen") public final class RecommendationCostOptimizingAggregates extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendationCostOptimizingAggregates.Builder,RecommendationCostOptimizingAggregates>
Cost optimizing aggregates for a Recommendation
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecommendationCostOptimizingAggregates.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecommendationCostOptimizingAggregates.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)DoubleestimatedMonthlySavings()The estimated monthly savingsDoubleestimatedPercentMonthlySavings()The estimated percently monthly savings<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RecommendationCostOptimizingAggregates.Builder>serializableBuilderClass()RecommendationCostOptimizingAggregates.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
- Returns:
- The estimated monthly savings
-
estimatedPercentMonthlySavings
public final Double estimatedPercentMonthlySavings()
The estimated percently monthly savings
- Returns:
- The estimated percently monthly savings
-
toBuilder
public RecommendationCostOptimizingAggregates.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecommendationCostOptimizingAggregates.Builder,RecommendationCostOptimizingAggregates>
-
builder
public static RecommendationCostOptimizingAggregates.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecommendationCostOptimizingAggregates.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.
-
-