Class CfnEnvironmentPropsMixin.MaintenanceWindowProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.workspacesthinclient.CfnEnvironmentPropsMixin.MaintenanceWindowProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentPropsMixin.MaintenanceWindowProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentPropsMixin.MaintenanceWindowProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironmentPropsMixin.MaintenanceWindowProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentPropsMixin.MaintenanceWindowProperty
An implementation for
CfnEnvironmentPropsMixin.MaintenanceWindowProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.workspacesthinclient.CfnEnvironmentPropsMixin.MaintenanceWindowProperty
CfnEnvironmentPropsMixin.MaintenanceWindowProperty.Builder, CfnEnvironmentPropsMixin.MaintenanceWindowProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentPropsMixin.MaintenanceWindowProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).The days of the week during which the maintenance window is open.final NumberThe hour for the maintenance window end (00-23).final NumberThe minutes for the maintenance window end (00-59).final NumberThe hour for the maintenance window start (00-23).final NumberThe minutes past the hour for the maintenance window start (00-59).final StringgetType()An option to select the default or custom maintenance window.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEnvironmentPropsMixin.MaintenanceWindowProperty.Builder.
-
-
Method Details
-
getApplyTimeOf
Description copied from interface:CfnEnvironmentPropsMixin.MaintenanceWindowPropertyThe option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).- Specified by:
getApplyTimeOfin interfaceCfnEnvironmentPropsMixin.MaintenanceWindowProperty- See Also:
-
getDaysOfTheWeek
Description copied from interface:CfnEnvironmentPropsMixin.MaintenanceWindowPropertyThe days of the week during which the maintenance window is open.- Specified by:
getDaysOfTheWeekin interfaceCfnEnvironmentPropsMixin.MaintenanceWindowProperty- See Also:
-
getEndTimeHour
Description copied from interface:CfnEnvironmentPropsMixin.MaintenanceWindowPropertyThe hour for the maintenance window end (00-23).- Specified by:
getEndTimeHourin interfaceCfnEnvironmentPropsMixin.MaintenanceWindowProperty- See Also:
-
getEndTimeMinute
Description copied from interface:CfnEnvironmentPropsMixin.MaintenanceWindowPropertyThe minutes for the maintenance window end (00-59).- Specified by:
getEndTimeMinutein interfaceCfnEnvironmentPropsMixin.MaintenanceWindowProperty- See Also:
-
getStartTimeHour
Description copied from interface:CfnEnvironmentPropsMixin.MaintenanceWindowPropertyThe hour for the maintenance window start (00-23).- Specified by:
getStartTimeHourin interfaceCfnEnvironmentPropsMixin.MaintenanceWindowProperty- See Also:
-
getStartTimeMinute
Description copied from interface:CfnEnvironmentPropsMixin.MaintenanceWindowPropertyThe minutes past the hour for the maintenance window start (00-59).- Specified by:
getStartTimeMinutein interfaceCfnEnvironmentPropsMixin.MaintenanceWindowProperty- See Also:
-
getType
Description copied from interface:CfnEnvironmentPropsMixin.MaintenanceWindowPropertyAn option to select the default or custom maintenance window.- Specified by:
getTypein interfaceCfnEnvironmentPropsMixin.MaintenanceWindowProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-