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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.b2bi.CfnPartnership.X12AcknowledgmentOptionsPropertyCfnPartnership.X12AcknowledgmentOptionsProperty.Builder, CfnPartnership.X12AcknowledgmentOptionsProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnPartnership.X12AcknowledgmentOptionsProperty.Builder.
 
- 
- 
Method Details- 
getFunctionalAcknowledgmentDescription 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 interface- CfnPartnership.X12AcknowledgmentOptionsProperty
- See Also:
 
- 
getTechnicalAcknowledgmentDescription 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 interface- CfnPartnership.X12AcknowledgmentOptionsProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-