Class CfnTransformer.X12ElementRequirementValidationRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformer.X12ElementRequirementValidationRuleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformer.X12ElementRequirementValidationRuleProperty
@Stability(Stable)
@Internal
public static final class CfnTransformer.X12ElementRequirementValidationRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformer.X12ElementRequirementValidationRuleProperty
An implementation for
CfnTransformer.X12ElementRequirementValidationRuleProperty
-
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.X12ElementRequirementValidationRuleProperty
CfnTransformer.X12ElementRequirementValidationRuleProperty.Builder, CfnTransformer.X12ElementRequirementValidationRuleProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTransformer.X12ElementRequirementValidationRuleProperty.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 position of the element within an X12 segment for which the requirement status will be modified.final String
Specifies the requirement status for the element at the specified position.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.X12ElementRequirementValidationRuleProperty.Builder
.
-
-
Method Details
-
getElementPosition
Description copied from interface:CfnTransformer.X12ElementRequirementValidationRuleProperty
Specifies the position of the element within an X12 segment for which the requirement status will be modified.The format follows the pattern of segment identifier followed by element position (e.g., "ST-01" for the first element of the ST segment).
- Specified by:
getElementPosition
in interfaceCfnTransformer.X12ElementRequirementValidationRuleProperty
- See Also:
-
getRequirement
Description copied from interface:CfnTransformer.X12ElementRequirementValidationRuleProperty
Specifies the requirement status for the element at the specified position.Valid values are OPTIONAL (the element may be omitted) or MANDATORY (the element must be present).
- Specified by:
getRequirement
in interfaceCfnTransformer.X12ElementRequirementValidationRuleProperty
- 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()
-