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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty
CfnPartnership.X12AcknowledgmentOptionsProperty.Builder, CfnPartnership.X12AcknowledgmentOptionsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPartnership.X12AcknowledgmentOptionsProperty.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 functional acknowledgments (997/999) should be generated for incoming X12 transactions.final String
Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges.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 theCfnPartnership.X12AcknowledgmentOptionsProperty.Builder
.
-
-
Method Details
-
getFunctionalAcknowledgment
Description copied from interface:CfnPartnership.X12AcknowledgmentOptionsProperty
Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions.Valid values are
DO_NOT_GENERATE
,GENERATE_ALL_SEGMENTS
andGENERATE_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:
getFunctionalAcknowledgment
in interfaceCfnPartnership.X12AcknowledgmentOptionsProperty
- See Also:
-
getTechnicalAcknowledgment
Description copied from interface:CfnPartnership.X12AcknowledgmentOptionsProperty
Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges.Valid values are
DO_NOT_GENERATE
andGENERATE_ALL_SEGMENTS
and.- Specified by:
getTechnicalAcknowledgment
in interfaceCfnPartnership.X12AcknowledgmentOptionsProperty
- 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()
-