ResultItem
This is an object representing the item returned in the results of a search for a specific resource type.
Inheritors
Types
Functions
Casts this ResultItem as a EbsResultItem and retrieves its aws.sdk.kotlin.services.backupsearch.model.EbsResultItem value. Throws an exception if the ResultItem is not a EbsResultItem.
Casts this ResultItem as a EbsResultItem and retrieves its aws.sdk.kotlin.services.backupsearch.model.EbsResultItem value. Returns null if the ResultItem is not a EbsResultItem.
Casts this ResultItem as a S3ResultItem and retrieves its aws.sdk.kotlin.services.backupsearch.model.S3ResultItem value. Throws an exception if the ResultItem is not a S3ResultItem.
Casts this ResultItem as a S3ResultItem and retrieves its aws.sdk.kotlin.services.backupsearch.model.S3ResultItem value. Returns null if the ResultItem is not a S3ResultItem.