RelatedItemUpdateContent
Represents the content of a related item to be updated. This is a union type that can contain either comment content or custom content.
Inheritors
Types
Functions
Casts this RelatedItemUpdateContent as a Comment and retrieves its aws.sdk.kotlin.services.connectcases.model.CommentUpdateContent value. Throws an exception if the RelatedItemUpdateContent is not a Comment.
Casts this RelatedItemUpdateContent as a Comment and retrieves its aws.sdk.kotlin.services.connectcases.model.CommentUpdateContent value. Returns null if the RelatedItemUpdateContent is not a Comment.
Casts this RelatedItemUpdateContent as a Custom and retrieves its aws.sdk.kotlin.services.connectcases.model.CustomUpdateContent value. Throws an exception if the RelatedItemUpdateContent is not a Custom.
Casts this RelatedItemUpdateContent as a Custom and retrieves its aws.sdk.kotlin.services.connectcases.model.CustomUpdateContent value. Returns null if the RelatedItemUpdateContent is not a Custom.