AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ModifyGlobalClusterResult.h
1
6#pragma once
7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/model/GlobalCluster.h>
9#include <aws/rds/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 RDS
25{
26namespace Model
27{
29 {
30 public:
34
35
37
38 inline const GlobalCluster& GetGlobalCluster() const{ return m_globalCluster; }
39 inline void SetGlobalCluster(const GlobalCluster& value) { m_globalCluster = value; }
40 inline void SetGlobalCluster(GlobalCluster&& value) { m_globalCluster = std::move(value); }
41 inline ModifyGlobalClusterResult& WithGlobalCluster(const GlobalCluster& value) { SetGlobalCluster(value); return *this;}
42 inline ModifyGlobalClusterResult& WithGlobalCluster(GlobalCluster&& value) { SetGlobalCluster(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 ModifyGlobalClusterResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;}
53 private:
54
55 GlobalCluster m_globalCluster;
56
57 ResponseMetadata m_responseMetadata;
58 };
59
60} // namespace Model
61} // namespace RDS
62} // namespace Aws
ModifyGlobalClusterResult & WithResponseMetadata(ResponseMetadata &&value)
const ResponseMetadata & GetResponseMetadata() const
ModifyGlobalClusterResult & WithGlobalCluster(const GlobalCluster &value)
ModifyGlobalClusterResult & WithGlobalCluster(GlobalCluster &&value)
AWS_RDS_API ModifyGlobalClusterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyGlobalClusterResult & WithResponseMetadata(const ResponseMetadata &value)
void SetGlobalCluster(const GlobalCluster &value)
void SetResponseMetadata(const ResponseMetadata &value)
AWS_RDS_API ModifyGlobalClusterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument