Class CfnTransformerPropsMixin.InputConversionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnTransformerPropsMixin.InputConversionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformerPropsMixin.InputConversionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformerPropsMixin.InputConversionProperty
@Stability(Stable)
@Internal
public static final class CfnTransformerPropsMixin.InputConversionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformerPropsMixin.InputConversionProperty
An implementation for
CfnTransformerPropsMixin.InputConversionProperty-
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.InputConversionProperty
CfnTransformerPropsMixin.InputConversionProperty.Builder, CfnTransformerPropsMixin.InputConversionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformerPropsMixin.InputConversionProperty.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 ObjectSpecifies advanced options for the input conversion process.final ObjectA structure that contains the formatting options for an inbound transformer.final StringThe format for the transformer input: currently onX12is supported.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.InputConversionProperty.Builder.
-
-
Method Details
-
getAdvancedOptions
Description copied from interface:CfnTransformerPropsMixin.InputConversionPropertySpecifies advanced options for the input conversion process.These options provide additional control over how EDI files are processed during transformation.
Returns union: either
IResolvableorCfnTransformerPropsMixin.AdvancedOptionsProperty- Specified by:
getAdvancedOptionsin interfaceCfnTransformerPropsMixin.InputConversionProperty- See Also:
-
getFormatOptions
Description copied from interface:CfnTransformerPropsMixin.InputConversionPropertyA structure that contains the formatting options for an inbound transformer.Returns union: either
IResolvableorCfnTransformerPropsMixin.FormatOptionsProperty- Specified by:
getFormatOptionsin interfaceCfnTransformerPropsMixin.InputConversionProperty- See Also:
-
getFromFormat
Description copied from interface:CfnTransformerPropsMixin.InputConversionPropertyThe format for the transformer input: currently onX12is supported.- Specified by:
getFromFormatin interfaceCfnTransformerPropsMixin.InputConversionProperty- 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()
-