Class LookerInstanceDenyMaintenancePeriodTime.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.looker_instance.LookerInstanceDenyMaintenancePeriodTime.Jsii$Proxy
-
- All Implemented Interfaces:
LookerInstanceDenyMaintenancePeriodTime,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LookerInstanceDenyMaintenancePeriodTime
@Stability(Stable) @Internal public static final class LookerInstanceDenyMaintenancePeriodTime.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LookerInstanceDenyMaintenancePeriodTime
An implementation forLookerInstanceDenyMaintenancePeriodTime
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.looker_instance.LookerInstanceDenyMaintenancePeriodTime
LookerInstanceDenyMaintenancePeriodTime.Builder, LookerInstanceDenyMaintenancePeriodTime.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LookerInstanceDenyMaintenancePeriodTime.Builder builder)Constructor that initializes the object based on literal property values passed by theLookerInstanceDenyMaintenancePeriodTime.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetHours()Hours of day in 24 hour format.NumbergetMinutes()Minutes of hour of day.NumbergetNanos()Fractions of seconds in nanoseconds.NumbergetSeconds()Seconds of minutes of the time.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(LookerInstanceDenyMaintenancePeriodTime.Builder builder)
Constructor that initializes the object based on literal property values passed by theLookerInstanceDenyMaintenancePeriodTime.Builder.
-
-
Method Detail
-
getHours
public final Number getHours()
Description copied from interface:LookerInstanceDenyMaintenancePeriodTimeHours of day in 24 hour format. Should be from 0 to 23.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#hours LookerInstance#hours}
- Specified by:
getHoursin interfaceLookerInstanceDenyMaintenancePeriodTime
-
getMinutes
public final Number getMinutes()
Description copied from interface:LookerInstanceDenyMaintenancePeriodTimeMinutes of hour of day. Must be from 0 to 59.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#minutes LookerInstance#minutes}
- Specified by:
getMinutesin interfaceLookerInstanceDenyMaintenancePeriodTime
-
getNanos
public final Number getNanos()
Description copied from interface:LookerInstanceDenyMaintenancePeriodTimeFractions of seconds in nanoseconds. Must be from 0 to 999,999,999.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#nanos LookerInstance#nanos}
- Specified by:
getNanosin interfaceLookerInstanceDenyMaintenancePeriodTime
-
getSeconds
public final Number getSeconds()
Description copied from interface:LookerInstanceDenyMaintenancePeriodTimeSeconds of minutes of the time. Must normally be from 0 to 59.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#seconds LookerInstance#seconds}
- Specified by:
getSecondsin interfaceLookerInstanceDenyMaintenancePeriodTime
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-