Update
An update operation to modify construct properties.
Inherited functions
Casts this OperationUnion as a Delete and retrieves its aws.sdk.kotlin.services.mgn.model.DeleteOperation value. Throws an exception if the OperationUnion is not a Delete.
Casts this OperationUnion as a Delete and retrieves its aws.sdk.kotlin.services.mgn.model.DeleteOperation value. Returns null if the OperationUnion is not a Delete.
Casts this OperationUnion as a Merge and retrieves its aws.sdk.kotlin.services.mgn.model.MergeOperation value. Throws an exception if the OperationUnion is not a Merge.
Casts this OperationUnion as a Merge and retrieves its aws.sdk.kotlin.services.mgn.model.MergeOperation value. Returns null if the OperationUnion is not a Merge.
Casts this OperationUnion as a Split and retrieves its aws.sdk.kotlin.services.mgn.model.SplitOperation value. Throws an exception if the OperationUnion is not a Split.
Casts this OperationUnion as a Split and retrieves its aws.sdk.kotlin.services.mgn.model.SplitOperation value. Returns null if the OperationUnion is not a Split.
Casts this OperationUnion as a Update and retrieves its aws.sdk.kotlin.services.mgn.model.UpdateOperation value. Throws an exception if the OperationUnion is not a Update.
Casts this OperationUnion as a Update and retrieves its aws.sdk.kotlin.services.mgn.model.UpdateOperation value. Returns null if the OperationUnion is not a Update.