@Generated(value="software.amazon.awssdk:codegen") public final class RightsizingRecommendationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RightsizingRecommendationSummary.Builder,RightsizingRecommendationSummary>
The 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()
The 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 Amazon Web Services used to calculate the savings.
|
String |
savingsPercentage()
The savings percentage based on the recommended modifications.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RightsizingRecommendationSummary.Builder> |
serializableBuilderClass() |
RightsizingRecommendationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
totalRecommendationCount()
The total number of instance recommendations.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String totalRecommendationCount()
The total number of instance recommendations.
public final String estimatedTotalMonthlySavingsAmount()
The estimated total savings resulting from modifications, on a monthly basis.
public final String savingsCurrencyCode()
The currency code that Amazon Web Services used to calculate the savings.
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.
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 © 2022. All rights reserved.