Class WindowStartTime
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.WindowStartTime
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<WindowStartTime.Builder,WindowStartTime>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
WindowStartTime.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hours
public 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.- Returns:
- 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.
-
minutes
public final Long minutes()
The start minute of the window, in UTC.
- Returns:
- The start minute of the window, in UTC.
-
toBuilder
public WindowStartTime.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<WindowStartTime.Builder,WindowStartTime>
-
builder
public static WindowStartTime.Builder builder()
-
serializableBuilderClass
public static Class<? extends WindowStartTime.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String 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.
-
-