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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.workspacesthinclient.CfnEnvironment.MaintenanceWindowProperty
CfnEnvironment.MaintenanceWindowProperty.Builder, CfnEnvironment.MaintenanceWindowProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEnvironment.MaintenanceWindowProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The 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 Number
The hour for the maintenance window end (00
-23
).final Number
The minutes for the maintenance window end (00
-59
).final Number
The hour for the maintenance window start (00
-23
).final Number
The minutes past the hour for the maintenance window start (00
-59
).final String
getType()
An option to select the default or custom maintenance window.final int
hashCode()
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.MaintenanceWindowProperty
An option to select the default or custom maintenance window.- Specified by:
getType
in interfaceCfnEnvironment.MaintenanceWindowProperty
- See Also:
-
getApplyTimeOf
Description copied from interface:CfnEnvironment.MaintenanceWindowProperty
The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).- Specified by:
getApplyTimeOf
in interfaceCfnEnvironment.MaintenanceWindowProperty
- See Also:
-
getDaysOfTheWeek
Description copied from interface:CfnEnvironment.MaintenanceWindowProperty
The days of the week during which the maintenance window is open.- Specified by:
getDaysOfTheWeek
in interfaceCfnEnvironment.MaintenanceWindowProperty
- See Also:
-
getEndTimeHour
Description copied from interface:CfnEnvironment.MaintenanceWindowProperty
The hour for the maintenance window end (00
-23
).- Specified by:
getEndTimeHour
in interfaceCfnEnvironment.MaintenanceWindowProperty
- See Also:
-
getEndTimeMinute
Description copied from interface:CfnEnvironment.MaintenanceWindowProperty
The minutes for the maintenance window end (00
-59
).- Specified by:
getEndTimeMinute
in interfaceCfnEnvironment.MaintenanceWindowProperty
- See Also:
-
getStartTimeHour
Description copied from interface:CfnEnvironment.MaintenanceWindowProperty
The hour for the maintenance window start (00
-23
).- Specified by:
getStartTimeHour
in interfaceCfnEnvironment.MaintenanceWindowProperty
- See Also:
-
getStartTimeMinute
Description copied from interface:CfnEnvironment.MaintenanceWindowProperty
The minutes past the hour for the maintenance window start (00
-59
).- Specified by:
getStartTimeMinute
in interfaceCfnEnvironment.MaintenanceWindowProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-