FileMetadata

sealed class FileMetadata

Specifies a file metadata.

Inheritors

Types

Link copied to clipboard
data class DatabaseCdc(val value: DatabaseCdc) : FileMetadata

The database CDC of the file metadata.

Link copied to clipboard
data class DataSets(val value: List<DataSet>) : FileMetadata

The data sets of the file metadata.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this FileMetadata as a DatabaseCdc and retrieves its aws.sdk.kotlin.services.apptest.model.DatabaseCdc value. Throws an exception if the FileMetadata is not a DatabaseCdc.

Link copied to clipboard

Casts this FileMetadata as a DatabaseCdc and retrieves its aws.sdk.kotlin.services.apptest.model.DatabaseCdc value. Returns null if the FileMetadata is not a DatabaseCdc.

Link copied to clipboard

Casts this FileMetadata as a DataSets and retrieves its kotlin.collections.List value. Throws an exception if the FileMetadata is not a DataSets.

Link copied to clipboard

Casts this FileMetadata as a DataSets and retrieves its kotlin.collections.List value. Returns null if the FileMetadata is not a DataSets.