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