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 interfaceWindowStartTime.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowStartTime.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Longhours()The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time.Longminutes()The start minute of the window, in UTC.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends WindowStartTime.Builder>serializableBuilderClass()WindowStartTime.BuildertoBuilder()StringtoString()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,
17refers to 5:00 P.M. UTC.- Returns:
- The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example,
17refers 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-