Class RecommendationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.costoptimizationhub.model.RecommendationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecommendationSummary.Builder,RecommendationSummary>
@Generated("software.amazon.awssdk:codegen") public final class RecommendationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendationSummary.Builder,RecommendationSummary>
The summary of rightsizing recommendations, including de-duped savings from all types of recommendations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecommendationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecommendationSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)DoubleestimatedMonthlySavings()The estimated total savings resulting from modifications, on a monthly basis.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)Stringgroup()The grouping of recommendations.inthashCode()IntegerrecommendationCount()The total number of instance recommendations.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RecommendationSummary.Builder>serializableBuilderClass()RecommendationSummary.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
-
group
public final String group()
The grouping of recommendations.
- Returns:
- The grouping of recommendations.
-
estimatedMonthlySavings
public final Double estimatedMonthlySavings()
The estimated total savings resulting from modifications, on a monthly basis.
- Returns:
- The estimated total savings resulting from modifications, on a monthly basis.
-
recommendationCount
public final Integer recommendationCount()
The total number of instance recommendations.
- Returns:
- The total number of instance recommendations.
-
toBuilder
public RecommendationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecommendationSummary.Builder,RecommendationSummary>
-
builder
public static RecommendationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecommendationSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-