AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpgradeElasticsearchDomainResult.h
1
6#pragma once
7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/es/model/ChangeProgressDetails.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace ElasticsearchService
25{
26namespace Model
27{
35 {
36 public:
37 AWS_ELASTICSEARCHSERVICE_API UpgradeElasticsearchDomainResult();
40
41
43
44 inline const Aws::String& GetDomainName() const{ return m_domainName; }
45 inline void SetDomainName(const Aws::String& value) { m_domainName = value; }
46 inline void SetDomainName(Aws::String&& value) { m_domainName = std::move(value); }
47 inline void SetDomainName(const char* value) { m_domainName.assign(value); }
48 inline UpgradeElasticsearchDomainResult& WithDomainName(const Aws::String& value) { SetDomainName(value); return *this;}
49 inline UpgradeElasticsearchDomainResult& WithDomainName(Aws::String&& value) { SetDomainName(std::move(value)); return *this;}
50 inline UpgradeElasticsearchDomainResult& WithDomainName(const char* value) { SetDomainName(value); return *this;}
52
54
57 inline const Aws::String& GetTargetVersion() const{ return m_targetVersion; }
58 inline void SetTargetVersion(const Aws::String& value) { m_targetVersion = value; }
59 inline void SetTargetVersion(Aws::String&& value) { m_targetVersion = std::move(value); }
60 inline void SetTargetVersion(const char* value) { m_targetVersion.assign(value); }
62 inline UpgradeElasticsearchDomainResult& WithTargetVersion(Aws::String&& value) { SetTargetVersion(std::move(value)); return *this;}
63 inline UpgradeElasticsearchDomainResult& WithTargetVersion(const char* value) { SetTargetVersion(value); return *this;}
65
67
71 inline bool GetPerformCheckOnly() const{ return m_performCheckOnly; }
72 inline void SetPerformCheckOnly(bool value) { m_performCheckOnly = value; }
75
77
78 inline const ChangeProgressDetails& GetChangeProgressDetails() const{ return m_changeProgressDetails; }
79 inline void SetChangeProgressDetails(const ChangeProgressDetails& value) { m_changeProgressDetails = value; }
80 inline void SetChangeProgressDetails(ChangeProgressDetails&& value) { m_changeProgressDetails = std::move(value); }
84
86
87 inline const Aws::String& GetRequestId() const{ return m_requestId; }
88 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
89 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
90 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
91 inline UpgradeElasticsearchDomainResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
92 inline UpgradeElasticsearchDomainResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
93 inline UpgradeElasticsearchDomainResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
95 private:
96
97 Aws::String m_domainName;
98
99 Aws::String m_targetVersion;
100
101 bool m_performCheckOnly;
102
103 ChangeProgressDetails m_changeProgressDetails;
104
105 Aws::String m_requestId;
106 };
107
108} // namespace Model
109} // namespace ElasticsearchService
110} // namespace Aws
UpgradeElasticsearchDomainResult & WithTargetVersion(const Aws::String &value)
UpgradeElasticsearchDomainResult & WithTargetVersion(Aws::String &&value)
UpgradeElasticsearchDomainResult & WithRequestId(const Aws::String &value)
AWS_ELASTICSEARCHSERVICE_API UpgradeElasticsearchDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ELASTICSEARCHSERVICE_API UpgradeElasticsearchDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpgradeElasticsearchDomainResult & WithRequestId(Aws::String &&value)
UpgradeElasticsearchDomainResult & WithDomainName(Aws::String &&value)
UpgradeElasticsearchDomainResult & WithDomainName(const Aws::String &value)
UpgradeElasticsearchDomainResult & WithChangeProgressDetails(const ChangeProgressDetails &value)
UpgradeElasticsearchDomainResult & WithTargetVersion(const char *value)
UpgradeElasticsearchDomainResult & WithChangeProgressDetails(ChangeProgressDetails &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue