7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticache/model/ResponseMetadata.h>
11#include <aws/elasticache/model/CacheParameterGroup.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
51 inline void SetMarker(
const char* value) { m_marker.assign(value); }
DescribeCacheParameterGroupsResult & AddCacheParameterGroups(const CacheParameterGroup &value)
DescribeCacheParameterGroupsResult & WithMarker(Aws::String &&value)
void SetMarker(const char *value)
AWS_ELASTICACHE_API DescribeCacheParameterGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetMarker(Aws::String &&value)
DescribeCacheParameterGroupsResult & WithCacheParameterGroups(Aws::Vector< CacheParameterGroup > &&value)
void SetResponseMetadata(const ResponseMetadata &value)
DescribeCacheParameterGroupsResult & WithMarker(const char *value)
void SetCacheParameterGroups(Aws::Vector< CacheParameterGroup > &&value)
const Aws::String & GetMarker() const
const ResponseMetadata & GetResponseMetadata() const
DescribeCacheParameterGroupsResult & WithResponseMetadata(ResponseMetadata &&value)
void SetCacheParameterGroups(const Aws::Vector< CacheParameterGroup > &value)
DescribeCacheParameterGroupsResult & WithCacheParameterGroups(const Aws::Vector< CacheParameterGroup > &value)
void SetResponseMetadata(ResponseMetadata &&value)
DescribeCacheParameterGroupsResult & WithResponseMetadata(const ResponseMetadata &value)
DescribeCacheParameterGroupsResult & AddCacheParameterGroups(CacheParameterGroup &&value)
void SetMarker(const Aws::String &value)
AWS_ELASTICACHE_API DescribeCacheParameterGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeCacheParameterGroupsResult & WithMarker(const Aws::String &value)
AWS_ELASTICACHE_API DescribeCacheParameterGroupsResult()
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