/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input of a DescribeCacheClusters
* operation.See Also:
AWS
* API Reference
The user-supplied cluster identifier. If this parameter is specified, only * information about that specific cluster is returned. This parameter isn't case * sensitive.
*/ inline const Aws::String& GetCacheClusterId() const{ return m_cacheClusterId; } /** *The user-supplied cluster identifier. If this parameter is specified, only * information about that specific cluster is returned. This parameter isn't case * sensitive.
*/ inline bool CacheClusterIdHasBeenSet() const { return m_cacheClusterIdHasBeenSet; } /** *The user-supplied cluster identifier. If this parameter is specified, only * information about that specific cluster is returned. This parameter isn't case * sensitive.
*/ inline void SetCacheClusterId(const Aws::String& value) { m_cacheClusterIdHasBeenSet = true; m_cacheClusterId = value; } /** *The user-supplied cluster identifier. If this parameter is specified, only * information about that specific cluster is returned. This parameter isn't case * sensitive.
*/ inline void SetCacheClusterId(Aws::String&& value) { m_cacheClusterIdHasBeenSet = true; m_cacheClusterId = std::move(value); } /** *The user-supplied cluster identifier. If this parameter is specified, only * information about that specific cluster is returned. This parameter isn't case * sensitive.
*/ inline void SetCacheClusterId(const char* value) { m_cacheClusterIdHasBeenSet = true; m_cacheClusterId.assign(value); } /** *The user-supplied cluster identifier. If this parameter is specified, only * information about that specific cluster is returned. This parameter isn't case * sensitive.
*/ inline DescribeCacheClustersRequest& WithCacheClusterId(const Aws::String& value) { SetCacheClusterId(value); return *this;} /** *The user-supplied cluster identifier. If this parameter is specified, only * information about that specific cluster is returned. This parameter isn't case * sensitive.
*/ inline DescribeCacheClustersRequest& WithCacheClusterId(Aws::String&& value) { SetCacheClusterId(std::move(value)); return *this;} /** *The user-supplied cluster identifier. If this parameter is specified, only * information about that specific cluster is returned. This parameter isn't case * sensitive.
*/ inline DescribeCacheClustersRequest& WithCacheClusterId(const char* value) { SetCacheClusterId(value); return *this;} /** *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 DescribeCacheClustersRequest& 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
.
An optional flag that can be included in the
* DescribeCacheCluster
request to retrieve information about the
* individual cache nodes.
An optional flag that can be included in the
* DescribeCacheCluster
request to retrieve information about the
* individual cache nodes.
An optional flag that can be included in the
* DescribeCacheCluster
request to retrieve information about the
* individual cache nodes.
An optional flag that can be included in the
* DescribeCacheCluster
request to retrieve information about the
* individual cache nodes.
An optional flag that can be included in the
* DescribeCacheCluster
request to show only nodes (API/CLI: clusters)
* that are not members of a replication group. In practice, this mean Memcached
* and single node Redis clusters.
An optional flag that can be included in the
* DescribeCacheCluster
request to show only nodes (API/CLI: clusters)
* that are not members of a replication group. In practice, this mean Memcached
* and single node Redis clusters.
An optional flag that can be included in the
* DescribeCacheCluster
request to show only nodes (API/CLI: clusters)
* that are not members of a replication group. In practice, this mean Memcached
* and single node Redis clusters.
An optional flag that can be included in the
* DescribeCacheCluster
request to show only nodes (API/CLI: clusters)
* that are not members of a replication group. In practice, this mean Memcached
* and single node Redis clusters.