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>
62 template<
typename SourceT = Aws::String>
63 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
64 template<
typename SourceT = Aws::String>
77 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
90 template<
typename MarkerT = Aws::String>
91 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
92 template<
typename MarkerT = Aws::String>
98 bool m_cacheParameterGroupNameHasBeenSet =
false;
101 bool m_sourceHasBeenSet =
false;
104 bool m_maxRecordsHasBeenSet =
false;
107 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