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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.b2bi.CfnTransformerProps
CfnTransformerProps.Builder, CfnTransformerProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTransformerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTransformerProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
final String
final Object
Returns a structure that contains the format options for the transformation.final Object
Returns 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 String
getName()
Returns the descriptive name for the transformer.final Object
Returns theOutputConversion
object, which contains the format options for the outbound transformation.final String
(deprecated) This shape is deprecated: This is a legacy trait.final Object
Returns 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 String
Returns the state of the newly created transformer.getTags()
A key-value pair for a specific transformer.final int
hashCode()
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:CfnTransformerProps
Returns the descriptive name for the transformer.- Specified by:
getName
in interfaceCfnTransformerProps
- See Also:
-
getStatus
Description copied from interface:CfnTransformerProps
Returns the state of the newly created transformer.The transformer can be either
active
orinactive
. For the transformer to be used in a capability, its status mustactive
.- Specified by:
getStatus
in interfaceCfnTransformerProps
- See Also:
-
getEdiType
- Specified by:
getEdiType
in interfaceCfnTransformerProps
- See Also:
-
getFileFormat
- Specified by:
getFileFormat
in interfaceCfnTransformerProps
- See Also:
-
getInputConversion
Description copied from interface:CfnTransformerProps
Returns a structure that contains the format options for the transformation.- Specified by:
getInputConversion
in interfaceCfnTransformerProps
- See Also:
-
getMapping
Description copied from interface:CfnTransformerProps
Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).- Specified by:
getMapping
in 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:
getMappingTemplate
in interfaceCfnTransformerProps
- See Also:
-
getOutputConversion
Description copied from interface:CfnTransformerProps
Returns theOutputConversion
object, which contains the format options for the outbound transformation.- Specified by:
getOutputConversion
in 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:
getSampleDocument
in interfaceCfnTransformerProps
- See Also:
-
getSampleDocuments
Description copied from interface:CfnTransformerProps
Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.- Specified by:
getSampleDocuments
in interfaceCfnTransformerProps
- See Also:
-
getTags
Description copied from interface:CfnTransformerProps
A 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:
getTags
in interfaceCfnTransformerProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-