public static final class MultipartBodyOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MultipartBodyOptions
MultipartBodyOptions
MultipartBodyOptions.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBody()
The body of message.
|
java.lang.String |
getContentType()
`Content-Type` header of this part.
|
java.lang.String |
getTransferEncoding()
`Content-Transfer-Encoding` header specifying part encoding.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getContentType()
MultipartBodyOptions
Some 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 MultipartBodyOptions
public final java.lang.String getBody()
MultipartBodyOptions
Default: undefined - body will not be added to part
getBody
in interface MultipartBodyOptions
public final java.lang.String getTransferEncoding()
MultipartBodyOptions
Default: undefined - body is not encoded
getTransferEncoding
in interface MultipartBodyOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()