Provides details of a user's registered licenses.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeLicensesRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeLicensesRequest()()()() | Initializes a new instance of the DescribeLicensesRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            A list of filters used to match system-defined properties and user-defined tags 
            associated with the specified Licenses.
            For a complete reference to the available filter keys for this operation, see the
            Amazon EC2 API reference.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | IsSetLicenseId()()()() | 
            Checks if LicenseId property is set
             | 
|  | LicenseId | 
            Licenses for which details are to be returned.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets filters used to match system-defined properties and user-defined tags 
            associated with the specified Licenses.
             | 
|  | WithLicenseId(array<String>[]()[][]) | Obsolete. 
            Sets the licenses for which details are to be returned.
             | 
 Remarks
 Remarks
            Zero or more IDs may be specified on the call.
            When one or more license IDs are specified,
            only data for the specified IDs are returned.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeLicensesRequest | |