Payload
Contains the data payload associated with the Engagement Invitation. This payload includes essential details related to the AWS opportunity and is used by partners to evaluate whether to accept or reject the engagement.
Inheritors
Types
Specifies the details of the lead invitation within the Engagement Invitation payload. This data helps partners understand the lead context, customer information, and interaction history for the lead opportunity from AWS.
Specifies the details of the opportunity invitation within the Engagement Invitation payload. This data helps partners understand the context, scope, and expected involvement for the opportunity from AWS.
Functions
Casts this Payload as a LeadInvitation and retrieves its aws.sdk.kotlin.services.partnercentralselling.model.LeadInvitationPayload value. Throws an exception if the Payload is not a LeadInvitation.
Casts this Payload as a LeadInvitation and retrieves its aws.sdk.kotlin.services.partnercentralselling.model.LeadInvitationPayload value. Returns null if the Payload is not a LeadInvitation.
Casts this Payload as a OpportunityInvitation and retrieves its aws.sdk.kotlin.services.partnercentralselling.model.OpportunityInvitationPayload value. Throws an exception if the Payload is not a OpportunityInvitation.
Casts this Payload as a OpportunityInvitation and retrieves its aws.sdk.kotlin.services.partnercentralselling.model.OpportunityInvitationPayload value. Returns null if the Payload is not a OpportunityInvitation.