@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BudgetedAndActualAmounts extends Object implements Serializable, Cloneable, StructuredPojo
The amount of cost or usage that you created the budget for, compared to your actual costs or usage.
Constructor and Description |
---|
BudgetedAndActualAmounts() |
Modifier and Type | Method and Description |
---|---|
BudgetedAndActualAmounts |
clone() |
boolean |
equals(Object obj) |
Spend |
getActualAmount()
Your actual costs or usage for a budget period.
|
Spend |
getBudgetedAmount()
The amount of cost or usage that you created the budget for.
|
TimePeriod |
getTimePeriod()
The time period covered by this budget comparison.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActualAmount(Spend actualAmount)
Your actual costs or usage for a budget period.
|
void |
setBudgetedAmount(Spend budgetedAmount)
The amount of cost or usage that you created the budget for.
|
void |
setTimePeriod(TimePeriod timePeriod)
The time period covered by this budget comparison.
|
String |
toString()
Returns a string representation of this object.
|
BudgetedAndActualAmounts |
withActualAmount(Spend actualAmount)
Your actual costs or usage for a budget period.
|
BudgetedAndActualAmounts |
withBudgetedAmount(Spend budgetedAmount)
The amount of cost or usage that you created the budget for.
|
BudgetedAndActualAmounts |
withTimePeriod(TimePeriod timePeriod)
The time period covered by this budget comparison.
|
public void setBudgetedAmount(Spend budgetedAmount)
The amount of cost or usage that you created the budget for.
budgetedAmount
- The amount of cost or usage that you created the budget for.public Spend getBudgetedAmount()
The amount of cost or usage that you created the budget for.
public BudgetedAndActualAmounts withBudgetedAmount(Spend budgetedAmount)
The amount of cost or usage that you created the budget for.
budgetedAmount
- The amount of cost or usage that you created the budget for.public void setActualAmount(Spend actualAmount)
Your actual costs or usage for a budget period.
actualAmount
- Your actual costs or usage for a budget period.public Spend getActualAmount()
Your actual costs or usage for a budget period.
public BudgetedAndActualAmounts withActualAmount(Spend actualAmount)
Your actual costs or usage for a budget period.
actualAmount
- Your actual costs or usage for a budget period.public void setTimePeriod(TimePeriod timePeriod)
The time period covered by this budget comparison.
timePeriod
- The time period covered by this budget comparison.public TimePeriod getTimePeriod()
The time period covered by this budget comparison.
public BudgetedAndActualAmounts withTimePeriod(TimePeriod timePeriod)
The time period covered by this budget comparison.
timePeriod
- The time period covered by this budget comparison.public String toString()
toString
in class Object
Object.toString()
public BudgetedAndActualAmounts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.