Class CfnTransformerPropsMixin.X12CodeListValidationRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnTransformerPropsMixin.X12CodeListValidationRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformerPropsMixin.X12CodeListValidationRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformerPropsMixin.X12CodeListValidationRuleProperty
@Stability(Stable)
@Internal
public static final class CfnTransformerPropsMixin.X12CodeListValidationRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformerPropsMixin.X12CodeListValidationRuleProperty
An implementation for
CfnTransformerPropsMixin.X12CodeListValidationRuleProperty-
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.X12CodeListValidationRuleProperty
CfnTransformerPropsMixin.X12CodeListValidationRuleProperty.Builder, CfnTransformerPropsMixin.X12CodeListValidationRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformerPropsMixin.X12CodeListValidationRuleProperty.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 booleanSpecifies a list of code values to add to the element's allowed values.Specifies a list of code values to remove from the element's allowed values.final StringSpecifies the four-digit element ID to which the code list modifications apply.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 theCfnTransformerPropsMixin.X12CodeListValidationRuleProperty.Builder.
-
-
Method Details
-
getCodesToAdd
Description copied from interface:CfnTransformerPropsMixin.X12CodeListValidationRulePropertySpecifies a list of code values to add to the element's allowed values.These codes will be considered valid for the specified element in addition to the standard codes defined by the X12 specification.
- Specified by:
getCodesToAddin interfaceCfnTransformerPropsMixin.X12CodeListValidationRuleProperty- See Also:
-
getCodesToRemove
Description copied from interface:CfnTransformerPropsMixin.X12CodeListValidationRulePropertySpecifies a list of code values to remove from the element's allowed values.These codes will be considered invalid for the specified element, even if they are part of the standard codes defined by the X12 specification.
- Specified by:
getCodesToRemovein interfaceCfnTransformerPropsMixin.X12CodeListValidationRuleProperty- See Also:
-
getElementId
Description copied from interface:CfnTransformerPropsMixin.X12CodeListValidationRulePropertySpecifies the four-digit element ID to which the code list modifications apply.This identifies which X12 element will have its allowed code values modified.
- Specified by:
getElementIdin interfaceCfnTransformerPropsMixin.X12CodeListValidationRuleProperty- 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()
-