Fixed

data class Fixed(val value: FixedPosition) : FieldPosition

The field position is fixed and doesn't change in relation to other fields.

Constructors

Link copied to clipboard
constructor(value: FixedPosition)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this FieldPosition as a Below and retrieves its kotlin.String value. Throws an exception if the FieldPosition is not a Below.

Link copied to clipboard

Casts this FieldPosition as a Below and retrieves its kotlin.String value. Returns null if the FieldPosition is not a Below.

Link copied to clipboard

Casts this FieldPosition as a Fixed and retrieves its aws.sdk.kotlin.services.amplifyuibuilder.model.FixedPosition value. Throws an exception if the FieldPosition is not a Fixed.

Link copied to clipboard

Casts this FieldPosition as a Fixed and retrieves its aws.sdk.kotlin.services.amplifyuibuilder.model.FixedPosition value. Returns null if the FieldPosition is not a Fixed.

Link copied to clipboard

Casts this FieldPosition as a RightOf and retrieves its kotlin.String value. Throws an exception if the FieldPosition is not a RightOf.

Link copied to clipboard

Casts this FieldPosition as a RightOf and retrieves its kotlin.String value. Returns null if the FieldPosition is not a RightOf.