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 the details for the EDI standard that is being used for the transformer.final StringReturns that the currently supported file formats for EDI transformations areJSONandXML.final StringReturns a sample EDI document that is used by a transformer as a guide for processing the EDI data.final StringReturns a timestamp representing the date and time for the most recent change for the transformer object.final StringgetName()Returns the descriptive name for the transformer.final StringReturns a sample EDI document that is used by a transformer as a guide for processing the EDI data.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
-
getEdiType
Description copied from interface:CfnTransformerPropsReturns the details for the EDI standard that is being used for the transformer.Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.
- Specified by:
getEdiTypein interfaceCfnTransformerProps- See Also:
-
getFileFormat
Description copied from interface:CfnTransformerPropsReturns that the currently supported file formats for EDI transformations areJSONandXML.- Specified by:
getFileFormatin interfaceCfnTransformerProps- See Also:
-
getMappingTemplate
Description copied from interface:CfnTransformerPropsReturns a sample EDI document that is used by a transformer as a guide for processing the EDI data.- Specified by:
getMappingTemplatein interfaceCfnTransformerProps- See Also:
-
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:
-
getModifiedAt
Description copied from interface:CfnTransformerPropsReturns a timestamp representing the date and time for the most recent change for the transformer object.- Specified by:
getModifiedAtin interfaceCfnTransformerProps- See Also:
-
getSampleDocument
Description copied from interface:CfnTransformerPropsReturns a sample EDI document that is used by a transformer as a guide for processing the EDI data.- Specified by:
getSampleDocumentin 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()
-