Class CfnCapability.EdiConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnCapability.EdiConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapability.EdiConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapability.EdiConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCapability.EdiConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapability.EdiConfigurationProperty
An implementation for
CfnCapability.EdiConfigurationProperty
-
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.CfnCapability.EdiConfigurationProperty
CfnCapability.EdiConfigurationProperty.Builder, CfnCapability.EdiConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCapability.EdiConfigurationProperty.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 String
Specifies whether this is capability is for inbound or outbound transformations.final Object
Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in anS3Location
object.final Object
Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in anS3Location
object.final String
Returns the system-assigned unique identifier for the transformer.final Object
getType()
Returns the type of the capability.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 theCfnCapability.EdiConfigurationProperty.Builder
.
-
-
Method Details
-
getInputLocation
Description copied from interface:CfnCapability.EdiConfigurationProperty
Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in anS3Location
object.- Specified by:
getInputLocation
in interfaceCfnCapability.EdiConfigurationProperty
- See Also:
-
getOutputLocation
Description copied from interface:CfnCapability.EdiConfigurationProperty
Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in anS3Location
object.- Specified by:
getOutputLocation
in interfaceCfnCapability.EdiConfigurationProperty
- See Also:
-
getTransformerId
Description copied from interface:CfnCapability.EdiConfigurationProperty
Returns the system-assigned unique identifier for the transformer.- Specified by:
getTransformerId
in interfaceCfnCapability.EdiConfigurationProperty
- See Also:
-
getType
Description copied from interface:CfnCapability.EdiConfigurationProperty
Returns the type of the capability.Currently, only
edi
is supported.- Specified by:
getType
in interfaceCfnCapability.EdiConfigurationProperty
- See Also:
-
getCapabilityDirection
Description copied from interface:CfnCapability.EdiConfigurationProperty
Specifies whether this is capability is for inbound or outbound transformations.- Specified by:
getCapabilityDirection
in interfaceCfnCapability.EdiConfigurationProperty
- 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()
-