7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename CacheParameterGroupNameT = Aws::String>
50 void SetCacheParameterGroupName(CacheParameterGroupNameT&& value) { m_cacheParameterGroupNameHasBeenSet =
true; m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value); }
51 template<
typename CacheParameterGroupNameT = Aws::String>
64 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
77 template<
typename MarkerT = Aws::String>
78 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
79 template<
typename MarkerT = Aws::String>
85 bool m_cacheParameterGroupNameHasBeenSet =
false;
88 bool m_maxRecordsHasBeenSet =
false;
91 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