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 CacheSecurityGroupNameT = Aws::String>
47 m_cacheSecurityGroupNameHasBeenSet =
true;
48 m_cacheSecurityGroupName = std::forward<CacheSecurityGroupNameT>(value);
50 template <
typename CacheSecurityGroupNameT = 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_cacheSecurityGroupNameHasBeenSet =
false;
103 bool m_maxRecordsHasBeenSet =
false;
104 bool m_markerHasBeenSet =
false;
void SetCacheSecurityGroupName(CacheSecurityGroupNameT &&value)
void SetMarker(MarkerT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetMarker() const
bool CacheSecurityGroupNameHasBeenSet() const
DescribeCacheSecurityGroupsRequest & WithCacheSecurityGroupName(CacheSecurityGroupNameT &&value)
DescribeCacheSecurityGroupsRequest & WithMaxRecords(int value)
const Aws::String & GetCacheSecurityGroupName() const
AWS_ELASTICACHE_API DescribeCacheSecurityGroupsRequest()=default
DescribeCacheSecurityGroupsRequest & WithMarker(MarkerT &&value)
bool MaxRecordsHasBeenSet() const
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
bool MarkerHasBeenSet() const
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetMaxRecords(int value)
int GetMaxRecords() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String