C# Class Amazon.ElastiCache.Model.DescribeCacheParameterGroupsRequest

Container for the parameters to the DescribeCacheParameterGroups operation. Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains only the descriptions for that group.
Inheritance: AmazonElastiCacheRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeCacheParameterGroupsRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeCacheParameterGroupsRequest ( string cacheParameterGroupName ) : System

Instantiates DescribeCacheParameterGroupsRequest with the parameterized properties

Private Methods

Method Description
IsSetCacheParameterGroupName ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool

Method Details

DescribeCacheParameterGroupsRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeCacheParameterGroupsRequest ( ) : System
return System

DescribeCacheParameterGroupsRequest() public method

Instantiates DescribeCacheParameterGroupsRequest with the parameterized properties
public DescribeCacheParameterGroupsRequest ( string cacheParameterGroupName ) : System
cacheParameterGroupName string The name of a specific cache parameter group to return details for.
return System