@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrustedAdvisorCostOptimizingSummary extends Object implements Serializable, Cloneable, StructuredPojo
The estimated cost savings that might be realized if the recommended actions are taken.
Constructor and Description |
---|
TrustedAdvisorCostOptimizingSummary() |
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorCostOptimizingSummary |
clone() |
boolean |
equals(Object obj) |
Double |
getEstimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended actions are taken.
|
Double |
getEstimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended actions are taken.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended actions are taken.
|
void |
setEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended actions are taken.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TrustedAdvisorCostOptimizingSummary |
withEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended actions are taken.
|
TrustedAdvisorCostOptimizingSummary |
withEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended actions are taken.
|
public void setEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended actions are taken.
estimatedMonthlySavings
- The estimated monthly savings that might be realized if the recommended actions are taken.public Double getEstimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended actions are taken.
public TrustedAdvisorCostOptimizingSummary withEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended actions are taken.
estimatedMonthlySavings
- The estimated monthly savings that might be realized if the recommended actions are taken.public void setEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended actions are taken.
estimatedPercentMonthlySavings
- The estimated percentage of savings that might be realized if the recommended actions are taken.public Double getEstimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended actions are taken.
public TrustedAdvisorCostOptimizingSummary withEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended actions are taken.
estimatedPercentMonthlySavings
- The estimated percentage of savings that might be realized if the recommended actions are taken.public String toString()
toString
in class Object
Object.toString()
public TrustedAdvisorCostOptimizingSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.