@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FixedBudgetSchedule extends Object implements Serializable, Cloneable, StructuredPojo
The details of a fixed budget schedule.
| Constructor and Description |
|---|
FixedBudgetSchedule() |
| Modifier and Type | Method and Description |
|---|---|
FixedBudgetSchedule |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
When the budget ends.
|
Date |
getStartTime()
When the budget starts.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEndTime(Date endTime)
When the budget ends.
|
void |
setStartTime(Date startTime)
When the budget starts.
|
String |
toString()
Returns a string representation of this object.
|
FixedBudgetSchedule |
withEndTime(Date endTime)
When the budget ends.
|
FixedBudgetSchedule |
withStartTime(Date startTime)
When the budget starts.
|
public void setEndTime(Date endTime)
When the budget ends.
endTime - When the budget ends.public Date getEndTime()
When the budget ends.
public FixedBudgetSchedule withEndTime(Date endTime)
When the budget ends.
endTime - When the budget ends.public void setStartTime(Date startTime)
When the budget starts.
startTime - When the budget starts.public Date getStartTime()
When the budget starts.
public FixedBudgetSchedule withStartTime(Date startTime)
When the budget starts.
startTime - When the budget starts.public String toString()
toString in class ObjectObject.toString()public FixedBudgetSchedule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.