AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DBClusterSnapshot.h
1
6#pragma once
7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/DateTime.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Xml
19{
20 class XmlNode;
21} // namespace Xml
22} // namespace Utils
23namespace Neptune
24{
25namespace Model
26{
27
36 {
37 public:
38 AWS_NEPTUNE_API DBClusterSnapshot();
39 AWS_NEPTUNE_API DBClusterSnapshot(const Aws::Utils::Xml::XmlNode& xmlNode);
40 AWS_NEPTUNE_API DBClusterSnapshot& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
41
42 AWS_NEPTUNE_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
43 AWS_NEPTUNE_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
44
45
47
51 inline const Aws::Vector<Aws::String>& GetAvailabilityZones() const{ return m_availabilityZones; }
52 inline bool AvailabilityZonesHasBeenSet() const { return m_availabilityZonesHasBeenSet; }
53 inline void SetAvailabilityZones(const Aws::Vector<Aws::String>& value) { m_availabilityZonesHasBeenSet = true; m_availabilityZones = value; }
54 inline void SetAvailabilityZones(Aws::Vector<Aws::String>&& value) { m_availabilityZonesHasBeenSet = true; m_availabilityZones = std::move(value); }
56 inline DBClusterSnapshot& WithAvailabilityZones(Aws::Vector<Aws::String>&& value) { SetAvailabilityZones(std::move(value)); return *this;}
57 inline DBClusterSnapshot& AddAvailabilityZones(const Aws::String& value) { m_availabilityZonesHasBeenSet = true; m_availabilityZones.push_back(value); return *this; }
58 inline DBClusterSnapshot& AddAvailabilityZones(Aws::String&& value) { m_availabilityZonesHasBeenSet = true; m_availabilityZones.push_back(std::move(value)); return *this; }
59 inline DBClusterSnapshot& AddAvailabilityZones(const char* value) { m_availabilityZonesHasBeenSet = true; m_availabilityZones.push_back(value); return *this; }
61
63
77 inline const Aws::String& GetDBClusterSnapshotIdentifier() const{ return m_dBClusterSnapshotIdentifier; }
78 inline bool DBClusterSnapshotIdentifierHasBeenSet() const { return m_dBClusterSnapshotIdentifierHasBeenSet; }
79 inline void SetDBClusterSnapshotIdentifier(const Aws::String& value) { m_dBClusterSnapshotIdentifierHasBeenSet = true; m_dBClusterSnapshotIdentifier = value; }
80 inline void SetDBClusterSnapshotIdentifier(Aws::String&& value) { m_dBClusterSnapshotIdentifierHasBeenSet = true; m_dBClusterSnapshotIdentifier = std::move(value); }
81 inline void SetDBClusterSnapshotIdentifier(const char* value) { m_dBClusterSnapshotIdentifierHasBeenSet = true; m_dBClusterSnapshotIdentifier.assign(value); }
84 inline DBClusterSnapshot& WithDBClusterSnapshotIdentifier(const char* value) { SetDBClusterSnapshotIdentifier(value); return *this;}
86
88
92 inline const Aws::String& GetDBClusterIdentifier() const{ return m_dBClusterIdentifier; }
93 inline bool DBClusterIdentifierHasBeenSet() const { return m_dBClusterIdentifierHasBeenSet; }
94 inline void SetDBClusterIdentifier(const Aws::String& value) { m_dBClusterIdentifierHasBeenSet = true; m_dBClusterIdentifier = value; }
95 inline void SetDBClusterIdentifier(Aws::String&& value) { m_dBClusterIdentifierHasBeenSet = true; m_dBClusterIdentifier = std::move(value); }
96 inline void SetDBClusterIdentifier(const char* value) { m_dBClusterIdentifierHasBeenSet = true; m_dBClusterIdentifier.assign(value); }
97 inline DBClusterSnapshot& WithDBClusterIdentifier(const Aws::String& value) { SetDBClusterIdentifier(value); return *this;}
98 inline DBClusterSnapshot& WithDBClusterIdentifier(Aws::String&& value) { SetDBClusterIdentifier(std::move(value)); return *this;}
99 inline DBClusterSnapshot& WithDBClusterIdentifier(const char* value) { SetDBClusterIdentifier(value); return *this;}
101
103
107 inline const Aws::Utils::DateTime& GetSnapshotCreateTime() const{ return m_snapshotCreateTime; }
108 inline bool SnapshotCreateTimeHasBeenSet() const { return m_snapshotCreateTimeHasBeenSet; }
109 inline void SetSnapshotCreateTime(const Aws::Utils::DateTime& value) { m_snapshotCreateTimeHasBeenSet = true; m_snapshotCreateTime = value; }
110 inline void SetSnapshotCreateTime(Aws::Utils::DateTime&& value) { m_snapshotCreateTimeHasBeenSet = true; m_snapshotCreateTime = std::move(value); }
112 inline DBClusterSnapshot& WithSnapshotCreateTime(Aws::Utils::DateTime&& value) { SetSnapshotCreateTime(std::move(value)); return *this;}
114
116
119 inline const Aws::String& GetEngine() const{ return m_engine; }
120 inline bool EngineHasBeenSet() const { return m_engineHasBeenSet; }
121 inline void SetEngine(const Aws::String& value) { m_engineHasBeenSet = true; m_engine = value; }
122 inline void SetEngine(Aws::String&& value) { m_engineHasBeenSet = true; m_engine = std::move(value); }
123 inline void SetEngine(const char* value) { m_engineHasBeenSet = true; m_engine.assign(value); }
124 inline DBClusterSnapshot& WithEngine(const Aws::String& value) { SetEngine(value); return *this;}
125 inline DBClusterSnapshot& WithEngine(Aws::String&& value) { SetEngine(std::move(value)); return *this;}
126 inline DBClusterSnapshot& WithEngine(const char* value) { SetEngine(value); return *this;}
128
130
133 inline int GetAllocatedStorage() const{ return m_allocatedStorage; }
134 inline bool AllocatedStorageHasBeenSet() const { return m_allocatedStorageHasBeenSet; }
135 inline void SetAllocatedStorage(int value) { m_allocatedStorageHasBeenSet = true; m_allocatedStorage = value; }
136 inline DBClusterSnapshot& WithAllocatedStorage(int value) { SetAllocatedStorage(value); return *this;}
138
140
143 inline const Aws::String& GetStatus() const{ return m_status; }
144 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
145 inline void SetStatus(const Aws::String& value) { m_statusHasBeenSet = true; m_status = value; }
146 inline void SetStatus(Aws::String&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
147 inline void SetStatus(const char* value) { m_statusHasBeenSet = true; m_status.assign(value); }
148 inline DBClusterSnapshot& WithStatus(const Aws::String& value) { SetStatus(value); return *this;}
149 inline DBClusterSnapshot& WithStatus(Aws::String&& value) { SetStatus(std::move(value)); return *this;}
150 inline DBClusterSnapshot& WithStatus(const char* value) { SetStatus(value); return *this;}
152
154
158 inline int GetPort() const{ return m_port; }
159 inline bool PortHasBeenSet() const { return m_portHasBeenSet; }
160 inline void SetPort(int value) { m_portHasBeenSet = true; m_port = value; }
161 inline DBClusterSnapshot& WithPort(int value) { SetPort(value); return *this;}
163
165
168 inline const Aws::String& GetVpcId() const{ return m_vpcId; }
169 inline bool VpcIdHasBeenSet() const { return m_vpcIdHasBeenSet; }
170 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; }
171 inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); }
172 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); }
173 inline DBClusterSnapshot& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;}
174 inline DBClusterSnapshot& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this;}
175 inline DBClusterSnapshot& WithVpcId(const char* value) { SetVpcId(value); return *this;}
177
179
183 inline const Aws::Utils::DateTime& GetClusterCreateTime() const{ return m_clusterCreateTime; }
184 inline bool ClusterCreateTimeHasBeenSet() const { return m_clusterCreateTimeHasBeenSet; }
185 inline void SetClusterCreateTime(const Aws::Utils::DateTime& value) { m_clusterCreateTimeHasBeenSet = true; m_clusterCreateTime = value; }
186 inline void SetClusterCreateTime(Aws::Utils::DateTime&& value) { m_clusterCreateTimeHasBeenSet = true; m_clusterCreateTime = std::move(value); }
188 inline DBClusterSnapshot& WithClusterCreateTime(Aws::Utils::DateTime&& value) { SetClusterCreateTime(std::move(value)); return *this;}
190
192
195 inline const Aws::String& GetMasterUsername() const{ return m_masterUsername; }
196 inline bool MasterUsernameHasBeenSet() const { return m_masterUsernameHasBeenSet; }
197 inline void SetMasterUsername(const Aws::String& value) { m_masterUsernameHasBeenSet = true; m_masterUsername = value; }
198 inline void SetMasterUsername(Aws::String&& value) { m_masterUsernameHasBeenSet = true; m_masterUsername = std::move(value); }
199 inline void SetMasterUsername(const char* value) { m_masterUsernameHasBeenSet = true; m_masterUsername.assign(value); }
200 inline DBClusterSnapshot& WithMasterUsername(const Aws::String& value) { SetMasterUsername(value); return *this;}
201 inline DBClusterSnapshot& WithMasterUsername(Aws::String&& value) { SetMasterUsername(std::move(value)); return *this;}
202 inline DBClusterSnapshot& WithMasterUsername(const char* value) { SetMasterUsername(value); return *this;}
204
206
209 inline const Aws::String& GetEngineVersion() const{ return m_engineVersion; }
210 inline bool EngineVersionHasBeenSet() const { return m_engineVersionHasBeenSet; }
211 inline void SetEngineVersion(const Aws::String& value) { m_engineVersionHasBeenSet = true; m_engineVersion = value; }
212 inline void SetEngineVersion(Aws::String&& value) { m_engineVersionHasBeenSet = true; m_engineVersion = std::move(value); }
213 inline void SetEngineVersion(const char* value) { m_engineVersionHasBeenSet = true; m_engineVersion.assign(value); }
214 inline DBClusterSnapshot& WithEngineVersion(const Aws::String& value) { SetEngineVersion(value); return *this;}
215 inline DBClusterSnapshot& WithEngineVersion(Aws::String&& value) { SetEngineVersion(std::move(value)); return *this;}
216 inline DBClusterSnapshot& WithEngineVersion(const char* value) { SetEngineVersion(value); return *this;}
218
220
223 inline const Aws::String& GetLicenseModel() const{ return m_licenseModel; }
224 inline bool LicenseModelHasBeenSet() const { return m_licenseModelHasBeenSet; }
225 inline void SetLicenseModel(const Aws::String& value) { m_licenseModelHasBeenSet = true; m_licenseModel = value; }
226 inline void SetLicenseModel(Aws::String&& value) { m_licenseModelHasBeenSet = true; m_licenseModel = std::move(value); }
227 inline void SetLicenseModel(const char* value) { m_licenseModelHasBeenSet = true; m_licenseModel.assign(value); }
228 inline DBClusterSnapshot& WithLicenseModel(const Aws::String& value) { SetLicenseModel(value); return *this;}
229 inline DBClusterSnapshot& WithLicenseModel(Aws::String&& value) { SetLicenseModel(std::move(value)); return *this;}
230 inline DBClusterSnapshot& WithLicenseModel(const char* value) { SetLicenseModel(value); return *this;}
232
234
237 inline const Aws::String& GetSnapshotType() const{ return m_snapshotType; }
238 inline bool SnapshotTypeHasBeenSet() const { return m_snapshotTypeHasBeenSet; }
239 inline void SetSnapshotType(const Aws::String& value) { m_snapshotTypeHasBeenSet = true; m_snapshotType = value; }
240 inline void SetSnapshotType(Aws::String&& value) { m_snapshotTypeHasBeenSet = true; m_snapshotType = std::move(value); }
241 inline void SetSnapshotType(const char* value) { m_snapshotTypeHasBeenSet = true; m_snapshotType.assign(value); }
242 inline DBClusterSnapshot& WithSnapshotType(const Aws::String& value) { SetSnapshotType(value); return *this;}
243 inline DBClusterSnapshot& WithSnapshotType(Aws::String&& value) { SetSnapshotType(std::move(value)); return *this;}
244 inline DBClusterSnapshot& WithSnapshotType(const char* value) { SetSnapshotType(value); return *this;}
246
248
251 inline int GetPercentProgress() const{ return m_percentProgress; }
252 inline bool PercentProgressHasBeenSet() const { return m_percentProgressHasBeenSet; }
253 inline void SetPercentProgress(int value) { m_percentProgressHasBeenSet = true; m_percentProgress = value; }
254 inline DBClusterSnapshot& WithPercentProgress(int value) { SetPercentProgress(value); return *this;}
256
258
261 inline bool GetStorageEncrypted() const{ return m_storageEncrypted; }
262 inline bool StorageEncryptedHasBeenSet() const { return m_storageEncryptedHasBeenSet; }
263 inline void SetStorageEncrypted(bool value) { m_storageEncryptedHasBeenSet = true; m_storageEncrypted = value; }
264 inline DBClusterSnapshot& WithStorageEncrypted(bool value) { SetStorageEncrypted(value); return *this;}
266
268
272 inline const Aws::String& GetKmsKeyId() const{ return m_kmsKeyId; }
273 inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; }
274 inline void SetKmsKeyId(const Aws::String& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = value; }
275 inline void SetKmsKeyId(Aws::String&& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = std::move(value); }
276 inline void SetKmsKeyId(const char* value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId.assign(value); }
277 inline DBClusterSnapshot& WithKmsKeyId(const Aws::String& value) { SetKmsKeyId(value); return *this;}
278 inline DBClusterSnapshot& WithKmsKeyId(Aws::String&& value) { SetKmsKeyId(std::move(value)); return *this;}
279 inline DBClusterSnapshot& WithKmsKeyId(const char* value) { SetKmsKeyId(value); return *this;}
281
283
286 inline const Aws::String& GetDBClusterSnapshotArn() const{ return m_dBClusterSnapshotArn; }
287 inline bool DBClusterSnapshotArnHasBeenSet() const { return m_dBClusterSnapshotArnHasBeenSet; }
288 inline void SetDBClusterSnapshotArn(const Aws::String& value) { m_dBClusterSnapshotArnHasBeenSet = true; m_dBClusterSnapshotArn = value; }
289 inline void SetDBClusterSnapshotArn(Aws::String&& value) { m_dBClusterSnapshotArnHasBeenSet = true; m_dBClusterSnapshotArn = std::move(value); }
290 inline void SetDBClusterSnapshotArn(const char* value) { m_dBClusterSnapshotArnHasBeenSet = true; m_dBClusterSnapshotArn.assign(value); }
292 inline DBClusterSnapshot& WithDBClusterSnapshotArn(Aws::String&& value) { SetDBClusterSnapshotArn(std::move(value)); return *this;}
293 inline DBClusterSnapshot& WithDBClusterSnapshotArn(const char* value) { SetDBClusterSnapshotArn(value); return *this;}
295
297
302 inline const Aws::String& GetSourceDBClusterSnapshotArn() const{ return m_sourceDBClusterSnapshotArn; }
303 inline bool SourceDBClusterSnapshotArnHasBeenSet() const { return m_sourceDBClusterSnapshotArnHasBeenSet; }
304 inline void SetSourceDBClusterSnapshotArn(const Aws::String& value) { m_sourceDBClusterSnapshotArnHasBeenSet = true; m_sourceDBClusterSnapshotArn = value; }
305 inline void SetSourceDBClusterSnapshotArn(Aws::String&& value) { m_sourceDBClusterSnapshotArnHasBeenSet = true; m_sourceDBClusterSnapshotArn = std::move(value); }
306 inline void SetSourceDBClusterSnapshotArn(const char* value) { m_sourceDBClusterSnapshotArnHasBeenSet = true; m_sourceDBClusterSnapshotArn.assign(value); }
309 inline DBClusterSnapshot& WithSourceDBClusterSnapshotArn(const char* value) { SetSourceDBClusterSnapshotArn(value); return *this;}
311
313
317 inline bool GetIAMDatabaseAuthenticationEnabled() const{ return m_iAMDatabaseAuthenticationEnabled; }
318 inline bool IAMDatabaseAuthenticationEnabledHasBeenSet() const { return m_iAMDatabaseAuthenticationEnabledHasBeenSet; }
319 inline void SetIAMDatabaseAuthenticationEnabled(bool value) { m_iAMDatabaseAuthenticationEnabledHasBeenSet = true; m_iAMDatabaseAuthenticationEnabled = value; }
322
324
327 inline const Aws::String& GetStorageType() const{ return m_storageType; }
328 inline bool StorageTypeHasBeenSet() const { return m_storageTypeHasBeenSet; }
329 inline void SetStorageType(const Aws::String& value) { m_storageTypeHasBeenSet = true; m_storageType = value; }
330 inline void SetStorageType(Aws::String&& value) { m_storageTypeHasBeenSet = true; m_storageType = std::move(value); }
331 inline void SetStorageType(const char* value) { m_storageTypeHasBeenSet = true; m_storageType.assign(value); }
332 inline DBClusterSnapshot& WithStorageType(const Aws::String& value) { SetStorageType(value); return *this;}
333 inline DBClusterSnapshot& WithStorageType(Aws::String&& value) { SetStorageType(std::move(value)); return *this;}
334 inline DBClusterSnapshot& WithStorageType(const char* value) { SetStorageType(value); return *this;}
336 private:
337
338 Aws::Vector<Aws::String> m_availabilityZones;
339 bool m_availabilityZonesHasBeenSet = false;
340
341 Aws::String m_dBClusterSnapshotIdentifier;
342 bool m_dBClusterSnapshotIdentifierHasBeenSet = false;
343
344 Aws::String m_dBClusterIdentifier;
345 bool m_dBClusterIdentifierHasBeenSet = false;
346
347 Aws::Utils::DateTime m_snapshotCreateTime;
348 bool m_snapshotCreateTimeHasBeenSet = false;
349
350 Aws::String m_engine;
351 bool m_engineHasBeenSet = false;
352
353 int m_allocatedStorage;
354 bool m_allocatedStorageHasBeenSet = false;
355
356 Aws::String m_status;
357 bool m_statusHasBeenSet = false;
358
359 int m_port;
360 bool m_portHasBeenSet = false;
361
362 Aws::String m_vpcId;
363 bool m_vpcIdHasBeenSet = false;
364
365 Aws::Utils::DateTime m_clusterCreateTime;
366 bool m_clusterCreateTimeHasBeenSet = false;
367
368 Aws::String m_masterUsername;
369 bool m_masterUsernameHasBeenSet = false;
370
371 Aws::String m_engineVersion;
372 bool m_engineVersionHasBeenSet = false;
373
374 Aws::String m_licenseModel;
375 bool m_licenseModelHasBeenSet = false;
376
377 Aws::String m_snapshotType;
378 bool m_snapshotTypeHasBeenSet = false;
379
380 int m_percentProgress;
381 bool m_percentProgressHasBeenSet = false;
382
383 bool m_storageEncrypted;
384 bool m_storageEncryptedHasBeenSet = false;
385
386 Aws::String m_kmsKeyId;
387 bool m_kmsKeyIdHasBeenSet = false;
388
389 Aws::String m_dBClusterSnapshotArn;
390 bool m_dBClusterSnapshotArnHasBeenSet = false;
391
392 Aws::String m_sourceDBClusterSnapshotArn;
393 bool m_sourceDBClusterSnapshotArnHasBeenSet = false;
394
395 bool m_iAMDatabaseAuthenticationEnabled;
396 bool m_iAMDatabaseAuthenticationEnabledHasBeenSet = false;
397
398 Aws::String m_storageType;
399 bool m_storageTypeHasBeenSet = false;
400 };
401
402} // namespace Model
403} // namespace Neptune
404} // namespace Aws
void SetLicenseModel(const Aws::String &value)
DBClusterSnapshot & WithClusterCreateTime(Aws::Utils::DateTime &&value)
DBClusterSnapshot & WithMasterUsername(const char *value)
DBClusterSnapshot & AddAvailabilityZones(const Aws::String &value)
DBClusterSnapshot & WithSourceDBClusterSnapshotArn(const Aws::String &value)
void SetAvailabilityZones(Aws::Vector< Aws::String > &&value)
void SetClusterCreateTime(Aws::Utils::DateTime &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetSnapshotCreateTime(Aws::Utils::DateTime &&value)
void SetDBClusterSnapshotArn(const Aws::String &value)
const Aws::String & GetStorageType() const
const Aws::Utils::DateTime & GetSnapshotCreateTime() const
DBClusterSnapshot & WithDBClusterSnapshotArn(const Aws::String &value)
const Aws::String & GetEngine() const
DBClusterSnapshot & WithDBClusterSnapshotArn(Aws::String &&value)
void SetDBClusterSnapshotIdentifier(const Aws::String &value)
DBClusterSnapshot & WithKmsKeyId(const Aws::String &value)
void SetKmsKeyId(const Aws::String &value)
void SetDBClusterSnapshotArn(Aws::String &&value)
DBClusterSnapshot & WithLicenseModel(const Aws::String &value)
DBClusterSnapshot & WithStatus(Aws::String &&value)
const Aws::String & GetMasterUsername() const
void SetSourceDBClusterSnapshotArn(const char *value)
DBClusterSnapshot & WithEngine(Aws::String &&value)
DBClusterSnapshot & WithVpcId(Aws::String &&value)
void SetClusterCreateTime(const Aws::Utils::DateTime &value)
void SetStatus(const Aws::String &value)
DBClusterSnapshot & WithStorageEncrypted(bool value)
DBClusterSnapshot & WithPercentProgress(int value)
DBClusterSnapshot & WithSnapshotType(Aws::String &&value)
void SetDBClusterIdentifier(Aws::String &&value)
const Aws::String & GetSnapshotType() const
DBClusterSnapshot & WithClusterCreateTime(const Aws::Utils::DateTime &value)
DBClusterSnapshot & WithDBClusterSnapshotIdentifier(const Aws::String &value)
DBClusterSnapshot & WithStatus(const Aws::String &value)
DBClusterSnapshot & WithEngine(const Aws::String &value)
DBClusterSnapshot & WithAvailabilityZones(Aws::Vector< Aws::String > &&value)
DBClusterSnapshot & WithEngineVersion(const char *value)
DBClusterSnapshot & WithAllocatedStorage(int value)
DBClusterSnapshot & WithSnapshotCreateTime(Aws::Utils::DateTime &&value)
DBClusterSnapshot & WithIAMDatabaseAuthenticationEnabled(bool value)
DBClusterSnapshot & WithLicenseModel(Aws::String &&value)
void SetSnapshotType(const Aws::String &value)
DBClusterSnapshot & WithDBClusterSnapshotIdentifier(Aws::String &&value)
DBClusterSnapshot & AddAvailabilityZones(Aws::String &&value)
const Aws::String & GetKmsKeyId() const
DBClusterSnapshot & WithDBClusterIdentifier(const char *value)
AWS_NEPTUNE_API DBClusterSnapshot & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetMasterUsername(Aws::String &&value)
void SetAvailabilityZones(const Aws::Vector< Aws::String > &value)
void SetDBClusterSnapshotArn(const char *value)
DBClusterSnapshot & WithStorageType(const Aws::String &value)
DBClusterSnapshot & WithSourceDBClusterSnapshotArn(const char *value)
DBClusterSnapshot & WithDBClusterSnapshotIdentifier(const char *value)
DBClusterSnapshot & WithDBClusterIdentifier(Aws::String &&value)
const Aws::String & GetLicenseModel() const
void SetSnapshotCreateTime(const Aws::Utils::DateTime &value)
DBClusterSnapshot & WithSnapshotCreateTime(const Aws::Utils::DateTime &value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetDBClusterSnapshotArn() const
DBClusterSnapshot & WithMasterUsername(Aws::String &&value)
AWS_NEPTUNE_API DBClusterSnapshot(const Aws::Utils::Xml::XmlNode &xmlNode)
DBClusterSnapshot & WithDBClusterIdentifier(const Aws::String &value)
DBClusterSnapshot & WithLicenseModel(const char *value)
void SetSourceDBClusterSnapshotArn(const Aws::String &value)
DBClusterSnapshot & WithAvailabilityZones(const Aws::Vector< Aws::String > &value)
void SetMasterUsername(const Aws::String &value)
const Aws::String & GetSourceDBClusterSnapshotArn() const
const Aws::Utils::DateTime & GetClusterCreateTime() const
DBClusterSnapshot & AddAvailabilityZones(const char *value)
void SetEngineVersion(Aws::String &&value)
DBClusterSnapshot & WithMasterUsername(const Aws::String &value)
DBClusterSnapshot & WithStorageType(const char *value)
void SetDBClusterIdentifier(const char *value)
void SetStorageType(const Aws::String &value)
const Aws::String & GetDBClusterSnapshotIdentifier() const
void SetSourceDBClusterSnapshotArn(Aws::String &&value)
void SetDBClusterSnapshotIdentifier(Aws::String &&value)
DBClusterSnapshot & WithSnapshotType(const Aws::String &value)
DBClusterSnapshot & WithEngineVersion(Aws::String &&value)
DBClusterSnapshot & WithEngine(const char *value)
const Aws::String & GetDBClusterIdentifier() const
const Aws::Vector< Aws::String > & GetAvailabilityZones() const
DBClusterSnapshot & WithKmsKeyId(const char *value)
DBClusterSnapshot & WithStatus(const char *value)
void SetVpcId(const Aws::String &value)
const Aws::String & GetStatus() const
void SetDBClusterSnapshotIdentifier(const char *value)
void SetEngineVersion(const Aws::String &value)
void SetSnapshotType(Aws::String &&value)
void SetEngine(const Aws::String &value)
DBClusterSnapshot & WithDBClusterSnapshotArn(const char *value)
DBClusterSnapshot & WithStorageType(Aws::String &&value)
void SetDBClusterIdentifier(const Aws::String &value)
DBClusterSnapshot & WithVpcId(const char *value)
DBClusterSnapshot & WithPort(int value)
void SetLicenseModel(Aws::String &&value)
DBClusterSnapshot & WithSourceDBClusterSnapshotArn(Aws::String &&value)
DBClusterSnapshot & WithVpcId(const Aws::String &value)
DBClusterSnapshot & WithSnapshotType(const char *value)
DBClusterSnapshot & WithEngineVersion(const Aws::String &value)
const Aws::String & GetEngineVersion() const
DBClusterSnapshot & WithKmsKeyId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream