@Generated(value="software.amazon.awssdk:codegen") public final class SlotStartTimeRangeRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlotStartTimeRangeRequest.Builder,SlotStartTimeRangeRequest>
Describes the time period for a Scheduled Instance to start its first schedule.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SlotStartTimeRangeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SlotStartTimeRangeRequest.Builder |
builder() |
Instant |
earliestTime()
The earliest date and time, in UTC, for the Scheduled Instance to start.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
latestTime()
The latest date and time, in UTC, for the Scheduled Instance to start.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SlotStartTimeRangeRequest.Builder> |
serializableBuilderClass() |
SlotStartTimeRangeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Instant earliestTime()
The earliest date and time, in UTC, for the Scheduled Instance to start.
public Instant latestTime()
The latest date and time, in UTC, for the Scheduled Instance to start.
public SlotStartTimeRangeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SlotStartTimeRangeRequest.Builder,SlotStartTimeRangeRequest>public static SlotStartTimeRangeRequest.Builder builder()
public static Class<? extends SlotStartTimeRangeRequest.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.