@Generated(value="software.amazon.awssdk:codegen") public final class SlotDateTimeRangeRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlotDateTimeRangeRequest.Builder,SlotDateTimeRangeRequest>
Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.
Modifier and Type | Class and Description |
---|---|
static interface |
SlotDateTimeRangeRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static SlotDateTimeRangeRequest.Builder |
builder() |
Instant |
earliestTime()
The earliest date and time, in UTC, for the Scheduled Instance to start.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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 SlotDateTimeRangeRequest.Builder> |
serializableBuilderClass() |
SlotDateTimeRangeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Instant earliestTime()
The earliest date and time, in UTC, for the Scheduled Instance to start.
public final Instant latestTime()
The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.
public SlotDateTimeRangeRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SlotDateTimeRangeRequest.Builder,SlotDateTimeRangeRequest>
public static SlotDateTimeRangeRequest.Builder builder()
public static Class<? extends SlotDateTimeRangeRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.