Class CfnTransformer.X12ValidationRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnTransformer.X12ValidationRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformer.X12ValidationRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformer.X12ValidationRuleProperty
@Stability(Stable)
@Internal
public static final class CfnTransformer.X12ValidationRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformer.X12ValidationRuleProperty
An implementation for
CfnTransformer.X12ValidationRuleProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.b2bi.CfnTransformer.X12ValidationRuleProperty
CfnTransformer.X12ValidationRuleProperty.Builder, CfnTransformer.X12ValidationRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformer.X12ValidationRuleProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies a code list validation rule that modifies the allowed code values for a specific X12 element.final ObjectSpecifies an element length validation rule that defines custom length constraints for a specific X12 element.final ObjectSpecifies an element requirement validation rule that modifies whether a specific X12 element is required or optional within a segment.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnTransformer.X12ValidationRuleProperty.Builder.
-
-
Method Details
-
getCodeListValidationRule
Description copied from interface:CfnTransformer.X12ValidationRulePropertySpecifies a code list validation rule that modifies the allowed code values for a specific X12 element.This rule enables you to customize which codes are considered valid for an element, allowing for trading partner-specific code requirements.
Returns union: either
IResolvableorCfnTransformer.X12CodeListValidationRuleProperty- Specified by:
getCodeListValidationRulein interfaceCfnTransformer.X12ValidationRuleProperty- See Also:
-
getElementLengthValidationRule
Description copied from interface:CfnTransformer.X12ValidationRulePropertySpecifies an element length validation rule that defines custom length constraints for a specific X12 element.This rule allows you to enforce minimum and maximum length requirements that may differ from the standard X12 specification.
Returns union: either
IResolvableorCfnTransformer.X12ElementLengthValidationRuleProperty- Specified by:
getElementLengthValidationRulein interfaceCfnTransformer.X12ValidationRuleProperty- See Also:
-
getElementRequirementValidationRule
Description copied from interface:CfnTransformer.X12ValidationRulePropertySpecifies an element requirement validation rule that modifies whether a specific X12 element is required or optional within a segment.This rule provides flexibility to accommodate different trading partner requirements for element presence.
Returns union: either
IResolvableorCfnTransformer.X12ElementRequirementValidationRuleProperty- Specified by:
getElementRequirementValidationRulein interfaceCfnTransformer.X12ValidationRuleProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-