7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticache/ElastiCache_EXPORTS.h>
11#include <aws/elasticache/model/CacheParameterGroup.h>
12#include <aws/elasticache/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ElastiCache {
45 template <
typename MarkerT = Aws::String>
47 m_markerHasBeenSet =
true;
48 m_marker = std::forward<MarkerT>(value);
50 template <
typename MarkerT = Aws::String>
63 template <
typename CacheParameterGroupsT = Aws::Vector<CacheParameterGroup>>
65 m_cacheParameterGroupsHasBeenSet =
true;
66 m_cacheParameterGroups = std::forward<CacheParameterGroupsT>(value);
68 template <
typename CacheParameterGroupsT = Aws::Vector<CacheParameterGroup>>
73 template <
typename CacheParameterGroupsT = CacheParameterGroup>
75 m_cacheParameterGroupsHasBeenSet =
true;
76 m_cacheParameterGroups.emplace_back(std::forward<CacheParameterGroupsT>(value));
84 template <
typename ResponseMetadataT = ResponseMetadata>
86 m_responseMetadataHasBeenSet =
true;
87 m_responseMetadata = std::forward<ResponseMetadataT>(value);
89 template <
typename ResponseMetadataT = ResponseMetadata>
104 bool m_markerHasBeenSet =
false;
105 bool m_cacheParameterGroupsHasBeenSet =
false;
106 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::Http::HttpResponseCode GetHttpResponseCode() const
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