7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
10#include <aws/elasticache/model/CacheParameterGroup.h>
11#include <aws/elasticache/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElastiCache {
44 template <
typename MarkerT = Aws::String>
46 m_markerHasBeenSet =
true;
47 m_marker = std::forward<MarkerT>(value);
49 template <
typename MarkerT = Aws::String>
62 template <
typename CacheParameterGroupsT = Aws::Vector<CacheParameterGroup>>
64 m_cacheParameterGroupsHasBeenSet =
true;
65 m_cacheParameterGroups = std::forward<CacheParameterGroupsT>(value);
67 template <
typename CacheParameterGroupsT = Aws::Vector<CacheParameterGroup>>
72 template <
typename CacheParameterGroupsT = CacheParameterGroup>
74 m_cacheParameterGroupsHasBeenSet =
true;
75 m_cacheParameterGroups.emplace_back(std::forward<CacheParameterGroupsT>(value));
83 template <
typename ResponseMetadataT = ResponseMetadata>
85 m_responseMetadataHasBeenSet =
true;
86 m_responseMetadata = std::forward<ResponseMetadataT>(value);
88 template <
typename ResponseMetadataT = ResponseMetadata>
100 bool m_markerHasBeenSet =
false;
101 bool m_cacheParameterGroupsHasBeenSet =
false;
102 bool m_responseMetadataHasBeenSet =
false;
AWS_ELASTICACHE_API DescribeCacheParameterGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeCacheParameterGroupsResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICACHE_API DescribeCacheParameterGroupsResult()=default
void SetMarker(MarkerT &&value)
DescribeCacheParameterGroupsResult & WithMarker(MarkerT &&value)
const Aws::String & GetMarker() const
const ResponseMetadata & GetResponseMetadata() const
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeCacheParameterGroupsResult & AddCacheParameterGroups(CacheParameterGroupsT &&value)
void SetCacheParameterGroups(CacheParameterGroupsT &&value)
AWS_ELASTICACHE_API DescribeCacheParameterGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeCacheParameterGroupsResult & WithCacheParameterGroups(CacheParameterGroupsT &&value)
const Aws::Vector< CacheParameterGroup > & GetCacheParameterGroups() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument