Class CfnTransformerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnTransformerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformerProps
@Stability(Stable)
@Internal
public static final class CfnTransformerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformerProps
An implementation for
CfnTransformerProps-
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.CfnTransformerProps
CfnTransformerProps.Builder, CfnTransformerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTransformerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTransformerProps.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.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 theCfnTransformerProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnTransformerPropsReturns the descriptive name for the transformer.- Specified by:
getNamein interfaceCfnTransformerProps- See Also:
-
getStatus
Description copied from interface:CfnTransformerPropsReturns 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 interfaceCfnTransformerProps- See Also:
-
getEdiType
Description copied from interface:CfnTransformerPropsReturns union: eitherIResolvableorCfnTransformer.EdiTypeProperty- Specified by:
getEdiTypein interfaceCfnTransformerProps- See Also:
-
getFileFormat
- Specified by:
getFileFormatin interfaceCfnTransformerProps- See Also:
-
getInputConversion
Description copied from interface:CfnTransformerPropsReturns a structure that contains the format options for the transformation.Returns union: either
IResolvableorCfnTransformer.InputConversionProperty- Specified by:
getInputConversionin interfaceCfnTransformerProps- See Also:
-
getMapping
Description copied from interface:CfnTransformerPropsReturns the structure that contains the mapping template and its language (either XSLT or JSONATA).Returns union: either
IResolvableorCfnTransformer.MappingProperty- Specified by:
getMappingin interfaceCfnTransformerProps- See Also:
-
getMappingTemplate
Description copied from interface:CfnTransformerProps(deprecated) This shape is deprecated: This is a legacy trait.Please use input-conversion or output-conversion.
- Specified by:
getMappingTemplatein interfaceCfnTransformerProps- See Also:
-
getOutputConversion
Description copied from interface:CfnTransformerPropsReturns theOutputConversionobject, which contains the format options for the outbound transformation.Returns union: either
IResolvableorCfnTransformer.OutputConversionProperty- Specified by:
getOutputConversionin interfaceCfnTransformerProps- See Also:
-
getSampleDocument
Description copied from interface:CfnTransformerProps(deprecated) This shape is deprecated: This is a legacy trait.Please use input-conversion or output-conversion.
- Specified by:
getSampleDocumentin interfaceCfnTransformerProps- See Also:
-
getSampleDocuments
Description copied from interface:CfnTransformerPropsReturns 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
IResolvableorCfnTransformer.SampleDocumentsProperty- Specified by:
getSampleDocumentsin interfaceCfnTransformerProps- See Also:
-
getTags
Description copied from interface:CfnTransformerPropsA 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 interfaceCfnTransformerProps- 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()
-