AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RebootCacheClusterResult.h
1
6#pragma once
7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/model/CacheCluster.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 RebootCacheClusterResult();
34
35
37
38 inline const CacheCluster& GetCacheCluster() const{ return m_cacheCluster; }
39 inline void SetCacheCluster(const CacheCluster& value) { m_cacheCluster = value; }
40 inline void SetCacheCluster(CacheCluster&& value) { m_cacheCluster = std::move(value); }
41 inline RebootCacheClusterResult& WithCacheCluster(const CacheCluster& value) { SetCacheCluster(value); return *this;}
42 inline RebootCacheClusterResult& WithCacheCluster(CacheCluster&& value) { SetCacheCluster(std::move(value)); return *this;}
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); }
51 inline RebootCacheClusterResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;}
53 private:
54
55 CacheCluster m_cacheCluster;
56
57 ResponseMetadata m_responseMetadata;
58 };
59
60} // namespace Model
61} // namespace ElastiCache
62} // namespace Aws
RebootCacheClusterResult & WithCacheCluster(CacheCluster &&value)
AWS_ELASTICACHE_API RebootCacheClusterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(const ResponseMetadata &value)
RebootCacheClusterResult & WithResponseMetadata(const ResponseMetadata &value)
RebootCacheClusterResult & WithResponseMetadata(ResponseMetadata &&value)
RebootCacheClusterResult & WithCacheCluster(const CacheCluster &value)
AWS_ELASTICACHE_API RebootCacheClusterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument