@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 void setEarliestTime(Date earliestTime)
The earliest date and time, in UTC, for the Scheduled Instance to start.
earliestTime
- The earliest date and time, in UTC, for the Scheduled Instance to start.public Date getEarliestTime()
The earliest date and time, in UTC, for the Scheduled Instance to start.
public SlotStartTimeRangeRequest withEarliestTime(Date earliestTime)
The earliest date and time, in UTC, for the Scheduled Instance to start.
earliestTime
- The earliest date and time, in UTC, for the Scheduled Instance to start.public void setLatestTime(Date latestTime)
The latest date and time, in UTC, for the Scheduled Instance to start.
latestTime
- The latest date and time, in UTC, for the Scheduled Instance to start.public Date getLatestTime()
The latest date and time, in UTC, for the Scheduled Instance to start.
public SlotStartTimeRangeRequest withLatestTime(Date latestTime)
The latest date and time, in UTC, for the Scheduled Instance to start.
latestTime
- The latest date and time, in UTC, for the Scheduled Instance to start.public String toString()
toString
in class Object
Object.toString()
public SlotStartTimeRangeRequest clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.