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>
64 template <
typename SourceT = Aws::String>
66 m_sourceHasBeenSet =
true;
67 m_source = std::forward<SourceT>(value);
69 template <
typename SourceT = Aws::String>
86 m_maxRecordsHasBeenSet =
true;
104 template <
typename MarkerT = Aws::String>
106 m_markerHasBeenSet =
true;
107 m_marker = std::forward<MarkerT>(value);
109 template <
typename MarkerT = Aws::String>
123 bool m_cacheParameterGroupNameHasBeenSet =
false;
124 bool m_sourceHasBeenSet =
false;
125 bool m_maxRecordsHasBeenSet =
false;
126 bool m_markerHasBeenSet =
false;
void SetSource(SourceT &&value)
int GetMaxRecords() const
bool MaxRecordsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSource() const
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeCacheParametersRequest & WithMaxRecords(int value)
void SetMarker(MarkerT &&value)
void SetCacheParameterGroupName(CacheParameterGroupNameT &&value)
const Aws::String & GetMarker() const
DescribeCacheParametersRequest & WithSource(SourceT &&value)
void SetMaxRecords(int value)
DescribeCacheParametersRequest & WithMarker(MarkerT &&value)
bool CacheParameterGroupNameHasBeenSet() const
const Aws::String & GetCacheParameterGroupName() const
AWS_ELASTICACHE_API DescribeCacheParametersRequest()=default
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
bool MarkerHasBeenSet() const
DescribeCacheParametersRequest & WithCacheParameterGroupName(CacheParameterGroupNameT &&value)
bool SourceHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String