@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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TrustedAdvisorCostOptimizingSummary.Builder,TrustedAdvisorCostOptimizingSummary>
public static TrustedAdvisorCostOptimizingSummary.Builder builder()
public static Class<? extends TrustedAdvisorCostOptimizingSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.