@Generated(value="software.amazon.awssdk:codegen") public final class RightsizingRecommendationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RightsizingRecommendationSummary.Builder,RightsizingRecommendationSummary>
Summary of rightsizing recommendations
| Modifier and Type | Class and Description |
|---|---|
static interface |
RightsizingRecommendationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RightsizingRecommendationSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
estimatedTotalMonthlySavingsAmount()
Estimated total savings resulting from modifications, on a monthly basis.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
savingsCurrencyCode()
The currency code that AWS used to calculate the savings.
|
String |
savingsPercentage()
Savings percentage based on the recommended modifications, relative to the total On-Demand costs associated with
these instances.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RightsizingRecommendationSummary.Builder> |
serializableBuilderClass() |
RightsizingRecommendationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
totalRecommendationCount()
Total number of instance recommendations.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String totalRecommendationCount()
Total number of instance recommendations.
public final String estimatedTotalMonthlySavingsAmount()
Estimated total savings resulting from modifications, on a monthly basis.
public final String savingsCurrencyCode()
The currency code that AWS used to calculate the savings.
public final String savingsPercentage()
Savings percentage based on the recommended modifications, relative to the total On-Demand costs associated with these instances.
public RightsizingRecommendationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RightsizingRecommendationSummary.Builder,RightsizingRecommendationSummary>public static RightsizingRecommendationSummary.Builder builder()
public static Class<? extends RightsizingRecommendationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.