Class HealthcareHl7V2StoreParserConfig.Jsii$Proxy

    • 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

      • getAllowNullHeader

        public final Object getAllowNullHeader()
        Description copied from interface: HealthcareHl7V2StoreParserConfig
        Determines whether messages with no header are allowed.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#allow_null_header HealthcareHl7V2Store#allow_null_header}

        Specified by:
        getAllowNullHeader in interface HealthcareHl7V2StoreParserConfig
      • getSchema

        public final String getSchema()
        Description copied from interface: HealthcareHl7V2StoreParserConfig
        JSON encoded string for schemas used to parse messages in this store if schematized parsing is desired.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#schema HealthcareHl7V2Store#schema}

        Specified by:
        getSchema in interface HealthcareHl7V2StoreParserConfig
      • getSegmentTerminator

        public final String getSegmentTerminator()
        Description copied from interface: HealthcareHl7V2StoreParserConfig
        Byte(s) to be used as the segment terminator. If this is unset, '\r' will be used as segment terminator.

        A base64-encoded string. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#segment_terminator HealthcareHl7V2Store#segment_terminator}

        Specified by:
        getSegmentTerminator in interface HealthcareHl7V2StoreParserConfig
      • getVersion

        public final String getVersion()
        Description copied from interface: HealthcareHl7V2StoreParserConfig
        The version of the unschematized parser to be used when a custom 'schema' is not set.

        Default value: "V1" Possible values: ["V1", "V2", "V3"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#version HealthcareHl7V2Store#version}

        Specified by:
        getVersion in interface HealthcareHl7V2StoreParserConfig
      • $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