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 CacheSubnetGroupNameT = Aws::String>
50 void SetCacheSubnetGroupName(CacheSubnetGroupNameT&& value) { m_cacheSubnetGroupNameHasBeenSet =
true; m_cacheSubnetGroupName = std::forward<CacheSubnetGroupNameT>(value); }
51 template<
typename CacheSubnetGroupNameT = Aws::String>
64 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
77 template<
typename MarkerT = Aws::String>
78 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
79 template<
typename MarkerT = Aws::String>
85 bool m_cacheSubnetGroupNameHasBeenSet =
false;
88 bool m_maxRecordsHasBeenSet =
false;
91 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