Class RightsizingRecommendationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.costexplorer.model.RightsizingRecommendationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RightsizingRecommendationSummary.Builder,RightsizingRecommendationSummary>
@Generated("software.amazon.awssdk:codegen") public final class RightsizingRecommendationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RightsizingRecommendationSummary.Builder,RightsizingRecommendationSummary>
The summary of rightsizing recommendations
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRightsizingRecommendationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RightsizingRecommendationSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringestimatedTotalMonthlySavingsAmount()The estimated total savings resulting from modifications, on a monthly basis.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringsavingsCurrencyCode()The currency code that Amazon Web Services used to calculate the savings.StringsavingsPercentage()The savings percentage based on the recommended modifications.List<SdkField<?>>sdkFields()static Class<? extends RightsizingRecommendationSummary.Builder>serializableBuilderClass()RightsizingRecommendationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtotalRecommendationCount()The total number of instance recommendations.-
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
-
totalRecommendationCount
public final String totalRecommendationCount()
The total number of instance recommendations.
- Returns:
- The total number of instance recommendations.
-
estimatedTotalMonthlySavingsAmount
public final String estimatedTotalMonthlySavingsAmount()
The estimated total savings resulting from modifications, on a monthly basis.
- Returns:
- The estimated total savings resulting from modifications, on a monthly basis.
-
savingsCurrencyCode
public final String savingsCurrencyCode()
The currency code that Amazon Web Services used to calculate the savings.
- Returns:
- The currency code that Amazon Web Services used to calculate the savings.
-
savingsPercentage
public final String savingsPercentage()
The savings percentage based on the recommended modifications. It's relative to the total On-Demand costs that are associated with these instances.
- Returns:
- The savings percentage based on the recommended modifications. It's relative to the total On-Demand costs that are associated with these instances.
-
toBuilder
public RightsizingRecommendationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RightsizingRecommendationSummary.Builder,RightsizingRecommendationSummary>
-
builder
public static RightsizingRecommendationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends RightsizingRecommendationSummary.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.
-
-