AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AwsRdsDbPendingModifiedValues.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/AwsRdsPendingCloudWatchLogsExports.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/securityhub/model/AwsRdsDbProcessorFeature.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace SecurityHub
25{
26namespace Model
27{
28
36 {
37 public:
38 AWS_SECURITYHUB_API AwsRdsDbPendingModifiedValues();
41 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const Aws::String& GetDbInstanceClass() const{ return m_dbInstanceClass; }
49 inline bool DbInstanceClassHasBeenSet() const { return m_dbInstanceClassHasBeenSet; }
50 inline void SetDbInstanceClass(const Aws::String& value) { m_dbInstanceClassHasBeenSet = true; m_dbInstanceClass = value; }
51 inline void SetDbInstanceClass(Aws::String&& value) { m_dbInstanceClassHasBeenSet = true; m_dbInstanceClass = std::move(value); }
52 inline void SetDbInstanceClass(const char* value) { m_dbInstanceClassHasBeenSet = true; m_dbInstanceClass.assign(value); }
54 inline AwsRdsDbPendingModifiedValues& WithDbInstanceClass(Aws::String&& value) { SetDbInstanceClass(std::move(value)); return *this;}
55 inline AwsRdsDbPendingModifiedValues& WithDbInstanceClass(const char* value) { SetDbInstanceClass(value); return *this;}
57
59
62 inline int GetAllocatedStorage() const{ return m_allocatedStorage; }
63 inline bool AllocatedStorageHasBeenSet() const { return m_allocatedStorageHasBeenSet; }
64 inline void SetAllocatedStorage(int value) { m_allocatedStorageHasBeenSet = true; m_allocatedStorage = value; }
67
69
72 inline const Aws::String& GetMasterUserPassword() const{ return m_masterUserPassword; }
73 inline bool MasterUserPasswordHasBeenSet() const { return m_masterUserPasswordHasBeenSet; }
74 inline void SetMasterUserPassword(const Aws::String& value) { m_masterUserPasswordHasBeenSet = true; m_masterUserPassword = value; }
75 inline void SetMasterUserPassword(Aws::String&& value) { m_masterUserPasswordHasBeenSet = true; m_masterUserPassword = std::move(value); }
76 inline void SetMasterUserPassword(const char* value) { m_masterUserPasswordHasBeenSet = true; m_masterUserPassword.assign(value); }
79 inline AwsRdsDbPendingModifiedValues& WithMasterUserPassword(const char* value) { SetMasterUserPassword(value); return *this;}
81
83
86 inline int GetPort() const{ return m_port; }
87 inline bool PortHasBeenSet() const { return m_portHasBeenSet; }
88 inline void SetPort(int value) { m_portHasBeenSet = true; m_port = value; }
89 inline AwsRdsDbPendingModifiedValues& WithPort(int value) { SetPort(value); return *this;}
91
93
96 inline int GetBackupRetentionPeriod() const{ return m_backupRetentionPeriod; }
97 inline bool BackupRetentionPeriodHasBeenSet() const { return m_backupRetentionPeriodHasBeenSet; }
98 inline void SetBackupRetentionPeriod(int value) { m_backupRetentionPeriodHasBeenSet = true; m_backupRetentionPeriod = value; }
101
103
107 inline bool GetMultiAZ() const{ return m_multiAZ; }
108 inline bool MultiAZHasBeenSet() const { return m_multiAZHasBeenSet; }
109 inline void SetMultiAZ(bool value) { m_multiAZHasBeenSet = true; m_multiAZ = value; }
110 inline AwsRdsDbPendingModifiedValues& WithMultiAZ(bool value) { SetMultiAZ(value); return *this;}
112
114
117 inline const Aws::String& GetEngineVersion() const{ return m_engineVersion; }
118 inline bool EngineVersionHasBeenSet() const { return m_engineVersionHasBeenSet; }
119 inline void SetEngineVersion(const Aws::String& value) { m_engineVersionHasBeenSet = true; m_engineVersion = value; }
120 inline void SetEngineVersion(Aws::String&& value) { m_engineVersionHasBeenSet = true; m_engineVersion = std::move(value); }
121 inline void SetEngineVersion(const char* value) { m_engineVersionHasBeenSet = true; m_engineVersion.assign(value); }
123 inline AwsRdsDbPendingModifiedValues& WithEngineVersion(Aws::String&& value) { SetEngineVersion(std::move(value)); return *this;}
124 inline AwsRdsDbPendingModifiedValues& WithEngineVersion(const char* value) { SetEngineVersion(value); return *this;}
126
128
131 inline const Aws::String& GetLicenseModel() const{ return m_licenseModel; }
132 inline bool LicenseModelHasBeenSet() const { return m_licenseModelHasBeenSet; }
133 inline void SetLicenseModel(const Aws::String& value) { m_licenseModelHasBeenSet = true; m_licenseModel = value; }
134 inline void SetLicenseModel(Aws::String&& value) { m_licenseModelHasBeenSet = true; m_licenseModel = std::move(value); }
135 inline void SetLicenseModel(const char* value) { m_licenseModelHasBeenSet = true; m_licenseModel.assign(value); }
136 inline AwsRdsDbPendingModifiedValues& WithLicenseModel(const Aws::String& value) { SetLicenseModel(value); return *this;}
137 inline AwsRdsDbPendingModifiedValues& WithLicenseModel(Aws::String&& value) { SetLicenseModel(std::move(value)); return *this;}
138 inline AwsRdsDbPendingModifiedValues& WithLicenseModel(const char* value) { SetLicenseModel(value); return *this;}
140
142
145 inline int GetIops() const{ return m_iops; }
146 inline bool IopsHasBeenSet() const { return m_iopsHasBeenSet; }
147 inline void SetIops(int value) { m_iopsHasBeenSet = true; m_iops = value; }
148 inline AwsRdsDbPendingModifiedValues& WithIops(int value) { SetIops(value); return *this;}
150
152
155 inline const Aws::String& GetDbInstanceIdentifier() const{ return m_dbInstanceIdentifier; }
156 inline bool DbInstanceIdentifierHasBeenSet() const { return m_dbInstanceIdentifierHasBeenSet; }
157 inline void SetDbInstanceIdentifier(const Aws::String& value) { m_dbInstanceIdentifierHasBeenSet = true; m_dbInstanceIdentifier = value; }
158 inline void SetDbInstanceIdentifier(Aws::String&& value) { m_dbInstanceIdentifierHasBeenSet = true; m_dbInstanceIdentifier = std::move(value); }
159 inline void SetDbInstanceIdentifier(const char* value) { m_dbInstanceIdentifierHasBeenSet = true; m_dbInstanceIdentifier.assign(value); }
162 inline AwsRdsDbPendingModifiedValues& WithDbInstanceIdentifier(const char* value) { SetDbInstanceIdentifier(value); return *this;}
164
166
169 inline const Aws::String& GetStorageType() const{ return m_storageType; }
170 inline bool StorageTypeHasBeenSet() const { return m_storageTypeHasBeenSet; }
171 inline void SetStorageType(const Aws::String& value) { m_storageTypeHasBeenSet = true; m_storageType = value; }
172 inline void SetStorageType(Aws::String&& value) { m_storageTypeHasBeenSet = true; m_storageType = std::move(value); }
173 inline void SetStorageType(const char* value) { m_storageTypeHasBeenSet = true; m_storageType.assign(value); }
174 inline AwsRdsDbPendingModifiedValues& WithStorageType(const Aws::String& value) { SetStorageType(value); return *this;}
175 inline AwsRdsDbPendingModifiedValues& WithStorageType(Aws::String&& value) { SetStorageType(std::move(value)); return *this;}
176 inline AwsRdsDbPendingModifiedValues& WithStorageType(const char* value) { SetStorageType(value); return *this;}
178
180
183 inline const Aws::String& GetCaCertificateIdentifier() const{ return m_caCertificateIdentifier; }
184 inline bool CaCertificateIdentifierHasBeenSet() const { return m_caCertificateIdentifierHasBeenSet; }
185 inline void SetCaCertificateIdentifier(const Aws::String& value) { m_caCertificateIdentifierHasBeenSet = true; m_caCertificateIdentifier = value; }
186 inline void SetCaCertificateIdentifier(Aws::String&& value) { m_caCertificateIdentifierHasBeenSet = true; m_caCertificateIdentifier = std::move(value); }
187 inline void SetCaCertificateIdentifier(const char* value) { m_caCertificateIdentifierHasBeenSet = true; m_caCertificateIdentifier.assign(value); }
192
194
197 inline const Aws::String& GetDbSubnetGroupName() const{ return m_dbSubnetGroupName; }
198 inline bool DbSubnetGroupNameHasBeenSet() const { return m_dbSubnetGroupNameHasBeenSet; }
199 inline void SetDbSubnetGroupName(const Aws::String& value) { m_dbSubnetGroupNameHasBeenSet = true; m_dbSubnetGroupName = value; }
200 inline void SetDbSubnetGroupName(Aws::String&& value) { m_dbSubnetGroupNameHasBeenSet = true; m_dbSubnetGroupName = std::move(value); }
201 inline void SetDbSubnetGroupName(const char* value) { m_dbSubnetGroupNameHasBeenSet = true; m_dbSubnetGroupName.assign(value); }
203 inline AwsRdsDbPendingModifiedValues& WithDbSubnetGroupName(Aws::String&& value) { SetDbSubnetGroupName(std::move(value)); return *this;}
204 inline AwsRdsDbPendingModifiedValues& WithDbSubnetGroupName(const char* value) { SetDbSubnetGroupName(value); return *this;}
206
208
211 inline const AwsRdsPendingCloudWatchLogsExports& GetPendingCloudWatchLogsExports() const{ return m_pendingCloudWatchLogsExports; }
212 inline bool PendingCloudWatchLogsExportsHasBeenSet() const { return m_pendingCloudWatchLogsExportsHasBeenSet; }
213 inline void SetPendingCloudWatchLogsExports(const AwsRdsPendingCloudWatchLogsExports& value) { m_pendingCloudWatchLogsExportsHasBeenSet = true; m_pendingCloudWatchLogsExports = value; }
214 inline void SetPendingCloudWatchLogsExports(AwsRdsPendingCloudWatchLogsExports&& value) { m_pendingCloudWatchLogsExportsHasBeenSet = true; m_pendingCloudWatchLogsExports = std::move(value); }
218
220
223 inline const Aws::Vector<AwsRdsDbProcessorFeature>& GetProcessorFeatures() const{ return m_processorFeatures; }
224 inline bool ProcessorFeaturesHasBeenSet() const { return m_processorFeaturesHasBeenSet; }
225 inline void SetProcessorFeatures(const Aws::Vector<AwsRdsDbProcessorFeature>& value) { m_processorFeaturesHasBeenSet = true; m_processorFeatures = value; }
226 inline void SetProcessorFeatures(Aws::Vector<AwsRdsDbProcessorFeature>&& value) { m_processorFeaturesHasBeenSet = true; m_processorFeatures = std::move(value); }
229 inline AwsRdsDbPendingModifiedValues& AddProcessorFeatures(const AwsRdsDbProcessorFeature& value) { m_processorFeaturesHasBeenSet = true; m_processorFeatures.push_back(value); return *this; }
230 inline AwsRdsDbPendingModifiedValues& AddProcessorFeatures(AwsRdsDbProcessorFeature&& value) { m_processorFeaturesHasBeenSet = true; m_processorFeatures.push_back(std::move(value)); return *this; }
232 private:
233
234 Aws::String m_dbInstanceClass;
235 bool m_dbInstanceClassHasBeenSet = false;
236
237 int m_allocatedStorage;
238 bool m_allocatedStorageHasBeenSet = false;
239
240 Aws::String m_masterUserPassword;
241 bool m_masterUserPasswordHasBeenSet = false;
242
243 int m_port;
244 bool m_portHasBeenSet = false;
245
246 int m_backupRetentionPeriod;
247 bool m_backupRetentionPeriodHasBeenSet = false;
248
249 bool m_multiAZ;
250 bool m_multiAZHasBeenSet = false;
251
252 Aws::String m_engineVersion;
253 bool m_engineVersionHasBeenSet = false;
254
255 Aws::String m_licenseModel;
256 bool m_licenseModelHasBeenSet = false;
257
258 int m_iops;
259 bool m_iopsHasBeenSet = false;
260
261 Aws::String m_dbInstanceIdentifier;
262 bool m_dbInstanceIdentifierHasBeenSet = false;
263
264 Aws::String m_storageType;
265 bool m_storageTypeHasBeenSet = false;
266
267 Aws::String m_caCertificateIdentifier;
268 bool m_caCertificateIdentifierHasBeenSet = false;
269
270 Aws::String m_dbSubnetGroupName;
271 bool m_dbSubnetGroupNameHasBeenSet = false;
272
273 AwsRdsPendingCloudWatchLogsExports m_pendingCloudWatchLogsExports;
274 bool m_pendingCloudWatchLogsExportsHasBeenSet = false;
275
276 Aws::Vector<AwsRdsDbProcessorFeature> m_processorFeatures;
277 bool m_processorFeaturesHasBeenSet = false;
278 };
279
280} // namespace Model
281} // namespace SecurityHub
282} // namespace Aws
AwsRdsDbPendingModifiedValues & WithCaCertificateIdentifier(const char *value)
AwsRdsDbPendingModifiedValues & WithPendingCloudWatchLogsExports(AwsRdsPendingCloudWatchLogsExports &&value)
AwsRdsDbPendingModifiedValues & AddProcessorFeatures(AwsRdsDbProcessorFeature &&value)
AwsRdsDbPendingModifiedValues & WithEngineVersion(Aws::String &&value)
const Aws::Vector< AwsRdsDbProcessorFeature > & GetProcessorFeatures() const
AwsRdsDbPendingModifiedValues & WithProcessorFeatures(Aws::Vector< AwsRdsDbProcessorFeature > &&value)
AWS_SECURITYHUB_API AwsRdsDbPendingModifiedValues(Aws::Utils::Json::JsonView jsonValue)
AwsRdsDbPendingModifiedValues & AddProcessorFeatures(const AwsRdsDbProcessorFeature &value)
AwsRdsDbPendingModifiedValues & WithDbSubnetGroupName(const char *value)
AwsRdsDbPendingModifiedValues & WithBackupRetentionPeriod(int value)
AwsRdsDbPendingModifiedValues & WithStorageType(Aws::String &&value)
void SetPendingCloudWatchLogsExports(const AwsRdsPendingCloudWatchLogsExports &value)
void SetProcessorFeatures(Aws::Vector< AwsRdsDbProcessorFeature > &&value)
AwsRdsDbPendingModifiedValues & WithDbInstanceClass(Aws::String &&value)
AwsRdsDbPendingModifiedValues & WithDbSubnetGroupName(Aws::String &&value)
AwsRdsDbPendingModifiedValues & WithStorageType(const Aws::String &value)
AwsRdsDbPendingModifiedValues & WithDbInstanceClass(const Aws::String &value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsRdsDbPendingModifiedValues & WithLicenseModel(const char *value)
AwsRdsDbPendingModifiedValues & WithDbInstanceIdentifier(const Aws::String &value)
void SetPendingCloudWatchLogsExports(AwsRdsPendingCloudWatchLogsExports &&value)
AwsRdsDbPendingModifiedValues & WithMasterUserPassword(const char *value)
AwsRdsDbPendingModifiedValues & WithLicenseModel(const Aws::String &value)
AWS_SECURITYHUB_API AwsRdsDbPendingModifiedValues & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsRdsDbPendingModifiedValues & WithProcessorFeatures(const Aws::Vector< AwsRdsDbProcessorFeature > &value)
AwsRdsDbPendingModifiedValues & WithStorageType(const char *value)
AwsRdsDbPendingModifiedValues & WithDbSubnetGroupName(const Aws::String &value)
AwsRdsDbPendingModifiedValues & WithDbInstanceClass(const char *value)
AwsRdsDbPendingModifiedValues & WithLicenseModel(Aws::String &&value)
AwsRdsDbPendingModifiedValues & WithEngineVersion(const char *value)
AwsRdsDbPendingModifiedValues & WithCaCertificateIdentifier(Aws::String &&value)
AwsRdsDbPendingModifiedValues & WithDbInstanceIdentifier(const char *value)
AwsRdsDbPendingModifiedValues & WithAllocatedStorage(int value)
AwsRdsDbPendingModifiedValues & WithEngineVersion(const Aws::String &value)
AwsRdsDbPendingModifiedValues & WithDbInstanceIdentifier(Aws::String &&value)
void SetProcessorFeatures(const Aws::Vector< AwsRdsDbProcessorFeature > &value)
AwsRdsDbPendingModifiedValues & WithMasterUserPassword(Aws::String &&value)
AwsRdsDbPendingModifiedValues & WithPendingCloudWatchLogsExports(const AwsRdsPendingCloudWatchLogsExports &value)
AwsRdsDbPendingModifiedValues & WithCaCertificateIdentifier(const Aws::String &value)
const AwsRdsPendingCloudWatchLogsExports & GetPendingCloudWatchLogsExports() const
AwsRdsDbPendingModifiedValues & WithMasterUserPassword(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue