DatasetOrgAttributes

Additional details about the data set. Different attributes correspond to different data set organizations. The values are populated based on datasetOrg, storageType and backend (Blu Age or Micro Focus).

Inheritors

Types

Link copied to clipboard
data class Gdg(val value: GdgAttributes) : DatasetOrgAttributes

The generation data group of the data set.

Link copied to clipboard
data class Po(val value: PoAttributes) : DatasetOrgAttributes

The details of a PO type data set.

Link copied to clipboard
data class Ps(val value: PsAttributes) : DatasetOrgAttributes

The details of a PS type data set.

Link copied to clipboard
Link copied to clipboard
data class Vsam(val value: VsamAttributes) : DatasetOrgAttributes

The details of a VSAM data set.

Functions

Link copied to clipboard

Casts this DatasetOrgAttributes as a Gdg and retrieves its aws.sdk.kotlin.services.m2.model.GdgAttributes value. Throws an exception if the DatasetOrgAttributes is not a Gdg.

Link copied to clipboard

Casts this DatasetOrgAttributes as a Gdg and retrieves its aws.sdk.kotlin.services.m2.model.GdgAttributes value. Returns null if the DatasetOrgAttributes is not a Gdg.

Link copied to clipboard

Casts this DatasetOrgAttributes as a Po and retrieves its aws.sdk.kotlin.services.m2.model.PoAttributes value. Throws an exception if the DatasetOrgAttributes is not a Po.

Link copied to clipboard

Casts this DatasetOrgAttributes as a Po and retrieves its aws.sdk.kotlin.services.m2.model.PoAttributes value. Returns null if the DatasetOrgAttributes is not a Po.

Link copied to clipboard

Casts this DatasetOrgAttributes as a Ps and retrieves its aws.sdk.kotlin.services.m2.model.PsAttributes value. Throws an exception if the DatasetOrgAttributes is not a Ps.

Link copied to clipboard

Casts this DatasetOrgAttributes as a Ps and retrieves its aws.sdk.kotlin.services.m2.model.PsAttributes value. Returns null if the DatasetOrgAttributes is not a Ps.

Link copied to clipboard

Casts this DatasetOrgAttributes as a Vsam and retrieves its aws.sdk.kotlin.services.m2.model.VsamAttributes value. Throws an exception if the DatasetOrgAttributes is not a Vsam.

Link copied to clipboard

Casts this DatasetOrgAttributes as a Vsam and retrieves its aws.sdk.kotlin.services.m2.model.VsamAttributes value. Returns null if the DatasetOrgAttributes is not a Vsam.