AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetEntitlements operation. GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier, AWS account ID, or product dimensions.

The CustomerIdentifier parameter is on path for deprecation. Use CustomerAWSAccountID instead.

These parameters are mutually exclusive. You can't specify both CustomerIdentifier and CustomerAWSAccountID in the same request.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MarketplaceEntitlementService.AmazonMarketplaceEntitlementServiceRequest
      Amazon.MarketplaceEntitlementService.Model.GetEntitlementsRequest

Namespace: Amazon.MarketplaceEntitlementService.Model
Assembly: AWSSDK.MarketplaceEntitlementService.dll
Version: 3.x.y.z

Syntax

C#
public class GetEntitlementsRequest : AmazonMarketplaceEntitlementServiceRequest
         IAmazonWebServiceRequest

The GetEntitlementsRequest type exposes the following members

Constructors

NameDescription
Public Method GetEntitlementsRequest()

Properties

NameTypeDescription
Public Property Filter System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>

Gets and sets the property Filter.

Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are described as keys mapped to a lists of values. Filtered requests are unioned for each value in the value list, and then intersected for each filter key.

CustomerIdentifier and CustomerAWSAccountID are mutually exclusive. You can't specify both in the same request.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the NextToken field in subsequent calls to GetEntitlements.

Public Property NextToken System.String

Gets and sets the property NextToken.

For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.

Public Property ProductCode System.String

Gets and sets the property ProductCode.

Product code is used to uniquely identify a product in AWS Marketplace. The product code will be provided by AWS Marketplace when the product listing is created.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5