Class CfnTransformerMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnTransformerMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformerMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformerMixinProps
@Stability(Stable)
@Internal
public static final class CfnTransformerMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformerMixinProps
An implementation for
CfnTransformerMixinProps-
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.CfnTransformerMixinProps
CfnTransformerMixinProps.Builder, CfnTransformerMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformerMixinProps.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: eitherIResolvableorCfnTransformerPropsMixin.EdiTypePropertyfinal Stringfinal ObjectReturns a structure that contains the format options for the transformation.final ObjectReturns the structure that contains the mapping template and its language (either XSLT or JSONATA).final String(deprecated) This shape is deprecated: This is a legacy trait.final StringgetName()Returns the descriptive name for the transformer.final ObjectReturns theOutputConversionobject, which contains the format options for the outbound transformation.final String(deprecated) This shape is deprecated: This is a legacy trait.final ObjectReturns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.final StringReturns the state of the newly created transformer.getTags()A key-value pair for a specific transformer.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 theCfnTransformerMixinProps.Builder.
-
-
Method Details
-
getEdiType
Description copied from interface:CfnTransformerMixinPropsReturns union: eitherIResolvableorCfnTransformerPropsMixin.EdiTypeProperty- Specified by:
getEdiTypein interfaceCfnTransformerMixinProps- See Also:
-
getFileFormat
- Specified by:
getFileFormatin interfaceCfnTransformerMixinProps- See Also:
-
getInputConversion
Description copied from interface:CfnTransformerMixinPropsReturns a structure that contains the format options for the transformation.Returns union: either
IResolvableorCfnTransformerPropsMixin.InputConversionProperty- Specified by:
getInputConversionin interfaceCfnTransformerMixinProps- See Also:
-
getMapping
Description copied from interface:CfnTransformerMixinPropsReturns the structure that contains the mapping template and its language (either XSLT or JSONATA).Returns union: either
IResolvableorCfnTransformerPropsMixin.MappingProperty- Specified by:
getMappingin interfaceCfnTransformerMixinProps- See Also:
-
getMappingTemplate
Description copied from interface:CfnTransformerMixinProps(deprecated) This shape is deprecated: This is a legacy trait.Please use input-conversion or output-conversion.
- Specified by:
getMappingTemplatein interfaceCfnTransformerMixinProps- See Also:
-
getName
Description copied from interface:CfnTransformerMixinPropsReturns the descriptive name for the transformer.- Specified by:
getNamein interfaceCfnTransformerMixinProps- See Also:
-
getOutputConversion
Description copied from interface:CfnTransformerMixinPropsReturns theOutputConversionobject, which contains the format options for the outbound transformation.Returns union: either
IResolvableorCfnTransformerPropsMixin.OutputConversionProperty- Specified by:
getOutputConversionin interfaceCfnTransformerMixinProps- See Also:
-
getSampleDocument
Description copied from interface:CfnTransformerMixinProps(deprecated) This shape is deprecated: This is a legacy trait.Please use input-conversion or output-conversion.
- Specified by:
getSampleDocumentin interfaceCfnTransformerMixinProps- See Also:
-
getSampleDocuments
Description copied from interface:CfnTransformerMixinPropsReturns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.Returns union: either
IResolvableorCfnTransformerPropsMixin.SampleDocumentsProperty- Specified by:
getSampleDocumentsin interfaceCfnTransformerMixinProps- See Also:
-
getStatus
Description copied from interface:CfnTransformerMixinPropsReturns the state of the newly created transformer.The transformer can be either
activeorinactive. For the transformer to be used in a capability, its status mustactive.- Specified by:
getStatusin interfaceCfnTransformerMixinProps- See Also:
-
getTags
Description copied from interface:CfnTransformerMixinPropsA key-value pair for a specific transformer.Tags are metadata that you can use to search for and group capabilities for various purposes.
- Specified by:
getTagsin interfaceCfnTransformerMixinProps- 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()
-