Class HealthcareHl7V2StoreParserConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.healthcare_hl7_v2_store.HealthcareHl7V2StoreParserConfig.Jsii$Proxy
-
- All Implemented Interfaces:
HealthcareHl7V2StoreParserConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HealthcareHl7V2StoreParserConfig
@Stability(Stable) @Internal public static final class HealthcareHl7V2StoreParserConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HealthcareHl7V2StoreParserConfig
An implementation forHealthcareHl7V2StoreParserConfig
-
-
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.healthcare_hl7_v2_store.HealthcareHl7V2StoreParserConfig
HealthcareHl7V2StoreParserConfig.Builder, HealthcareHl7V2StoreParserConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(HealthcareHl7V2StoreParserConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theHealthcareHl7V2StoreParserConfig.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)ObjectgetAllowNullHeader()Determines whether messages with no header are allowed.StringgetSchema()JSON encoded string for schemas used to parse messages in this store if schematized parsing is desired.StringgetSegmentTerminator()Byte(s) to be used as the segment terminator.StringgetVersion()The version of the unschematized parser to be used when a custom 'schema' is not set.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(HealthcareHl7V2StoreParserConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theHealthcareHl7V2StoreParserConfig.Builder.
-
-
Method Detail
-
getAllowNullHeader
public final Object getAllowNullHeader()
Description copied from interface:HealthcareHl7V2StoreParserConfigDetermines 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:
getAllowNullHeaderin interfaceHealthcareHl7V2StoreParserConfig
-
getSchema
public final String getSchema()
Description copied from interface:HealthcareHl7V2StoreParserConfigJSON 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:
getSchemain interfaceHealthcareHl7V2StoreParserConfig
-
getSegmentTerminator
public final String getSegmentTerminator()
Description copied from interface:HealthcareHl7V2StoreParserConfigByte(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:
getSegmentTerminatorin interfaceHealthcareHl7V2StoreParserConfig
-
getVersion
public final String getVersion()
Description copied from interface:HealthcareHl7V2StoreParserConfigThe 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:
getVersionin interfaceHealthcareHl7V2StoreParserConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-