7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
14namespace ElastiCache {
47 template <
typename CacheClusterIdT = Aws::String>
49 m_cacheClusterIdHasBeenSet =
true;
50 m_cacheClusterId = std::forward<CacheClusterIdT>(value);
52 template <
typename CacheClusterIdT = Aws::String>
69 m_maxRecordsHasBeenSet =
true;
87 template <
typename MarkerT = Aws::String>
89 m_markerHasBeenSet =
true;
90 m_marker = std::forward<MarkerT>(value);
92 template <
typename MarkerT = Aws::String>
108 m_showCacheNodeInfoHasBeenSet =
true;
109 m_showCacheNodeInfo = value;
127 m_showCacheClustersNotInReplicationGroupsHasBeenSet =
true;
128 m_showCacheClustersNotInReplicationGroups = value;
142 bool m_showCacheNodeInfo{
false};
144 bool m_showCacheClustersNotInReplicationGroups{
false};
145 bool m_cacheClusterIdHasBeenSet =
false;
146 bool m_maxRecordsHasBeenSet =
false;
147 bool m_markerHasBeenSet =
false;
148 bool m_showCacheNodeInfoHasBeenSet =
false;
149 bool m_showCacheClustersNotInReplicationGroupsHasBeenSet =
false;
bool MaxRecordsHasBeenSet() const
void SetShowCacheNodeInfo(bool value)
bool MarkerHasBeenSet() const
bool ShowCacheNodeInfoHasBeenSet() const
DescribeCacheClustersRequest & WithShowCacheNodeInfo(bool value)
int GetMaxRecords() const
bool CacheClusterIdHasBeenSet() const
bool GetShowCacheNodeInfo() const
bool ShowCacheClustersNotInReplicationGroupsHasBeenSet() const
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetMarker(MarkerT &&value)
AWS_ELASTICACHE_API DescribeCacheClustersRequest()=default
DescribeCacheClustersRequest & WithCacheClusterId(CacheClusterIdT &&value)
bool GetShowCacheClustersNotInReplicationGroups() const
DescribeCacheClustersRequest & WithMarker(MarkerT &&value)
DescribeCacheClustersRequest & WithMaxRecords(int value)
const Aws::String & GetMarker() const
virtual const char * GetServiceRequestName() const override
void SetShowCacheClustersNotInReplicationGroups(bool value)
const Aws::String & GetCacheClusterId() const
void SetCacheClusterId(CacheClusterIdT &&value)
DescribeCacheClustersRequest & WithShowCacheClustersNotInReplicationGroups(bool value)
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
void SetMaxRecords(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String