/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input of a DescribeCacheParameters
* operation.See Also:
AWS
* API Reference
The name of a specific cache parameter group to return details for.
*/ inline const Aws::String& GetCacheParameterGroupName() const{ return m_cacheParameterGroupName; } /** *The name of a specific cache parameter group to return details for.
*/ inline bool CacheParameterGroupNameHasBeenSet() const { return m_cacheParameterGroupNameHasBeenSet; } /** *The name of a specific cache parameter group to return details for.
*/ inline void SetCacheParameterGroupName(const Aws::String& value) { m_cacheParameterGroupNameHasBeenSet = true; m_cacheParameterGroupName = value; } /** *The name of a specific cache parameter group to return details for.
*/ inline void SetCacheParameterGroupName(Aws::String&& value) { m_cacheParameterGroupNameHasBeenSet = true; m_cacheParameterGroupName = std::move(value); } /** *The name of a specific cache parameter group to return details for.
*/ inline void SetCacheParameterGroupName(const char* value) { m_cacheParameterGroupNameHasBeenSet = true; m_cacheParameterGroupName.assign(value); } /** *The name of a specific cache parameter group to return details for.
*/ inline DescribeCacheParametersRequest& WithCacheParameterGroupName(const Aws::String& value) { SetCacheParameterGroupName(value); return *this;} /** *The name of a specific cache parameter group to return details for.
*/ inline DescribeCacheParametersRequest& WithCacheParameterGroupName(Aws::String&& value) { SetCacheParameterGroupName(std::move(value)); return *this;} /** *The name of a specific cache parameter group to return details for.
*/ inline DescribeCacheParametersRequest& WithCacheParameterGroupName(const char* value) { SetCacheParameterGroupName(value); return *this;} /** *The parameter types to return.
Valid values: user
|
* system
| engine-default
The parameter types to return.
Valid values: user
|
* system
| engine-default
The parameter types to return.
Valid values: user
|
* system
| engine-default
The parameter types to return.
Valid values: user
|
* system
| engine-default
The parameter types to return.
Valid values: user
|
* system
| engine-default
The parameter types to return.
Valid values: user
|
* system
| engine-default
The parameter types to return.
Valid values: user
|
* system
| engine-default
The parameter types to return.
Valid values: user
|
* system
| engine-default
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 can be retrieved.
Default: * 100
Constraints: minimum 20; maximum 100.
*/ inline int GetMaxRecords() const{ return m_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 can be retrieved.
Default: * 100
Constraints: minimum 20; maximum 100.
*/ inline bool MaxRecordsHasBeenSet() const { return m_maxRecordsHasBeenSet; } /** *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 can be retrieved.
Default: * 100
Constraints: minimum 20; maximum 100.
*/ inline void SetMaxRecords(int value) { m_maxRecordsHasBeenSet = true; m_maxRecords = value; } /** *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 can be retrieved.
Default: * 100
Constraints: minimum 20; maximum 100.
*/ inline DescribeCacheParametersRequest& WithMaxRecords(int value) { SetMaxRecords(value); return *this;} /** *An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
An optional marker returned from a prior request. Use this marker for
* pagination of results from this operation. If this parameter is specified, the
* response includes only records beyond the marker, up to the value specified by
* MaxRecords
.