@Generated(value="software.amazon.awssdk:codegen") public class TrustedAdvisorCostOptimizingSummary extends Object implements StructuredPojo, 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(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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() |
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<TrustedAdvisorCostOptimizingSummary.Builder,TrustedAdvisorCostOptimizingSummary>public static TrustedAdvisorCostOptimizingSummary.Builder builder()
public static Class<? extends TrustedAdvisorCostOptimizingSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.