Class CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty
An implementation for
CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty-
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.CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty
CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty.Builder, CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty.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 StringSpecifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions.final StringSpecifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges.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 theCfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty.Builder.
-
-
Method Details
-
getFunctionalAcknowledgment
Description copied from interface:CfnPartnershipPropsMixin.X12AcknowledgmentOptionsPropertySpecifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions.Valid values are
DO_NOT_GENERATE,GENERATE_ALL_SEGMENTSandGENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP.If you choose
GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP, AWS B2B Data Interchange skips the AK2_Loop when generating an acknowledgment document.- Specified by:
getFunctionalAcknowledgmentin interfaceCfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty- See Also:
-
getTechnicalAcknowledgment
Description copied from interface:CfnPartnershipPropsMixin.X12AcknowledgmentOptionsPropertySpecifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges.Valid values are
DO_NOT_GENERATEandGENERATE_ALL_SEGMENTSand.- Specified by:
getTechnicalAcknowledgmentin interfaceCfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty- 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()
-