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 CacheSecurityGroupNameT = Aws::String>
50 void SetCacheSecurityGroupName(CacheSecurityGroupNameT&& value) { m_cacheSecurityGroupNameHasBeenSet =
true; m_cacheSecurityGroupName = std::forward<CacheSecurityGroupNameT>(value); }
51 template<
typename CacheSecurityGroupNameT = 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_cacheSecurityGroupNameHasBeenSet =
false;
88 bool m_maxRecordsHasBeenSet =
false;
91 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