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/CacheSubnetGroup.h>
12#include <aws/elasticache/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace 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 CacheSubnetGroupsT = Aws::Vector<CacheSubnetGroup>>
64 m_cacheSubnetGroupsHasBeenSet =
true;
65 m_cacheSubnetGroups = std::forward<CacheSubnetGroupsT>(value);
67 template <
typename CacheSubnetGroupsT = Aws::Vector<CacheSubnetGroup>>
72 template <
typename CacheSubnetGroupsT = CacheSubnetGroup>
74 m_cacheSubnetGroupsHasBeenSet =
true;
75 m_cacheSubnetGroups.emplace_back(std::forward<CacheSubnetGroupsT>(value));
83 template <
typename ResponseMetadataT = ResponseMetadata>
85 m_responseMetadataHasBeenSet =
true;
86 m_responseMetadata = std::forward<ResponseMetadataT>(value);
88 template <
typename ResponseMetadataT = ResponseMetadata>
103 bool m_markerHasBeenSet =
false;
104 bool m_cacheSubnetGroupsHasBeenSet =
false;
105 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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