AssetContent
Content for an asset: a single file, a zip bundle, or a source URL to import from
Inheritors
Types
Functions
Casts this AssetContent as a File and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetFileContent value. Throws an exception if the AssetContent is not a File.
Casts this AssetContent as a File and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetFileContent value. Returns null if the AssetContent is not a File.
Casts this AssetContent as a SourceUrl and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetSourceUrlContent value. Throws an exception if the AssetContent is not a SourceUrl.
Casts this AssetContent as a SourceUrl and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetSourceUrlContent value. Returns null if the AssetContent is not a SourceUrl.
Casts this AssetContent as a Zip and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetZipContent value. Throws an exception if the AssetContent is not a Zip.
Casts this AssetContent as a Zip and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetZipContent value. Returns null if the AssetContent is not a Zip.