Class CfnPartnership.X12OutboundEdiHeadersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnPartnership.X12OutboundEdiHeadersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnership.X12OutboundEdiHeadersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnership.X12OutboundEdiHeadersProperty
@Stability(Stable)
@Internal
public static final class CfnPartnership.X12OutboundEdiHeadersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartnership.X12OutboundEdiHeadersProperty
An implementation for
CfnPartnership.X12OutboundEdiHeadersProperty-
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.X12OutboundEdiHeadersProperty
CfnPartnership.X12OutboundEdiHeadersProperty.Builder, CfnPartnership.X12OutboundEdiHeadersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPartnership.X12OutboundEdiHeadersProperty.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 ObjectThe delimiters, for example semicolon (;), that separates sections of the headers for the X12 object.final ObjectThe functional group headers for the X12 object.final ObjectIn X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header.final ObjectSpecifies whether or not to validate the EDI for this X12 object:TRUEorFALSE.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.X12OutboundEdiHeadersProperty.Builder.
-
-
Method Details
-
getDelimiters
Description copied from interface:CfnPartnership.X12OutboundEdiHeadersPropertyThe delimiters, for example semicolon (;), that separates sections of the headers for the X12 object.- Specified by:
getDelimitersin interfaceCfnPartnership.X12OutboundEdiHeadersProperty- See Also:
-
getFunctionalGroupHeaders
Description copied from interface:CfnPartnership.X12OutboundEdiHeadersPropertyThe functional group headers for the X12 object.- Specified by:
getFunctionalGroupHeadersin interfaceCfnPartnership.X12OutboundEdiHeadersProperty- See Also:
-
getInterchangeControlHeaders
Description copied from interface:CfnPartnership.X12OutboundEdiHeadersPropertyIn X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header.- Specified by:
getInterchangeControlHeadersin interfaceCfnPartnership.X12OutboundEdiHeadersProperty- See Also:
-
getValidateEdi
Description copied from interface:CfnPartnership.X12OutboundEdiHeadersPropertySpecifies whether or not to validate the EDI for this X12 object:TRUEorFALSE.- Specified by:
getValidateEdiin interfaceCfnPartnership.X12OutboundEdiHeadersProperty- 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()
-