Container for the parameters to the DeleteDBParameterGroup operation.
            
Deletes a specified DBParameterGroup. The DBParameterGroup cannot be associated with any RDS instances to be deleted.
NOTE: The specified DB parameter group cannot be associated with any DB instances.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteDBParameterGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteDBParameterGroupRequest()()()() | Initializes a new instance of the DeleteDBParameterGroupRequest class | 
|  | DBParameterGroupName | 
            The name of the DB parameter group. Constraints:  
 | 
|  | 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.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDBParameterGroupName(String) | Obsolete. 
            Sets the DBParameterGroupName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteDBParameterGroupRequest | |