Class CfnDomain.WindowStartTimeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchservice.CfnDomain.WindowStartTimeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.WindowStartTimeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.WindowStartTimeProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.WindowStartTimeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.WindowStartTimeProperty
An implementation for
CfnDomain.WindowStartTimeProperty
-
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.opensearchservice.CfnDomain.WindowStartTimeProperty
CfnDomain.WindowStartTimeProperty.Builder, CfnDomain.WindowStartTimeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDomain.WindowStartTimeProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnDomain.WindowStartTimeProperty.Builder
.
-
-
Method Details
-
getHours
Description copied from interface:CfnDomain.WindowStartTimeProperty
The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time.For example, 17 refers to 5:00 P.M. UTC. The minimum value is 0 and the maximum value is 23.
- Specified by:
getHours
in interfaceCfnDomain.WindowStartTimeProperty
- See Also:
-
getMinutes
Description copied from interface:CfnDomain.WindowStartTimeProperty
The start minute of the window, in UTC.The minimum value is 0 and the maximum value is 59.
- Specified by:
getMinutes
in interfaceCfnDomain.WindowStartTimeProperty
- 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()
-