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 CacheSubnetGroupNameT = Aws::String>
47 m_cacheSubnetGroupNameHasBeenSet =
true;
48 m_cacheSubnetGroupName = std::forward<CacheSubnetGroupNameT>(value);
50 template <
typename CacheSubnetGroupNameT = Aws::String>
67 m_maxRecordsHasBeenSet =
true;
85 template <
typename MarkerT = Aws::String>
87 m_markerHasBeenSet =
true;
88 m_marker = std::forward<MarkerT>(value);
90 template <
typename MarkerT = Aws::String>
102 bool m_cacheSubnetGroupNameHasBeenSet =
false;
103 bool m_maxRecordsHasBeenSet =
false;
104 bool m_markerHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
int GetMaxRecords() const
DescribeCacheSubnetGroupsRequest & WithMaxRecords(int value)
bool CacheSubnetGroupNameHasBeenSet() const
AWS_ELASTICACHE_API DescribeCacheSubnetGroupsRequest()=default
bool MarkerHasBeenSet() const
bool MaxRecordsHasBeenSet() const
void SetCacheSubnetGroupName(CacheSubnetGroupNameT &&value)
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
const Aws::String & GetCacheSubnetGroupName() const
DescribeCacheSubnetGroupsRequest & WithCacheSubnetGroupName(CacheSubnetGroupNameT &&value)
DescribeCacheSubnetGroupsRequest & WithMarker(MarkerT &&value)
const Aws::String & GetMarker() const
void SetMarker(MarkerT &&value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetMaxRecords(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String