Container for the parameters to the DescribeCacheParameterGroups operation.

Returns a list of CacheParameterGroup descriptions. If a CacheParameterGroupName is specified, the list will contain only the descriptions of the specified CacheParameterGroup.

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 DescribeCacheParameterGroupsRequest : AmazonWebServiceRequest
Public Class DescribeCacheParameterGroupsRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeCacheParameterGroupsRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeCacheParameterGroupsRequest()()()()
Initializes a new instance of the DescribeCacheParameterGroupsRequest class
CacheParameterGroupName
The name of a specific cache parameter group to return details for.
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.)
Marker
An optional marker provided in the previous DescribeCacheParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
MaxRecords
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results may be retrieved.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCacheParameterGroupName(String)
Sets the CacheParameterGroupName property
WithMarker(String)
Sets the Marker property
WithMaxRecords(Int32)
Sets the MaxRecords property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElastiCache.Model..::..DescribeCacheParameterGroupsRequest

See Also