Class CfnPartnershipPropsMixin.WrapOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnPartnershipPropsMixin.WrapOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnershipPropsMixin.WrapOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnershipPropsMixin.WrapOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnPartnershipPropsMixin.WrapOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartnershipPropsMixin.WrapOptionsProperty
An implementation for
CfnPartnershipPropsMixin.WrapOptionsProperty-
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.WrapOptionsProperty
CfnPartnershipPropsMixin.WrapOptionsProperty.Builder, CfnPartnershipPropsMixin.WrapOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPartnershipPropsMixin.WrapOptionsProperty.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 NumberSpecifies the maximum length of a line before wrapping occurs.final StringSpecifies the character sequence used to terminate lines when wrapping.final StringSpecifies the method used for wrapping lines in the EDI output.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.WrapOptionsProperty.Builder.
-
-
Method Details
-
getLineLength
Description copied from interface:CfnPartnershipPropsMixin.WrapOptionsPropertySpecifies the maximum length of a line before wrapping occurs.This value is used when
wrapByis set toLINE_LENGTH.- Specified by:
getLineLengthin interfaceCfnPartnershipPropsMixin.WrapOptionsProperty- See Also:
-
getLineTerminator
Description copied from interface:CfnPartnershipPropsMixin.WrapOptionsPropertySpecifies the character sequence used to terminate lines when wrapping. Valid values:.CRLF: carriage return and line feedLF: line feed)CR: carriage return
- Specified by:
getLineTerminatorin interfaceCfnPartnershipPropsMixin.WrapOptionsProperty- See Also:
-
getWrapBy
Description copied from interface:CfnPartnershipPropsMixin.WrapOptionsPropertySpecifies the method used for wrapping lines in the EDI output. Valid values:.SEGMENT: Wraps by segment.ONE_LINE: Indicates that the entire content is on a single line.
When you specify
ONE_LINE, do not provide either the line length nor the line terminator value.LINE_LENGTH: Wraps by character count, as specified bylineLengthvalue.
- Specified by:
getWrapByin interfaceCfnPartnershipPropsMixin.WrapOptionsProperty- 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()
-