Class CfnTransformer.X12CodeListValidationRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnTransformer.X12CodeListValidationRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformer.X12CodeListValidationRuleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformer.X12CodeListValidationRuleProperty
@Stability(Stable)
@Internal
public static final class CfnTransformer.X12CodeListValidationRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformer.X12CodeListValidationRuleProperty
An implementation for
CfnTransformer.X12CodeListValidationRuleProperty
-
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.X12CodeListValidationRuleProperty
CfnTransformer.X12CodeListValidationRuleProperty.Builder, CfnTransformer.X12CodeListValidationRuleProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTransformer.X12CodeListValidationRuleProperty.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
Specifies 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 String
Specifies the four-digit element ID to which the code list modifications apply.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.X12CodeListValidationRuleProperty.Builder
.
-
-
Method Details
-
getElementId
Description copied from interface:CfnTransformer.X12CodeListValidationRuleProperty
Specifies 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:
getElementId
in interfaceCfnTransformer.X12CodeListValidationRuleProperty
- See Also:
-
getCodesToAdd
Description copied from interface:CfnTransformer.X12CodeListValidationRuleProperty
Specifies 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:
getCodesToAdd
in interfaceCfnTransformer.X12CodeListValidationRuleProperty
- See Also:
-
getCodesToRemove
Description copied from interface:CfnTransformer.X12CodeListValidationRuleProperty
Specifies 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:
getCodesToRemove
in interfaceCfnTransformer.X12CodeListValidationRuleProperty
- 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()
-