@Generated(value="software.amazon.awssdk:codegen") public final class WindowStartTime extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WindowStartTime.Builder,WindowStartTime>
The desired start time for an off-peak maintenance window.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WindowStartTime.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WindowStartTime.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
hours()
The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time.
|
Long |
minutes()
The start minute of the window, in UTC.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WindowStartTime.Builder> |
serializableBuilderClass() |
WindowStartTime.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long hours()
The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example,
17 refers to 5:00 P.M. UTC.
17 refers to 5:00 P.M. UTC.public final Long minutes()
The start minute of the window, in UTC.
public WindowStartTime.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WindowStartTime.Builder,WindowStartTime>public static WindowStartTime.Builder builder()
public static Class<? extends WindowStartTime.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.