ListAgreementCancellationRequestsRequest

Types

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

Properties

Link copied to clipboard

An optional parameter to filter cancellation requests for a specific agreement.

Link copied to clipboard

An optional parameter to filter cancellation requests by agreement type (e.g., PurchaseAgreement).

Link copied to clipboard

An optional parameter to filter cancellation requests by catalog (e.g., AWSMarketplace).

Link copied to clipboard

The maximum number of cancellation requests to return in the response.

Link copied to clipboard

A token to specify where to start pagination. Use the nextToken value from a previous response to retrieve the next page of results.

Link copied to clipboard

The party type for the cancellation requests. Required parameter. Use Proposer to list cancellation requests where you are the seller, or Acceptor to list cancellation requests where you are the buyer.

Link copied to clipboard

An optional parameter to filter cancellation requests by status. Valid values include PENDING_APPROVAL, APPROVED, REJECTED, CANCELLED, and VALIDATION_FAILED.

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