AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ModifyCacheSubnetGroupResult.h
1
6#pragma once
7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/model/CacheSubnetGroup.h>
9#include <aws/elasticache/model/ResponseMetadata.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Xml
20{
21 class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace ElastiCache
25{
26namespace Model
27{
29 {
30 public:
31 AWS_ELASTICACHE_API ModifyCacheSubnetGroupResult();
34
35
37
38 inline const CacheSubnetGroup& GetCacheSubnetGroup() const{ return m_cacheSubnetGroup; }
39 inline void SetCacheSubnetGroup(const CacheSubnetGroup& value) { m_cacheSubnetGroup = value; }
40 inline void SetCacheSubnetGroup(CacheSubnetGroup&& value) { m_cacheSubnetGroup = std::move(value); }
44
46
47 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
48 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
49 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
53 private:
54
55 CacheSubnetGroup m_cacheSubnetGroup;
56
57 ResponseMetadata m_responseMetadata;
58 };
59
60} // namespace Model
61} // namespace ElastiCache
62} // namespace Aws
AWS_ELASTICACHE_API ModifyCacheSubnetGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyCacheSubnetGroupResult & WithCacheSubnetGroup(CacheSubnetGroup &&value)
ModifyCacheSubnetGroupResult & WithResponseMetadata(const ResponseMetadata &value)
ModifyCacheSubnetGroupResult & WithResponseMetadata(ResponseMetadata &&value)
ModifyCacheSubnetGroupResult & WithCacheSubnetGroup(const CacheSubnetGroup &value)
AWS_ELASTICACHE_API ModifyCacheSubnetGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument