@Generated(value="software.amazon.awssdk:codegen") public final class InstanceEventWindowTimeRangeRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceEventWindowTimeRangeRequest.Builder,InstanceEventWindowTimeRangeRequest>
The start day and time and the end day and time of the time range, in UTC.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstanceEventWindowTimeRangeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InstanceEventWindowTimeRangeRequest.Builder |
builder() |
Integer |
endHour()
The hour when the time range ends.
|
WeekDay |
endWeekDay()
The day on which the time range ends.
|
String |
endWeekDayAsString()
The day on which the time range ends.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstanceEventWindowTimeRangeRequest.Builder> |
serializableBuilderClass() |
Integer |
startHour()
The hour when the time range begins.
|
WeekDay |
startWeekDay()
The day on which the time range begins.
|
String |
startWeekDayAsString()
The day on which the time range begins.
|
InstanceEventWindowTimeRangeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WeekDay startWeekDay()
The day on which the time range begins.
If the service returns an enum value that is not available in the current SDK version, startWeekDay will
return WeekDay.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
startWeekDayAsString().
WeekDaypublic final String startWeekDayAsString()
The day on which the time range begins.
If the service returns an enum value that is not available in the current SDK version, startWeekDay will
return WeekDay.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
startWeekDayAsString().
WeekDaypublic final Integer startHour()
The hour when the time range begins.
public final WeekDay endWeekDay()
The day on which the time range ends.
If the service returns an enum value that is not available in the current SDK version, endWeekDay will
return WeekDay.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
endWeekDayAsString().
WeekDaypublic final String endWeekDayAsString()
The day on which the time range ends.
If the service returns an enum value that is not available in the current SDK version, endWeekDay will
return WeekDay.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
endWeekDayAsString().
WeekDaypublic final Integer endHour()
The hour when the time range ends.
public InstanceEventWindowTimeRangeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InstanceEventWindowTimeRangeRequest.Builder,InstanceEventWindowTimeRangeRequest>public static InstanceEventWindowTimeRangeRequest.Builder builder()
public static Class<? extends InstanceEventWindowTimeRangeRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.