Class MultipartBodyOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.MultipartBodyOptions.Jsii$Proxy
- All Implemented Interfaces:
MultipartBodyOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MultipartBodyOptions
@Stability(Stable)
@Internal
public static final class MultipartBodyOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MultipartBodyOptions
An implementation for
MultipartBodyOptions-
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.ec2.MultipartBodyOptions
MultipartBodyOptions.Builder, MultipartBodyOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(MultipartBodyOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theMultipartBodyOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theMultipartBodyOptions.Builder.
-
-
Method Details
-
getContentType
Description copied from interface:MultipartBodyOptionsContent-Typeheader of this part.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.- Specified by:
getContentTypein interfaceMultipartBodyOptions
-
getBody
Description copied from interface:MultipartBodyOptionsThe body of message.Default: undefined - body will not be added to part
- Specified by:
getBodyin interfaceMultipartBodyOptions
-
getTransferEncoding
Description copied from interface:MultipartBodyOptionsContent-Transfer-Encodingheader specifying part encoding.Default: undefined - body is not encoded
- Specified by:
getTransferEncodingin interfaceMultipartBodyOptions
-
$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()
-