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