Class HealthcareHl7V2StoreParserConfigOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.539Z")
    @Stability(Stable)
    public class HealthcareHl7V2StoreParserConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • HealthcareHl7V2StoreParserConfigOutputReference

        protected HealthcareHl7V2StoreParserConfigOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • HealthcareHl7V2StoreParserConfigOutputReference

        protected HealthcareHl7V2StoreParserConfigOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • HealthcareHl7V2StoreParserConfigOutputReference

        @Stability(Stable)
        public HealthcareHl7V2StoreParserConfigOutputReference​(@NotNull
                                                               com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                               @NotNull
                                                               String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetAllowNullHeader

        @Stability(Stable)
        public void resetAllowNullHeader()
      • resetSchema

        @Stability(Stable)
        public void resetSchema()
      • resetSegmentTerminator

        @Stability(Stable)
        public void resetSegmentTerminator()
      • resetVersion

        @Stability(Stable)
        public void resetVersion()
      • getAllowNullHeaderInput

        @Stability(Stable)
        @Nullable
        public Object getAllowNullHeaderInput()
      • getSchemaInput

        @Stability(Stable)
        @Nullable
        public String getSchemaInput()
      • getSegmentTerminatorInput

        @Stability(Stable)
        @Nullable
        public String getSegmentTerminatorInput()
      • getVersionInput

        @Stability(Stable)
        @Nullable
        public String getVersionInput()
      • getAllowNullHeader

        @Stability(Stable)
        @NotNull
        public Object getAllowNullHeader()
      • setAllowNullHeader

        @Stability(Stable)
        public void setAllowNullHeader​(@NotNull
                                       Boolean value)
      • setAllowNullHeader

        @Stability(Stable)
        public void setAllowNullHeader​(@NotNull
                                       com.hashicorp.cdktf.IResolvable value)
      • getSchema

        @Stability(Stable)
        @NotNull
        public String getSchema()
      • setSchema

        @Stability(Stable)
        public void setSchema​(@NotNull
                              String value)
      • getSegmentTerminator

        @Stability(Stable)
        @NotNull
        public String getSegmentTerminator()
      • setSegmentTerminator

        @Stability(Stable)
        public void setSegmentTerminator​(@NotNull
                                         String value)
      • getVersion

        @Stability(Stable)
        @NotNull
        public String getVersion()
      • setVersion

        @Stability(Stable)
        public void setVersion​(@NotNull
                               String value)