Class CfnPartnership.WrapOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnPartnership.WrapOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnership.WrapOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnership.WrapOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnPartnership.WrapOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartnership.WrapOptionsProperty
An implementation for
CfnPartnership.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.services.b2bi.CfnPartnership.WrapOptionsProperty
CfnPartnership.WrapOptionsProperty.Builder, CfnPartnership.WrapOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPartnership.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 theCfnPartnership.WrapOptionsProperty.Builder.
-
-
Method Details
-
getLineLength
Description copied from interface:CfnPartnership.WrapOptionsPropertySpecifies the maximum length of a line before wrapping occurs.This value is used when
wrapByis set toLINE_LENGTH.- Specified by:
getLineLengthin interfaceCfnPartnership.WrapOptionsProperty- See Also:
-
getLineTerminator
Description copied from interface:CfnPartnership.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 interfaceCfnPartnership.WrapOptionsProperty- See Also:
-
getWrapBy
Description copied from interface:CfnPartnership.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 interfaceCfnPartnership.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()
-