Class CfnUploadMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.devicefarm.CfnUploadMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUploadMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUploadMixinProps
@Stability(Stable)
@Internal
public static final class CfnUploadMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUploadMixinProps
An implementation for
CfnUploadMixinProps-
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.cfnpropertymixins.services.devicefarm.CfnUploadMixinProps
CfnUploadMixinProps.Builder, CfnUploadMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnUploadMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUploadMixinProps.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 StringThe upload's content type (for example, application/octet-stream).final StringgetName()The upload's file name.final StringThe ARN of the project for the upload.final StringgetType()The upload's type.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 theCfnUploadMixinProps.Builder.
-
-
Method Details
-
getContentType
Description copied from interface:CfnUploadMixinPropsThe upload's content type (for example, application/octet-stream).- Specified by:
getContentTypein interfaceCfnUploadMixinProps- See Also:
-
getName
Description copied from interface:CfnUploadMixinPropsThe upload's file name.- Specified by:
getNamein interfaceCfnUploadMixinProps- See Also:
-
getProjectArn
Description copied from interface:CfnUploadMixinPropsThe ARN of the project for the upload.- Specified by:
getProjectArnin interfaceCfnUploadMixinProps- See Also:
-
getType
Description copied from interface:CfnUploadMixinPropsThe upload's type.- Specified by:
getTypein interfaceCfnUploadMixinProps- 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()
-