@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 actions 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) |
Double |
estimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended actions are taken.
|
Double |
estimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended actions 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() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Double estimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended actions are taken.
public Double estimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended actions 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()
Copyright © 2018. All rights reserved.