Class CfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty
@Stability(Stable)
@Internal
public static final class CfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty
An implementation for
CfnTransformerPropsMixin.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.cfnpropertymixins.services.b2bi.CfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty
CfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty.Builder, CfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformerPropsMixin.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
protected Jsii$Proxy(CfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty.Builder.
-
-
Method Details
-
getElementId
Description copied from interface:CfnTransformerPropsMixin.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 interfaceCfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty- See Also:
-
getMaxLength
Description copied from interface:CfnTransformerPropsMixin.X12ElementLengthValidationRulePropertySpecifies the maximum allowed length for the identified element.This value defines the upper limit for the element's content length.
- Specified by:
getMaxLengthin interfaceCfnTransformerPropsMixin.X12ElementLengthValidationRuleProperty- See Also:
-
getMinLength
Description copied from interface:CfnTransformerPropsMixin.X12ElementLengthValidationRulePropertySpecifies the minimum required length for the identified element.This value defines the lower limit for the element's content length.
- Specified by:
getMinLengthin interfaceCfnTransformerPropsMixin.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()
-