Container for the parameters to the ModifyCacheParameterGroup operation.
Namespace: Amazon.ElastiCache.ModelModifies the parameters of a CacheParameterGroup. To modify more than one parameter, submit a list of ParameterName and ParameterValue parameters. A maximum of 20 parameters can be modified in a single request.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ModifyCacheParameterGroupRequest : AmazonWebServiceRequest
Public Class ModifyCacheParameterGroupRequest _ Inherits AmazonWebServiceRequest
public ref class ModifyCacheParameterGroupRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| 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. At least one parameter name and value must be supplied; subsequent
arguments are optional. A maximum of 20 parameters may be modified in a single request.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithCacheParameterGroupName(String) |
Sets the CacheParameterGroupName property
| |
| WithParameterNameValues(array<ParameterNameValue>[]()[][]) |
Adds elements to the ParameterNameValues collection
| |
| WithParameterNameValues(IEnumerable<(Of <<'(ParameterNameValue>)>>)) |
Adds elements to the ParameterNameValues collection
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElastiCache.Model..::..ModifyCacheParameterGroupRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElastiCache.Model..::..ModifyCacheParameterGroupRequest