Class CfnEnvironment.MaintenanceWindowProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.workspacesthinclient.CfnEnvironment.MaintenanceWindowProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironment.MaintenanceWindowProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironment.MaintenanceWindowProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironment.MaintenanceWindowProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironment.MaintenanceWindowProperty
An implementation for
CfnEnvironment.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.services.workspacesthinclient.CfnEnvironment.MaintenanceWindowProperty
CfnEnvironment.MaintenanceWindowProperty.Builder, CfnEnvironment.MaintenanceWindowProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironment.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 theCfnEnvironment.MaintenanceWindowProperty.Builder.
-
-
Method Details
-
getType
Description copied from interface:CfnEnvironment.MaintenanceWindowPropertyAn option to select the default or custom maintenance window.- Specified by:
getTypein interfaceCfnEnvironment.MaintenanceWindowProperty- See Also:
-
getApplyTimeOf
Description copied from interface:CfnEnvironment.MaintenanceWindowPropertyThe option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).- Specified by:
getApplyTimeOfin interfaceCfnEnvironment.MaintenanceWindowProperty- See Also:
-
getDaysOfTheWeek
Description copied from interface:CfnEnvironment.MaintenanceWindowPropertyThe days of the week during which the maintenance window is open.- Specified by:
getDaysOfTheWeekin interfaceCfnEnvironment.MaintenanceWindowProperty- See Also:
-
getEndTimeHour
Description copied from interface:CfnEnvironment.MaintenanceWindowPropertyThe hour for the maintenance window end (00-23).- Specified by:
getEndTimeHourin interfaceCfnEnvironment.MaintenanceWindowProperty- See Also:
-
getEndTimeMinute
Description copied from interface:CfnEnvironment.MaintenanceWindowPropertyThe minutes for the maintenance window end (00-59).- Specified by:
getEndTimeMinutein interfaceCfnEnvironment.MaintenanceWindowProperty- See Also:
-
getStartTimeHour
Description copied from interface:CfnEnvironment.MaintenanceWindowPropertyThe hour for the maintenance window start (00-23).- Specified by:
getStartTimeHourin interfaceCfnEnvironment.MaintenanceWindowProperty- See Also:
-
getStartTimeMinute
Description copied from interface:CfnEnvironment.MaintenanceWindowPropertyThe minutes past the hour for the maintenance window start (00-59).- Specified by:
getStartTimeMinutein interfaceCfnEnvironment.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()
-