@Generated(value="software.amazon.awssdk:codegen") public final class TrustedAdvisorCostOptimizingSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrustedAdvisorCostOptimizingSummary.Builder,TrustedAdvisorCostOptimizingSummary>
The estimated cost savings that might be realized if the recommended operations are taken.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrustedAdvisorCostOptimizingSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrustedAdvisorCostOptimizingSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Double |
estimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended operations are taken.
|
Double |
estimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended operations are taken.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrustedAdvisorCostOptimizingSummary.Builder> |
serializableBuilderClass() |
TrustedAdvisorCostOptimizingSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double estimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended operations are taken.
public final Double estimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended operations are taken.
public TrustedAdvisorCostOptimizingSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrustedAdvisorCostOptimizingSummary.Builder,TrustedAdvisorCostOptimizingSummary>public static TrustedAdvisorCostOptimizingSummary.Builder builder()
public static Class<? extends TrustedAdvisorCostOptimizingSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.