Class HealthcareHl7V2StoreParserConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.healthcare_hl7_v2_store.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
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description HealthcareHl7V2StoreParserConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedHealthcareHl7V2StoreParserConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedHealthcareHl7V2StoreParserConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAllowNullHeader()ObjectgetAllowNullHeaderInput()HealthcareHl7V2StoreParserConfiggetInternalValue()StringgetSchema()StringgetSchemaInput()StringgetSegmentTerminator()StringgetSegmentTerminatorInput()StringgetVersion()StringgetVersionInput()voidresetAllowNullHeader()voidresetSchema()voidresetSegmentTerminator()voidresetVersion()voidsetAllowNullHeader(com.hashicorp.cdktf.IResolvable value)voidsetAllowNullHeader(Boolean value)voidsetInternalValue(HealthcareHl7V2StoreParserConfig value)voidsetSchema(String value)voidsetSegmentTerminator(String value)voidsetVersion(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public HealthcareHl7V2StoreParserConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable HealthcareHl7V2StoreParserConfig value)
-
-