@Generated(value="software.amazon.awssdk:codegen") public class TrustedAdvisorCostOptimizingSummary extends Object implements software.amazon.awssdk.core.protocol.StructuredPojo, software.amazon.awssdk.utils.builder.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() |
void |
marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller) |
static Class<? extends TrustedAdvisorCostOptimizingSummary.Builder> |
serializableBuilderClass() |
TrustedAdvisorCostOptimizingSummary.Builder |
toBuilder() |
String |
toString() |
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<TrustedAdvisorCostOptimizingSummary.Builder,TrustedAdvisorCostOptimizingSummary>public static TrustedAdvisorCostOptimizingSummary.Builder builder()
public static Class<? extends TrustedAdvisorCostOptimizingSummary.Builder> serializableBuilderClass()
public void marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
marshall in interface software.amazon.awssdk.core.protocol.StructuredPojoCopyright © 2018. All rights reserved.