Container for the parameters to the DescribeDBEngineVersions operation.
            
Returns a list of the available DB engines.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeDBEngineVersionsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeDBEngineVersionsRequest()()()() | Initializes a new instance of the DescribeDBEngineVersionsRequest class | 
|  | DBParameterGroupFamily | 
            The name of a specific DB parameter group family to return details for. Constraints:  
 | 
|  | DefaultOnly | 
            Indicates that only the default version of the specified engine or engine and major version combination is returned.
             
             | 
|  | Engine | 
            The database engine to return.
             
             | 
|  | EngineVersion | 
            The database engine version to return. Example: 5.1.49 | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ListSupportedCharacterSets | 
            If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response
            includes a list of supported character sets for each engine version.
             
             | 
|  | Marker | 
            An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the
            marker, up to the value specified by MaxRecords.
             
             | 
|  | MaxRecords | 
            The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a
            marker is included in the response so that the following results can be retrieved. Default: 100 Constraints: minimum 20, maximum 100
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDBParameterGroupFamily(String) | Obsolete. 
            Sets the DBParameterGroupFamily property
             | 
|  | WithDefaultOnly(Boolean) | Obsolete. 
            Sets the DefaultOnly property
             | 
|  | WithEngine(String) | Obsolete. 
            Sets the Engine property
             | 
|  | WithEngineVersion(String) | Obsolete. 
            Sets the EngineVersion property
             | 
|  | WithListSupportedCharacterSets(Boolean) | Obsolete. 
            Sets the ListSupportedCharacterSets property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithMaxRecords(Int32) | Obsolete. 
            Sets the MaxRecords property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeDBEngineVersionsRequest | |