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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty
CfnTransformer.X12ElementLengthValidationRuleProperty.Builder, CfnTransformer.X12ElementLengthValidationRuleProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTransformer.X12ElementLengthValidationRuleProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Specifies the four-digit element ID to which the length constraints will be applied.final Number
Specifies the maximum allowed length for the identified element.final Number
Specifies the minimum required length for the identified element.final int
hashCode()
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.X12ElementLengthValidationRuleProperty
Specifies 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:
getElementId
in interfaceCfnTransformer.X12ElementLengthValidationRuleProperty
- See Also:
-
getMaxLength
Description copied from interface:CfnTransformer.X12ElementLengthValidationRuleProperty
Specifies the maximum allowed length for the identified element.This value defines the upper limit for the element's content length.
- Specified by:
getMaxLength
in interfaceCfnTransformer.X12ElementLengthValidationRuleProperty
- See Also:
-
getMinLength
Description copied from interface:CfnTransformer.X12ElementLengthValidationRuleProperty
Specifies the minimum required length for the identified element.This value defines the lower limit for the element's content length.
- Specified by:
getMinLength
in interfaceCfnTransformer.X12ElementLengthValidationRuleProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-