Class ProjectServiceTimeouts.Jsii$Proxy

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(ProjectServiceTimeouts.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ProjectServiceTimeouts.Builder.
      protected Jsii$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()  
      boolean equals​(Object o)  
      String getCreate()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_service#create ProjectService#create}.
      String getDelete()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_service#delete ProjectService#delete}.
      String getRead()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_service#read ProjectService#read}.
      String getUpdate()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_service#update ProjectService#update}.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • 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.
    • Method Detail

      • getCreate

        public final String getCreate()
        Description copied from interface: ProjectServiceTimeouts
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_service#create ProjectService#create}.
        Specified by:
        getCreate in interface ProjectServiceTimeouts
      • getDelete

        public final String getDelete()
        Description copied from interface: ProjectServiceTimeouts
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_service#delete ProjectService#delete}.
        Specified by:
        getDelete in interface ProjectServiceTimeouts
      • getRead

        public final String getRead()
        Description copied from interface: ProjectServiceTimeouts
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_service#read ProjectService#read}.
        Specified by:
        getRead in interface ProjectServiceTimeouts
      • getUpdate

        public final String getUpdate()
        Description copied from interface: ProjectServiceTimeouts
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_service#update ProjectService#update}.
        Specified by:
        getUpdate in interface ProjectServiceTimeouts
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object