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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.b2bi.CfnPartnership.WrapOptionsProperty
CfnPartnership.WrapOptionsProperty.Builder, CfnPartnership.WrapOptionsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPartnership.WrapOptionsProperty.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 Number
Specifies the maximum length of a line before wrapping occurs.final String
Specifies the character sequence used to terminate lines when wrapping.final String
Specifies the method used for wrapping lines in the EDI output.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.WrapOptionsProperty.Builder
.
-
-
Method Details
-
getLineLength
Description copied from interface:CfnPartnership.WrapOptionsProperty
Specifies the maximum length of a line before wrapping occurs.This value is used when
wrapBy
is set toLINE_LENGTH
.- Specified by:
getLineLength
in interfaceCfnPartnership.WrapOptionsProperty
- See Also:
-
getLineTerminator
Description copied from interface:CfnPartnership.WrapOptionsProperty
Specifies the character sequence used to terminate lines when wrapping. Valid values:.CRLF
: carriage return and line feedLF
: line feed)CR
: carriage return
- Specified by:
getLineTerminator
in interfaceCfnPartnership.WrapOptionsProperty
- See Also:
-
getWrapBy
Description copied from interface:CfnPartnership.WrapOptionsProperty
Specifies 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 bylineLength
value.
- Specified by:
getWrapBy
in interfaceCfnPartnership.WrapOptionsProperty
- 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()
-