File

data class File(val value: FileContent) : RelatedItemInputContent

A file of related items.

Constructors

Link copied to clipboard
constructor(value: FileContent)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this RelatedItemInputContent as a Contact and retrieves its aws.sdk.kotlin.services.connectcases.model.Contact value. Throws an exception if the RelatedItemInputContent is not a Contact.

Link copied to clipboard
Link copied to clipboard

Casts this RelatedItemInputContent as a File and retrieves its aws.sdk.kotlin.services.connectcases.model.FileContent value. Throws an exception if the RelatedItemInputContent is not a File.

Link copied to clipboard
Link copied to clipboard

Casts this RelatedItemInputContent as a Sla and retrieves its aws.sdk.kotlin.services.connectcases.model.SlaInputContent value. Throws an exception if the RelatedItemInputContent is not a Sla.

Link copied to clipboard