Class CfnTransformer.OutputConversionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnTransformer.OutputConversionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformer.OutputConversionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformer.OutputConversionProperty
@Stability(Stable)
@Internal
public static final class CfnTransformer.OutputConversionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformer.OutputConversionProperty
An implementation for
CfnTransformer.OutputConversionProperty-
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.OutputConversionProperty
CfnTransformer.OutputConversionProperty.Builder, CfnTransformer.OutputConversionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformer.OutputConversionProperty.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 ObjectReturns union: eitherIResolvableorCfnTransformer.AdvancedOptionsPropertyfinal ObjectA structure that contains the X12 transaction set and version for the transformer output.final StringThe format for the output from an outbound transformer: only X12 is currently 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.OutputConversionProperty.Builder.
-
-
Method Details
-
getToFormat
Description copied from interface:CfnTransformer.OutputConversionPropertyThe format for the output from an outbound transformer: only X12 is currently supported.- Specified by:
getToFormatin interfaceCfnTransformer.OutputConversionProperty- See Also:
-
getAdvancedOptions
Description copied from interface:CfnTransformer.OutputConversionPropertyReturns union: eitherIResolvableorCfnTransformer.AdvancedOptionsProperty- Specified by:
getAdvancedOptionsin interfaceCfnTransformer.OutputConversionProperty- See Also:
-
getFormatOptions
Description copied from interface:CfnTransformer.OutputConversionPropertyA structure that contains the X12 transaction set and version for the transformer output.Returns union: either
IResolvableorCfnTransformer.FormatOptionsProperty- Specified by:
getFormatOptionsin interfaceCfnTransformer.OutputConversionProperty- 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()
-