Class LookerInstanceDenyMaintenancePeriod.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.looker_instance.LookerInstanceDenyMaintenancePeriod.Jsii$Proxy
-
- All Implemented Interfaces:
LookerInstanceDenyMaintenancePeriod,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LookerInstanceDenyMaintenancePeriod
@Stability(Stable) @Internal public static final class LookerInstanceDenyMaintenancePeriod.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LookerInstanceDenyMaintenancePeriod
An implementation forLookerInstanceDenyMaintenancePeriod
-
-
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.LookerInstanceDenyMaintenancePeriod
LookerInstanceDenyMaintenancePeriod.Builder, LookerInstanceDenyMaintenancePeriod.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LookerInstanceDenyMaintenancePeriod.Builder builder)Constructor that initializes the object based on literal property values passed by theLookerInstanceDenyMaintenancePeriod.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)LookerInstanceDenyMaintenancePeriodEndDategetEndDate()end_date block.LookerInstanceDenyMaintenancePeriodStartDategetStartDate()start_date block.LookerInstanceDenyMaintenancePeriodTimegetTime()time block.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(LookerInstanceDenyMaintenancePeriod.Builder builder)
Constructor that initializes the object based on literal property values passed by theLookerInstanceDenyMaintenancePeriod.Builder.
-
-
Method Detail
-
getEndDate
public final LookerInstanceDenyMaintenancePeriodEndDate getEndDate()
Description copied from interface:LookerInstanceDenyMaintenancePeriodend_date block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#end_date LookerInstance#end_date}
- Specified by:
getEndDatein interfaceLookerInstanceDenyMaintenancePeriod
-
getStartDate
public final LookerInstanceDenyMaintenancePeriodStartDate getStartDate()
Description copied from interface:LookerInstanceDenyMaintenancePeriodstart_date block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#start_date LookerInstance#start_date}
- Specified by:
getStartDatein interfaceLookerInstanceDenyMaintenancePeriod
-
getTime
public final LookerInstanceDenyMaintenancePeriodTime getTime()
Description copied from interface:LookerInstanceDenyMaintenancePeriodtime block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#time LookerInstance#time}
- Specified by:
getTimein interfaceLookerInstanceDenyMaintenancePeriod
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-