Class InstanceEventWindowTimeRangeRequest
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceEventWindowTimeRangeRequest.Builder,InstanceEventWindowTimeRangeRequest>
The start day and time and the end day and time of the time range, in UTC.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final IntegerendHour()The hour when the time range ends.final WeekDayThe day on which the time range ends.final StringThe day on which the time range ends.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends InstanceEventWindowTimeRangeRequest.Builder>final IntegerThe hour when the time range begins.final WeekDayThe day on which the time range begins.final StringThe day on which the time range begins.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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,
startWeekDaywill returnWeekDay.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstartWeekDayAsString().- Returns:
- The day on which the time range begins.
- See Also:
-
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,
startWeekDaywill returnWeekDay.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstartWeekDayAsString().- Returns:
- The day on which the time range begins.
- See Also:
-
startHour
The hour when the time range begins.
- Returns:
- The hour when the time range begins.
-
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,
endWeekDaywill returnWeekDay.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromendWeekDayAsString().- Returns:
- The day on which the time range ends.
- See Also:
-
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,
endWeekDaywill returnWeekDay.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromendWeekDayAsString().- Returns:
- The day on which the time range ends.
- See Also:
-
endHour
The hour when the time range ends.
- Returns:
- The hour when the time range ends.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceEventWindowTimeRangeRequest.Builder,InstanceEventWindowTimeRangeRequest>
-
builder
-
serializableBuilderClass
public static Class<? extends InstanceEventWindowTimeRangeRequest.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-