AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
DatabaseInstanceSoftwareDetailsResponse.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace DatabaseMigrationService {
20namespace Model {
21
29 public:
30 AWS_DATABASEMIGRATIONSERVICE_API DatabaseInstanceSoftwareDetailsResponse() = default;
31 AWS_DATABASEMIGRATIONSERVICE_API DatabaseInstanceSoftwareDetailsResponse(Aws::Utils::Json::JsonView jsonValue);
33 AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetEngine() const { return m_engine; }
41 inline bool EngineHasBeenSet() const { return m_engineHasBeenSet; }
42 template <typename EngineT = Aws::String>
43 void SetEngine(EngineT&& value) {
44 m_engineHasBeenSet = true;
45 m_engine = std::forward<EngineT>(value);
46 }
47 template <typename EngineT = Aws::String>
49 SetEngine(std::forward<EngineT>(value));
50 return *this;
51 }
53
55
59 inline const Aws::String& GetEngineVersion() const { return m_engineVersion; }
60 inline bool EngineVersionHasBeenSet() const { return m_engineVersionHasBeenSet; }
61 template <typename EngineVersionT = Aws::String>
62 void SetEngineVersion(EngineVersionT&& value) {
63 m_engineVersionHasBeenSet = true;
64 m_engineVersion = std::forward<EngineVersionT>(value);
65 }
66 template <typename EngineVersionT = Aws::String>
68 SetEngineVersion(std::forward<EngineVersionT>(value));
69 return *this;
70 }
72
74
78 inline const Aws::String& GetEngineEdition() const { return m_engineEdition; }
79 inline bool EngineEditionHasBeenSet() const { return m_engineEditionHasBeenSet; }
80 template <typename EngineEditionT = Aws::String>
81 void SetEngineEdition(EngineEditionT&& value) {
82 m_engineEditionHasBeenSet = true;
83 m_engineEdition = std::forward<EngineEditionT>(value);
84 }
85 template <typename EngineEditionT = Aws::String>
87 SetEngineEdition(std::forward<EngineEditionT>(value));
88 return *this;
89 }
91
93
96 inline const Aws::String& GetServicePack() const { return m_servicePack; }
97 inline bool ServicePackHasBeenSet() const { return m_servicePackHasBeenSet; }
98 template <typename ServicePackT = Aws::String>
99 void SetServicePack(ServicePackT&& value) {
100 m_servicePackHasBeenSet = true;
101 m_servicePack = std::forward<ServicePackT>(value);
102 }
103 template <typename ServicePackT = Aws::String>
105 SetServicePack(std::forward<ServicePackT>(value));
106 return *this;
107 }
109
111
115 inline const Aws::String& GetSupportLevel() const { return m_supportLevel; }
116 inline bool SupportLevelHasBeenSet() const { return m_supportLevelHasBeenSet; }
117 template <typename SupportLevelT = Aws::String>
118 void SetSupportLevel(SupportLevelT&& value) {
119 m_supportLevelHasBeenSet = true;
120 m_supportLevel = std::forward<SupportLevelT>(value);
121 }
122 template <typename SupportLevelT = Aws::String>
124 SetSupportLevel(std::forward<SupportLevelT>(value));
125 return *this;
126 }
128
130
133 inline int GetOsArchitecture() const { return m_osArchitecture; }
134 inline bool OsArchitectureHasBeenSet() const { return m_osArchitectureHasBeenSet; }
135 inline void SetOsArchitecture(int value) {
136 m_osArchitectureHasBeenSet = true;
137 m_osArchitecture = value;
138 }
140 SetOsArchitecture(value);
141 return *this;
142 }
144
146
150 inline const Aws::String& GetTooltip() const { return m_tooltip; }
151 inline bool TooltipHasBeenSet() const { return m_tooltipHasBeenSet; }
152 template <typename TooltipT = Aws::String>
153 void SetTooltip(TooltipT&& value) {
154 m_tooltipHasBeenSet = true;
155 m_tooltip = std::forward<TooltipT>(value);
156 }
157 template <typename TooltipT = Aws::String>
159 SetTooltip(std::forward<TooltipT>(value));
160 return *this;
161 }
163 private:
164 Aws::String m_engine;
165
166 Aws::String m_engineVersion;
167
168 Aws::String m_engineEdition;
169
170 Aws::String m_servicePack;
171
172 Aws::String m_supportLevel;
173
174 int m_osArchitecture{0};
175
176 Aws::String m_tooltip;
177 bool m_engineHasBeenSet = false;
178 bool m_engineVersionHasBeenSet = false;
179 bool m_engineEditionHasBeenSet = false;
180 bool m_servicePackHasBeenSet = false;
181 bool m_supportLevelHasBeenSet = false;
182 bool m_osArchitectureHasBeenSet = false;
183 bool m_tooltipHasBeenSet = false;
184};
185
186} // namespace Model
187} // namespace DatabaseMigrationService
188} // namespace Aws
DatabaseInstanceSoftwareDetailsResponse & WithEngineEdition(EngineEditionT &&value)
DatabaseInstanceSoftwareDetailsResponse & WithEngineVersion(EngineVersionT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DatabaseInstanceSoftwareDetailsResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATABASEMIGRATIONSERVICE_API DatabaseInstanceSoftwareDetailsResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_DATABASEMIGRATIONSERVICE_API DatabaseInstanceSoftwareDetailsResponse()=default
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue