Contains the output from the         ModifyClusterParameterGroup and ResetClusterParameterGroup
            actions and            indicate the parameter group involved and the status of the
            operation on the             parameter group.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ResetClusterParameterGroupResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ResetClusterParameterGroupResult()()()() | Initializes a new instance of the ResetClusterParameterGroupResult class | 
|  | 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.) | 
|  | ParameterGroupName | 
            Gets and sets the property ParameterGroupName. 
             The name of the cluster parameter group. | 
|  | ParameterGroupStatus | 
            Gets and sets the property ParameterGroupStatus. 
             The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithParameterGroupName(String) | Obsolete. 
            Sets the ParameterGroupName property
             | 
|  | WithParameterGroupStatus(String) | Obsolete. 
            Sets the ParameterGroupStatus property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ResetClusterParameterGroupResult |