@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BudgetPerformanceHistory extends Object implements Serializable, Cloneable, StructuredPojo
A history of the state of a budget at the end of the budget's specified time period.
| Constructor and Description |
|---|
BudgetPerformanceHistory() |
| Modifier and Type | Method and Description |
|---|---|
BudgetPerformanceHistory |
addCostFiltersEntry(String key,
List<String> value) |
BudgetPerformanceHistory |
clearCostFiltersEntries()
Removes all the entries added into CostFilters.
|
BudgetPerformanceHistory |
clone() |
boolean |
equals(Object obj) |
List<BudgetedAndActualAmounts> |
getBudgetedAndActualAmountsList()
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
|
String |
getBudgetName() |
String |
getBudgetType() |
Map<String,List<String>> |
getCostFilters()
The history of the cost filters for a budget during the specified time period.
|
CostTypes |
getCostTypes()
The history of the cost types for a budget during the specified time period.
|
String |
getTimeUnit() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBudgetedAndActualAmountsList(Collection<BudgetedAndActualAmounts> budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
|
void |
setBudgetName(String budgetName) |
void |
setBudgetType(String budgetType) |
void |
setCostFilters(Map<String,List<String>> costFilters)
The history of the cost filters for a budget during the specified time period.
|
void |
setCostTypes(CostTypes costTypes)
The history of the cost types for a budget during the specified time period.
|
void |
setTimeUnit(String timeUnit) |
String |
toString()
Returns a string representation of this object.
|
BudgetPerformanceHistory |
withBudgetedAndActualAmountsList(BudgetedAndActualAmounts... budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
|
BudgetPerformanceHistory |
withBudgetedAndActualAmountsList(Collection<BudgetedAndActualAmounts> budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
|
BudgetPerformanceHistory |
withBudgetName(String budgetName) |
BudgetPerformanceHistory |
withBudgetType(BudgetType budgetType) |
BudgetPerformanceHistory |
withBudgetType(String budgetType) |
BudgetPerformanceHistory |
withCostFilters(Map<String,List<String>> costFilters)
The history of the cost filters for a budget during the specified time period.
|
BudgetPerformanceHistory |
withCostTypes(CostTypes costTypes)
The history of the cost types for a budget during the specified time period.
|
BudgetPerformanceHistory |
withTimeUnit(String timeUnit) |
BudgetPerformanceHistory |
withTimeUnit(TimeUnit timeUnit) |
public void setBudgetName(String budgetName)
budgetName - public String getBudgetName()
public BudgetPerformanceHistory withBudgetName(String budgetName)
budgetName - public void setBudgetType(String budgetType)
budgetType - BudgetTypepublic String getBudgetType()
BudgetTypepublic BudgetPerformanceHistory withBudgetType(String budgetType)
budgetType - BudgetTypepublic BudgetPerformanceHistory withBudgetType(BudgetType budgetType)
budgetType - BudgetTypepublic Map<String,List<String>> getCostFilters()
The history of the cost filters for a budget during the specified time period.
public void setCostFilters(Map<String,List<String>> costFilters)
The history of the cost filters for a budget during the specified time period.
costFilters - The history of the cost filters for a budget during the specified time period.public BudgetPerformanceHistory withCostFilters(Map<String,List<String>> costFilters)
The history of the cost filters for a budget during the specified time period.
costFilters - The history of the cost filters for a budget during the specified time period.public BudgetPerformanceHistory addCostFiltersEntry(String key, List<String> value)
public BudgetPerformanceHistory clearCostFiltersEntries()
public void setCostTypes(CostTypes costTypes)
The history of the cost types for a budget during the specified time period.
costTypes - The history of the cost types for a budget during the specified time period.public CostTypes getCostTypes()
The history of the cost types for a budget during the specified time period.
public BudgetPerformanceHistory withCostTypes(CostTypes costTypes)
The history of the cost types for a budget during the specified time period.
costTypes - The history of the cost types for a budget during the specified time period.public BudgetPerformanceHistory withTimeUnit(String timeUnit)
timeUnit - TimeUnitpublic BudgetPerformanceHistory withTimeUnit(TimeUnit timeUnit)
timeUnit - TimeUnitpublic List<BudgetedAndActualAmounts> getBudgetedAndActualAmountsList()
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
public void setBudgetedAndActualAmountsList(Collection<BudgetedAndActualAmounts> budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
budgetedAndActualAmountsList - A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.public BudgetPerformanceHistory withBudgetedAndActualAmountsList(BudgetedAndActualAmounts... budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
NOTE: This method appends the values to the existing list (if any). Use
setBudgetedAndActualAmountsList(java.util.Collection) or
withBudgetedAndActualAmountsList(java.util.Collection) if you want to override the existing values.
budgetedAndActualAmountsList - A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.public BudgetPerformanceHistory withBudgetedAndActualAmountsList(Collection<BudgetedAndActualAmounts> budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
budgetedAndActualAmountsList - A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.public String toString()
toString in class ObjectObject.toString()public BudgetPerformanceHistory clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.