Class CfnPartnership.X12AcknowledgmentOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnership.X12AcknowledgmentOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnership.X12AcknowledgmentOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnPartnership.X12AcknowledgmentOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartnership.X12AcknowledgmentOptionsProperty
An implementation for
CfnPartnership.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.services.b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty
CfnPartnership.X12AcknowledgmentOptionsProperty.Builder, CfnPartnership.X12AcknowledgmentOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPartnership.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 theCfnPartnership.X12AcknowledgmentOptionsProperty.Builder.
-
-
Method Details
-
getFunctionalAcknowledgment
Description copied from interface:CfnPartnership.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 interfaceCfnPartnership.X12AcknowledgmentOptionsProperty- See Also:
-
getTechnicalAcknowledgment
Description copied from interface:CfnPartnership.X12AcknowledgmentOptionsPropertySpecifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges.Valid values are
DO_NOT_GENERATEandGENERATE_ALL_SEGMENTSand.- Specified by:
getTechnicalAcknowledgmentin interfaceCfnPartnership.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()
-