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/CacheSubnetGroup.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
49 template<
typename MarkerT = Aws::String>
50 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
51 template<
typename MarkerT = Aws::String>
61 template<
typename CacheSubnetGroupsT = Aws::Vector<CacheSubnetGroup>>
62 void SetCacheSubnetGroups(CacheSubnetGroupsT&& value) { m_cacheSubnetGroupsHasBeenSet =
true; m_cacheSubnetGroups = std::forward<CacheSubnetGroupsT>(value); }
63 template<
typename CacheSubnetGroupsT = Aws::Vector<CacheSubnetGroup>>
65 template<
typename CacheSubnetGroupsT = CacheSubnetGroup>
72 template<
typename ResponseMetadataT = ResponseMetadata>
73 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
74 template<
typename ResponseMetadataT = ResponseMetadata>
80 bool m_markerHasBeenSet =
false;
83 bool m_cacheSubnetGroupsHasBeenSet =
false;
86 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