Gives you information about one or more sets of DHCP options. You can
            specify one or more DHCP options set IDs, or no IDs (to describe
            all your sets of DHCP options).
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeDhcpOptionsRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeDhcpOptionsRequest()()()() | Initializes a new instance of the DescribeDhcpOptionsRequest class | 
|  | DhcpOptionsId | 
            One or more DHCP options set IDs.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            A list of filters used to match system-defined properties and user-defined tags associated with the specified 
            DhcpOptions.
            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.) | 
|  | IsSetDhcpOptionsId()()()() | 
            Checks if DhcpOptionsId property is set
             | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDhcpOptionsId(array<String>[]()[][]) | Obsolete. 
            Sets DHCP options set IDs.
             | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets filters used to match system-defined properties and user-defined tags associated with the specified 
            DhcpOptions.
             | 
 Remarks
 Remarks
            The returned information consists of:
            1. The DHCP options set ID
            2. The options
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeDhcpOptionsRequest | |