Class EBSSavingsOpportunityAfterDiscounts
- java.lang.Object
-
- software.amazon.awssdk.services.computeoptimizer.model.EBSSavingsOpportunityAfterDiscounts
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EBSSavingsOpportunityAfterDiscounts.Builder,EBSSavingsOpportunityAfterDiscounts>
@Generated("software.amazon.awssdk:codegen") public final class EBSSavingsOpportunityAfterDiscounts extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EBSSavingsOpportunityAfterDiscounts.Builder,EBSSavingsOpportunityAfterDiscounts>
Describes the savings opportunity for Amazon EBS volume recommendations after applying specific discounts.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEBSSavingsOpportunityAfterDiscounts.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EBSSavingsOpportunityAfterDiscounts.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EBSEstimatedMonthlySavingsestimatedMonthlySavings()The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Amazon EBS volume recommendations.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoublesavingsOpportunityPercentage()The estimated monthly savings possible as a percentage of monthly cost after applying the specific discounts.List<SdkField<?>>sdkFields()static Class<? extends EBSSavingsOpportunityAfterDiscounts.Builder>serializableBuilderClass()EBSSavingsOpportunityAfterDiscounts.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
-
savingsOpportunityPercentage
public final Double savingsOpportunityPercentage()
The estimated monthly savings possible as a percentage of monthly cost after applying the specific discounts. This saving can be achieved by adopting Compute Optimizer’s Amazon EBS volume recommendations.
- Returns:
- The estimated monthly savings possible as a percentage of monthly cost after applying the specific discounts. This saving can be achieved by adopting Compute Optimizer’s Amazon EBS volume recommendations.
-
estimatedMonthlySavings
public final EBSEstimatedMonthlySavings estimatedMonthlySavings()
The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Amazon EBS volume recommendations. This saving includes any applicable discounts.
- Returns:
- The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Amazon EBS volume recommendations. This saving includes any applicable discounts.
-
toBuilder
public EBSSavingsOpportunityAfterDiscounts.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EBSSavingsOpportunityAfterDiscounts.Builder,EBSSavingsOpportunityAfterDiscounts>
-
builder
public static EBSSavingsOpportunityAfterDiscounts.Builder builder()
-
serializableBuilderClass
public static Class<? extends EBSSavingsOpportunityAfterDiscounts.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.
-
-