@Stability(value=Experimental) @Internal public static final class MultipartBodyOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MultipartBodyOptions
MultipartBodyOptionssoftware.amazon.jsii.JsiiObject.InitializationModeMultipartBodyOptions.Builder, MultipartBodyOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String contentType,
String body,
String transferEncoding)
Constructor that initializes the object based on literal property values passed by the
MultipartBodyOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getBody()
(experimental) The body of message.
|
String |
getContentType()
(experimental) `Content-Type` header of this part.
|
String |
getTransferEncoding()
(experimental) `Content-Transfer-Encoding` header specifying part encoding.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String contentType, String body, String transferEncoding)
MultipartBodyOptions.Builder.public final String getContentType()
MultipartBodyOptionsSome examples of content types:
text/x-shellscript; charset="utf-8" (shell script)text/cloud-boothook; charset="utf-8" (shell script executed during boot phase)
For Linux shell scripts use text/x-shellscript.
getContentType in interface MultipartBodyOptionspublic final String getBody()
MultipartBodyOptionsDefault: undefined - body will not be added to part
getBody in interface MultipartBodyOptionspublic final String getTransferEncoding()
MultipartBodyOptionsDefault: undefined - body is not encoded
getTransferEncoding in interface MultipartBodyOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.