Class CfnAsset.AssetFileProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.devopsagent.CfnAsset.AssetFileProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAsset.AssetFileProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAsset.AssetFileProperty
@Stability(Stable)
@Internal
public static final class CfnAsset.AssetFileProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAsset.AssetFileProperty
An implementation for
CfnAsset.AssetFileProperty-
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.devopsagent.CfnAsset.AssetFileProperty
CfnAsset.AssetFileProperty.Builder, CfnAsset.AssetFileProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAsset.AssetFileProperty.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 StringBase64-encoded binary contents of the file.final StringUTF-8 text contents of the file.final ObjectPer-file metadata document.final StringgetPath()Path of this file within the asset bundle.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 theCfnAsset.AssetFileProperty.Builder.
-
-
Method Details
-
getPath
Description copied from interface:CfnAsset.AssetFilePropertyPath of this file within the asset bundle.- Specified by:
getPathin interfaceCfnAsset.AssetFileProperty- See Also:
-
getContentBytes
Description copied from interface:CfnAsset.AssetFilePropertyBase64-encoded binary contents of the file.Mutually exclusive with ContentText (max 6 MiB).
- Specified by:
getContentBytesin interfaceCfnAsset.AssetFileProperty- See Also:
-
getContentText
Description copied from interface:CfnAsset.AssetFilePropertyUTF-8 text contents of the file.Mutually exclusive with ContentBytes (max 1.5 MiB).
- Specified by:
getContentTextin interfaceCfnAsset.AssetFileProperty- See Also:
-
getMetadata
Description copied from interface:CfnAsset.AssetFilePropertyPer-file metadata document.Values may be strings, numbers, booleans, or lists of any of those (validated server-side).
- Specified by:
getMetadatain interfaceCfnAsset.AssetFileProperty- 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()
-