7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
14namespace ElastiCache {
45 template <
typename CacheParameterGroupNameT = Aws::String>
47 m_cacheParameterGroupNameHasBeenSet =
true;
48 m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value);
50 template <
typename CacheParameterGroupNameT = Aws::String>
67 m_maxRecordsHasBeenSet =
true;
85 template <
typename MarkerT = Aws::String>
87 m_markerHasBeenSet =
true;
88 m_marker = std::forward<MarkerT>(value);
90 template <
typename MarkerT = Aws::String>
102 bool m_cacheParameterGroupNameHasBeenSet =
false;
103 bool m_maxRecordsHasBeenSet =
false;
104 bool m_markerHasBeenSet =
false;
void SetMaxRecords(int value)
const Aws::String & GetCacheParameterGroupName() const
void SetMarker(MarkerT &&value)
bool MaxRecordsHasBeenSet() const
AWS_ELASTICACHE_API DescribeCacheParameterGroupsRequest()=default
int GetMaxRecords() const
DescribeCacheParameterGroupsRequest & WithMarker(MarkerT &&value)
DescribeCacheParameterGroupsRequest & WithCacheParameterGroupName(CacheParameterGroupNameT &&value)
bool MarkerHasBeenSet() const
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetCacheParameterGroupName(CacheParameterGroupNameT &&value)
const Aws::String & GetMarker() const
DescribeCacheParameterGroupsRequest & WithMaxRecords(int value)
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool CacheParameterGroupNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String