@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaSavingsOpportunityAfterDiscounts extends Object implements Serializable, Cloneable, StructuredPojo
Describes the savings opportunity for Lambda functions recommendations after applying Savings Plans discounts.
Savings opportunity represents the estimated monthly savings after applying Savings Plans discounts. You can achieve this by implementing a given Compute Optimizer recommendation.
| Constructor and Description | 
|---|
LambdaSavingsOpportunityAfterDiscounts()  | 
| Modifier and Type | Method and Description | 
|---|---|
LambdaSavingsOpportunityAfterDiscounts | 
clone()  | 
boolean | 
equals(Object obj)  | 
LambdaEstimatedMonthlySavings | 
getEstimatedMonthlySavings()
 The estimated monthly savings possible by adopting Compute Optimizer’s Lambda function recommendations. 
 | 
Double | 
getSavingsOpportunityPercentage()
 The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Lambda
 function recommendations. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setEstimatedMonthlySavings(LambdaEstimatedMonthlySavings estimatedMonthlySavings)
 The estimated monthly savings possible by adopting Compute Optimizer’s Lambda function recommendations. 
 | 
void | 
setSavingsOpportunityPercentage(Double savingsOpportunityPercentage)
 The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Lambda
 function recommendations. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
LambdaSavingsOpportunityAfterDiscounts | 
withEstimatedMonthlySavings(LambdaEstimatedMonthlySavings estimatedMonthlySavings)
 The estimated monthly savings possible by adopting Compute Optimizer’s Lambda function recommendations. 
 | 
LambdaSavingsOpportunityAfterDiscounts | 
withSavingsOpportunityPercentage(Double savingsOpportunityPercentage)
 The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Lambda
 function recommendations. 
 | 
public LambdaSavingsOpportunityAfterDiscounts()
public void setSavingsOpportunityPercentage(Double savingsOpportunityPercentage)
The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Lambda function recommendations. This includes any applicable Savings Plans discounts.
savingsOpportunityPercentage - The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s
        Lambda function recommendations. This includes any applicable Savings Plans discounts.public Double getSavingsOpportunityPercentage()
The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Lambda function recommendations. This includes any applicable Savings Plans discounts.
public LambdaSavingsOpportunityAfterDiscounts withSavingsOpportunityPercentage(Double savingsOpportunityPercentage)
The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Lambda function recommendations. This includes any applicable Savings Plans discounts.
savingsOpportunityPercentage - The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s
        Lambda function recommendations. This includes any applicable Savings Plans discounts.public void setEstimatedMonthlySavings(LambdaEstimatedMonthlySavings estimatedMonthlySavings)
The estimated monthly savings possible by adopting Compute Optimizer’s Lambda function recommendations. This includes any applicable Savings Plans discounts.
estimatedMonthlySavings - The estimated monthly savings possible by adopting Compute Optimizer’s Lambda function recommendations.
        This includes any applicable Savings Plans discounts.public LambdaEstimatedMonthlySavings getEstimatedMonthlySavings()
The estimated monthly savings possible by adopting Compute Optimizer’s Lambda function recommendations. This includes any applicable Savings Plans discounts.
public LambdaSavingsOpportunityAfterDiscounts withEstimatedMonthlySavings(LambdaEstimatedMonthlySavings estimatedMonthlySavings)
The estimated monthly savings possible by adopting Compute Optimizer’s Lambda function recommendations. This includes any applicable Savings Plans discounts.
estimatedMonthlySavings - The estimated monthly savings possible by adopting Compute Optimizer’s Lambda function recommendations.
        This includes any applicable Savings Plans discounts.public String toString()
toString in class ObjectObject.toString()public LambdaSavingsOpportunityAfterDiscounts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.