7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/model/CacheSubnetGroup.h>
9#include <aws/elasticache/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
39 template<
typename CacheSubnetGroupT = CacheSubnetGroup>
40 void SetCacheSubnetGroup(CacheSubnetGroupT&& value) { m_cacheSubnetGroupHasBeenSet =
true; m_cacheSubnetGroup = std::forward<CacheSubnetGroupT>(value); }
41 template<
typename CacheSubnetGroupT = CacheSubnetGroup>
48 template<
typename ResponseMetadataT = ResponseMetadata>
49 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
50 template<
typename ResponseMetadataT = ResponseMetadata>
56 bool m_cacheSubnetGroupHasBeenSet =
false;
59 bool m_responseMetadataHasBeenSet =
false;
AWS_ELASTICACHE_API ModifyCacheSubnetGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyCacheSubnetGroupResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const CacheSubnetGroup & GetCacheSubnetGroup() const
ModifyCacheSubnetGroupResult & WithCacheSubnetGroup(CacheSubnetGroupT &&value)
void SetCacheSubnetGroup(CacheSubnetGroupT &&value)
AWS_ELASTICACHE_API ModifyCacheSubnetGroupResult()=default
AWS_ELASTICACHE_API ModifyCacheSubnetGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
Aws::Utils::Xml::XmlDocument XmlDocument