LayoutContent

sealed class LayoutContent

Object to store union of different versions of layout content.

Inheritors

Types

Link copied to clipboard
data class Basic(val value: BasicLayout) : LayoutContent

Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of Cases user interface.

Link copied to clipboard

Functions

Link copied to clipboard

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

Link copied to clipboard

Casts this LayoutContent as a Basic and retrieves its aws.sdk.kotlin.services.connectcases.model.BasicLayout value. Returns null if the LayoutContent is not a Basic.