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/CacheSubnetGroup.h>
11#include <aws/elasticache/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElastiCache {
43 template <
typename MarkerT = Aws::String>
45 m_markerHasBeenSet =
true;
46 m_marker = std::forward<MarkerT>(value);
48 template <
typename MarkerT = Aws::String>
61 template <
typename CacheSubnetGroupsT = Aws::Vector<CacheSubnetGroup>>
63 m_cacheSubnetGroupsHasBeenSet =
true;
64 m_cacheSubnetGroups = std::forward<CacheSubnetGroupsT>(value);
66 template <
typename CacheSubnetGroupsT = Aws::Vector<CacheSubnetGroup>>
71 template <
typename CacheSubnetGroupsT = CacheSubnetGroup>
73 m_cacheSubnetGroupsHasBeenSet =
true;
74 m_cacheSubnetGroups.emplace_back(std::forward<CacheSubnetGroupsT>(value));
82 template <
typename ResponseMetadataT = ResponseMetadata>
84 m_responseMetadataHasBeenSet =
true;
85 m_responseMetadata = std::forward<ResponseMetadataT>(value);
87 template <
typename ResponseMetadataT = ResponseMetadata>
99 bool m_markerHasBeenSet =
false;
100 bool m_cacheSubnetGroupsHasBeenSet =
false;
101 bool m_responseMetadataHasBeenSet =
false;
DescribeCacheSubnetGroupsResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetMarker(MarkerT &&value)
AWS_ELASTICACHE_API DescribeCacheSubnetGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICACHE_API DescribeCacheSubnetGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Vector< CacheSubnetGroup > & GetCacheSubnetGroups() const
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeCacheSubnetGroupsResult & AddCacheSubnetGroups(CacheSubnetGroupsT &&value)
AWS_ELASTICACHE_API DescribeCacheSubnetGroupsResult()=default
void SetCacheSubnetGroups(CacheSubnetGroupsT &&value)
const Aws::String & GetMarker() const
DescribeCacheSubnetGroupsResult & WithMarker(MarkerT &&value)
const ResponseMetadata & GetResponseMetadata() const
DescribeCacheSubnetGroupsResult & WithCacheSubnetGroups(CacheSubnetGroupsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument