7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename CacheClusterIdT = Aws::String>
52 void SetCacheClusterId(CacheClusterIdT&& value) { m_cacheClusterIdHasBeenSet =
true; m_cacheClusterId = std::forward<CacheClusterIdT>(value); }
53 template<
typename CacheClusterIdT = Aws::String>
66 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
79 template<
typename MarkerT = Aws::String>
80 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
81 template<
typename MarkerT = Aws::String>
93 inline void SetShowCacheNodeInfo(
bool value) { m_showCacheNodeInfoHasBeenSet =
true; m_showCacheNodeInfo = value; }
112 bool m_cacheClusterIdHasBeenSet =
false;
115 bool m_maxRecordsHasBeenSet =
false;
118 bool m_markerHasBeenSet =
false;
120 bool m_showCacheNodeInfo{
false};
121 bool m_showCacheNodeInfoHasBeenSet =
false;
123 bool m_showCacheClustersNotInReplicationGroups{
false};
124 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