@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) |
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)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.