StartEngagementByAcceptingInvitationTaskRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the catalog related to the task. Use AWS for production engagements and Sandbox for testing scenarios.

Link copied to clipboard

A unique, case-sensitive identifier provided by the client that helps to ensure the idempotency of the request. This can be a random or meaningful string but must be unique for each request.

Link copied to clipboard

Specifies the unique identifier of the EngagementInvitation to be accepted. Providing the correct identifier helps ensure that the correct engagement is processed.

Link copied to clipboard
val tags: List<Tag>?

A map of the key-value pairs of the tag or tags to assign.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String