public class SlotStartTimeRangeRequest extends Object implements Serializable, Cloneable
Describes the time period for a Scheduled Instance to start its first schedule.
| Constructor and Description |
|---|
SlotStartTimeRangeRequest() |
| Modifier and Type | Method and Description |
|---|---|
SlotStartTimeRangeRequest |
clone() |
boolean |
equals(Object obj) |
Date |
getEarliestTime()
The earliest date and time, in UTC, for the Scheduled Instance to
start.
|
Date |
getLatestTime()
The latest date and time, in UTC, for the Scheduled Instance to start.
|
int |
hashCode() |
void |
setEarliestTime(Date earliestTime)
The earliest date and time, in UTC, for the Scheduled Instance to
start.
|
void |
setLatestTime(Date latestTime)
The latest date and time, in UTC, for the Scheduled Instance to start.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SlotStartTimeRangeRequest |
withEarliestTime(Date earliestTime)
The earliest date and time, in UTC, for the Scheduled Instance to
start.
|
SlotStartTimeRangeRequest |
withLatestTime(Date latestTime)
The latest date and time, in UTC, for the Scheduled Instance to start.
|
public Date getEarliestTime()
public void setEarliestTime(Date earliestTime)
earliestTime - The earliest date and time, in UTC, for the Scheduled Instance to
start.public SlotStartTimeRangeRequest withEarliestTime(Date earliestTime)
Returns a reference to this object so that method calls can be chained together.
earliestTime - The earliest date and time, in UTC, for the Scheduled Instance to
start.public Date getLatestTime()
public void setLatestTime(Date latestTime)
latestTime - The latest date and time, in UTC, for the Scheduled Instance to start.public SlotStartTimeRangeRequest withLatestTime(Date latestTime)
Returns a reference to this object so that method calls can be chained together.
latestTime - The latest date and time, in UTC, for the Scheduled Instance to start.public String toString()
toString in class ObjectObject.toString()public SlotStartTimeRangeRequest clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.