@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Budget extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Budget() |
public void setBudgetName(String budgetName)
budgetName
- public String getBudgetName()
public Budget withBudgetName(String budgetName)
budgetName
- public void setBudgetLimit(Spend budgetLimit)
budgetLimit
- public Spend getBudgetLimit()
public Budget withBudgetLimit(Spend budgetLimit)
budgetLimit
- public void setCostFilters(Map<String,List<String>> costFilters)
costFilters
- public Budget withCostFilters(Map<String,List<String>> costFilters)
costFilters
- public Budget clearCostFiltersEntries()
public void setCostTypes(CostTypes costTypes)
costTypes
- public CostTypes getCostTypes()
public Budget withCostTypes(CostTypes costTypes)
costTypes
- public Budget withTimeUnit(String timeUnit)
timeUnit
- TimeUnit
public Budget withTimeUnit(TimeUnit timeUnit)
timeUnit
- TimeUnit
public void setTimePeriod(TimePeriod timePeriod)
timePeriod
- public TimePeriod getTimePeriod()
public Budget withTimePeriod(TimePeriod timePeriod)
timePeriod
- public void setCalculatedSpend(CalculatedSpend calculatedSpend)
calculatedSpend
- public CalculatedSpend getCalculatedSpend()
public Budget withCalculatedSpend(CalculatedSpend calculatedSpend)
calculatedSpend
- public void setBudgetType(String budgetType)
budgetType
- BudgetType
public String getBudgetType()
BudgetType
public Budget withBudgetType(String budgetType)
budgetType
- BudgetType
public void setBudgetType(BudgetType budgetType)
budgetType
- BudgetType
public Budget withBudgetType(BudgetType budgetType)
budgetType
- BudgetType
public String toString()
toString
in class Object
Object.toString()
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.