Batch

data class Batch(val value: Batch) : MainframeActionType

The batch of the mainframe action type.

Constructors

Link copied to clipboard
constructor(value: Batch)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
fun asBatch(): Batch

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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