Container for the parameters to the ModifyCacheParameterGroup operation.

Modifies 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.

Namespace: Amazon.ElastiCache.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ModifyCacheParameterGroupRequest()()()()
Initializes a new instance of the ModifyCacheParameterGroupRequest class
CacheParameterGroupName
The name of the cache parameter group to modify.
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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

See Also