Container for the parameters to the ResetCacheParameterGroup operation.
            
The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the ResetAllParameters and CacheParameterGroupName parameters.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ResetCacheParameterGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ResetCacheParameterGroupRequest()()()() | Initializes a new instance of the ResetCacheParameterGroupRequest class | 
|  | CacheParameterGroupName | 
            The name of the cache parameter group to reset.
             
             | 
|  | 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.) | 
|  | ParameterNameValues | 
            An array of parameter names to be reset. If you are not resetting the entire cache parameter group, you must specify at least one parameter
            name.
             
             | 
|  | ResetAllParameters | 
            If true, all parameters in the cache parameter group will be reset to default values. If false, no such action occurs. Valid
            values: true | false | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCacheParameterGroupName(String) | Obsolete. 
            Sets the CacheParameterGroupName property
             | 
|  | WithParameterNameValues(array<ParameterNameValue>[]()[][]) | Obsolete. 
            Adds elements to the ParameterNameValues collection
             | 
|  | WithParameterNameValues(IEnumerable<(Of <<'(ParameterNameValue>)>>)) | Obsolete. 
            Adds elements to the ParameterNameValues collection
             | 
|  | WithResetAllParameters(Boolean) | Obsolete. 
            Sets the ResetAllParameters property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ResetCacheParameterGroupRequest | |