@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 operations 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 operations are taken.
|
Double |
getEstimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended operations 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 operations are taken.
|
void |
setEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended operations are taken.
|
String |
toString()
Returns a string representation of this object.
|
TrustedAdvisorCostOptimizingSummary |
withEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended operations are taken.
|
TrustedAdvisorCostOptimizingSummary |
withEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended operations are taken.
|
public void setEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended operations are taken.
estimatedMonthlySavings
- The estimated monthly savings that might be realized if the recommended operations are taken.public Double getEstimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended operations are taken.
public TrustedAdvisorCostOptimizingSummary withEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended operations are taken.
estimatedMonthlySavings
- The estimated monthly savings that might be realized if the recommended operations are taken.public void setEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended operations are taken.
estimatedPercentMonthlySavings
- The estimated percentage of savings that might be realized if the recommended operations are taken.public Double getEstimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended operations are taken.
public TrustedAdvisorCostOptimizingSummary withEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended operations are taken.
estimatedPercentMonthlySavings
- The estimated percentage of savings that might be realized if the recommended operations 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.