Class CfnTransformer.X12ElementLengthValidationRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnTransformer.X12ElementLengthValidationRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnTransformer.X12ElementLengthValidationRuleProperty
@Stability(Stable)
@Internal
public static final class CfnTransformer.X12ElementLengthValidationRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformer.X12ElementLengthValidationRuleProperty
An implementation for 
CfnTransformer.X12ElementLengthValidationRuleProperty- 
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.X12ElementLengthValidationRuleProperty
CfnTransformer.X12ElementLengthValidationRuleProperty.Builder, CfnTransformer.X12ElementLengthValidationRuleProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformer.X12ElementLengthValidationRuleProperty.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 StringSpecifies the four-digit element ID to which the length constraints will be applied.final NumberSpecifies the maximum allowed length for the identified element.final NumberSpecifies the minimum required length for the identified element.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.X12ElementLengthValidationRuleProperty.Builder. 
 - 
 - 
Method Details
- 
getElementId
Description copied from interface:CfnTransformer.X12ElementLengthValidationRulePropertySpecifies the four-digit element ID to which the length constraints will be applied.This identifies which X12 element will have its length requirements modified.
- Specified by:
 getElementIdin interfaceCfnTransformer.X12ElementLengthValidationRuleProperty- See Also:
 
 - 
getMaxLength
Description copied from interface:CfnTransformer.X12ElementLengthValidationRulePropertySpecifies the maximum allowed length for the identified element.This value defines the upper limit for the element's content length.
- Specified by:
 getMaxLengthin interfaceCfnTransformer.X12ElementLengthValidationRuleProperty- See Also:
 
 - 
getMinLength
Description copied from interface:CfnTransformer.X12ElementLengthValidationRulePropertySpecifies the minimum required length for the identified element.This value defines the lower limit for the element's content length.
- Specified by:
 getMinLengthin interfaceCfnTransformer.X12ElementLengthValidationRuleProperty- 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() 
 -