@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BudgetSchedule extends Object implements Serializable, Cloneable, StructuredPojo
The start and end time of the budget.
| Constructor and Description | 
|---|
| BudgetSchedule() | 
| Modifier and Type | Method and Description | 
|---|---|
| BudgetSchedule | clone() | 
| boolean | equals(Object obj) | 
| FixedBudgetSchedule | getFixed()
 The fixed start and end time of the budget's schedule. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setFixed(FixedBudgetSchedule fixed)
 The fixed start and end time of the budget's schedule. | 
| String | toString()Returns a string representation of this object. | 
| BudgetSchedule | withFixed(FixedBudgetSchedule fixed)
 The fixed start and end time of the budget's schedule. | 
public void setFixed(FixedBudgetSchedule fixed)
The fixed start and end time of the budget's schedule.
fixed - The fixed start and end time of the budget's schedule.public FixedBudgetSchedule getFixed()
The fixed start and end time of the budget's schedule.
public BudgetSchedule withFixed(FixedBudgetSchedule fixed)
The fixed start and end time of the budget's schedule.
fixed - The fixed start and end time of the budget's schedule.public String toString()
toString in class ObjectObject.toString()public BudgetSchedule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.