Container for the parameters to the ModifyCacheParameterGroup operation.
            
The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ModifyCacheParameterGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ModifyCacheParameterGroupRequest()()()() | Initializes a new instance of the ModifyCacheParameterGroupRequest class | 
|  | CacheParameterGroupName | 
            The name of the cache parameter group to modify.
             
             | 
|  | 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 and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments
            are optional. A maximum of 20 parameters may be modified per request.
             
             | 
|  | 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
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ModifyCacheParameterGroupRequest | |