Class MaintenanceWindow
- java.lang.Object
-
- software.amazon.awssdk.services.workspacesthinclient.model.MaintenanceWindow
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MaintenanceWindow.Builder,MaintenanceWindow>
@Generated("software.amazon.awssdk:codegen") public final class MaintenanceWindow extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MaintenanceWindow.Builder,MaintenanceWindow>
Describes the maintenance window for a thin client device.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMaintenanceWindow.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplyTimeOfapplyTimeOf()The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).StringapplyTimeOfAsString()The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).static MaintenanceWindow.Builderbuilder()List<DayOfWeek>daysOfTheWeek()The days of the week during which the maintenance window is open.List<String>daysOfTheWeekAsStrings()The days of the week during which the maintenance window is open.IntegerendTimeHour()The hour for the maintenance window end (00-23).IntegerendTimeMinute()The minutes for the maintenance window end (00-59).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasDaysOfTheWeek()For responses, this returns true if the service returned a value for the DaysOfTheWeek property.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends MaintenanceWindow.Builder>serializableBuilderClass()IntegerstartTimeHour()The hour for the maintenance window start (00-23).IntegerstartTimeMinute()The minutes past the hour for the maintenance window start (00-59).MaintenanceWindow.BuildertoBuilder()StringtoString()Returns a string representation of this object.MaintenanceWindowTypetype()An option to select the default or custom maintenance window.StringtypeAsString()An option to select the default or custom maintenance window.-
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
-
type
public final MaintenanceWindowType type()
An option to select the default or custom maintenance window.
If the service returns an enum value that is not available in the current SDK version,
typewill returnMaintenanceWindowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- An option to select the default or custom maintenance window.
- See Also:
MaintenanceWindowType
-
typeAsString
public final String typeAsString()
An option to select the default or custom maintenance window.
If the service returns an enum value that is not available in the current SDK version,
typewill returnMaintenanceWindowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- An option to select the default or custom maintenance window.
- See Also:
MaintenanceWindowType
-
startTimeHour
public final Integer startTimeHour()
The hour for the maintenance window start (
00-23).- Returns:
- The hour for the maintenance window start (
00-23).
-
startTimeMinute
public final Integer startTimeMinute()
The minutes past the hour for the maintenance window start (
00-59).- Returns:
- The minutes past the hour for the maintenance window start (
00-59).
-
endTimeHour
public final Integer endTimeHour()
The hour for the maintenance window end (
00-23).- Returns:
- The hour for the maintenance window end (
00-23).
-
endTimeMinute
public final Integer endTimeMinute()
The minutes for the maintenance window end (
00-59).- Returns:
- The minutes for the maintenance window end (
00-59).
-
daysOfTheWeek
public final List<DayOfWeek> daysOfTheWeek()
The days of the week during which the maintenance window is open.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasDaysOfTheWeek()method.- Returns:
- The days of the week during which the maintenance window is open.
-
hasDaysOfTheWeek
public final boolean hasDaysOfTheWeek()
For responses, this returns true if the service returned a value for the DaysOfTheWeek property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
daysOfTheWeekAsStrings
public final List<String> daysOfTheWeekAsStrings()
The days of the week during which the maintenance window is open.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasDaysOfTheWeek()method.- Returns:
- The days of the week during which the maintenance window is open.
-
applyTimeOf
public final ApplyTimeOf applyTimeOf()
The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).
If the service returns an enum value that is not available in the current SDK version,
applyTimeOfwill returnApplyTimeOf.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplyTimeOfAsString().- Returns:
- The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).
- See Also:
ApplyTimeOf
-
applyTimeOfAsString
public final String applyTimeOfAsString()
The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).
If the service returns an enum value that is not available in the current SDK version,
applyTimeOfwill returnApplyTimeOf.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplyTimeOfAsString().- Returns:
- The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).
- See Also:
ApplyTimeOf
-
toBuilder
public MaintenanceWindow.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MaintenanceWindow.Builder,MaintenanceWindow>
-
builder
public static MaintenanceWindow.Builder builder()
-
serializableBuilderClass
public static Class<? extends MaintenanceWindow.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.
-
-