AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DBClusterSnapshot.h
1
6#pragma once
7#include <aws/rds/RDS_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 <aws/rds/model/Tag.h>
13#include <utility>
14
15namespace Aws
16{
17namespace Utils
18{
19namespace Xml
20{
21 class XmlNode;
22} // namespace Xml
23} // namespace Utils
24namespace RDS
25{
26namespace Model
27{
28
37 {
38 public:
39 AWS_RDS_API DBClusterSnapshot() = default;
40 AWS_RDS_API DBClusterSnapshot(const Aws::Utils::Xml::XmlNode& xmlNode);
42
43 AWS_RDS_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
44 AWS_RDS_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
45
46
48
52 inline const Aws::Vector<Aws::String>& GetAvailabilityZones() const { return m_availabilityZones; }
53 inline bool AvailabilityZonesHasBeenSet() const { return m_availabilityZonesHasBeenSet; }
54 template<typename AvailabilityZonesT = Aws::Vector<Aws::String>>
55 void SetAvailabilityZones(AvailabilityZonesT&& value) { m_availabilityZonesHasBeenSet = true; m_availabilityZones = std::forward<AvailabilityZonesT>(value); }
56 template<typename AvailabilityZonesT = Aws::Vector<Aws::String>>
57 DBClusterSnapshot& WithAvailabilityZones(AvailabilityZonesT&& value) { SetAvailabilityZones(std::forward<AvailabilityZonesT>(value)); return *this;}
58 template<typename AvailabilityZonesT = Aws::String>
59 DBClusterSnapshot& AddAvailabilityZones(AvailabilityZonesT&& value) { m_availabilityZonesHasBeenSet = true; m_availabilityZones.emplace_back(std::forward<AvailabilityZonesT>(value)); return *this; }
61
63
66 inline const Aws::String& GetDBClusterSnapshotIdentifier() const { return m_dBClusterSnapshotIdentifier; }
67 inline bool DBClusterSnapshotIdentifierHasBeenSet() const { return m_dBClusterSnapshotIdentifierHasBeenSet; }
68 template<typename DBClusterSnapshotIdentifierT = Aws::String>
69 void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT&& value) { m_dBClusterSnapshotIdentifierHasBeenSet = true; m_dBClusterSnapshotIdentifier = std::forward<DBClusterSnapshotIdentifierT>(value); }
70 template<typename DBClusterSnapshotIdentifierT = Aws::String>
71 DBClusterSnapshot& WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT&& value) { SetDBClusterSnapshotIdentifier(std::forward<DBClusterSnapshotIdentifierT>(value)); return *this;}
73
75
79 inline const Aws::String& GetDBClusterIdentifier() const { return m_dBClusterIdentifier; }
80 inline bool DBClusterIdentifierHasBeenSet() const { return m_dBClusterIdentifierHasBeenSet; }
81 template<typename DBClusterIdentifierT = Aws::String>
82 void SetDBClusterIdentifier(DBClusterIdentifierT&& value) { m_dBClusterIdentifierHasBeenSet = true; m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value); }
83 template<typename DBClusterIdentifierT = Aws::String>
84 DBClusterSnapshot& WithDBClusterIdentifier(DBClusterIdentifierT&& value) { SetDBClusterIdentifier(std::forward<DBClusterIdentifierT>(value)); return *this;}
86
88
92 inline const Aws::Utils::DateTime& GetSnapshotCreateTime() const { return m_snapshotCreateTime; }
93 inline bool SnapshotCreateTimeHasBeenSet() const { return m_snapshotCreateTimeHasBeenSet; }
94 template<typename SnapshotCreateTimeT = Aws::Utils::DateTime>
95 void SetSnapshotCreateTime(SnapshotCreateTimeT&& value) { m_snapshotCreateTimeHasBeenSet = true; m_snapshotCreateTime = std::forward<SnapshotCreateTimeT>(value); }
96 template<typename SnapshotCreateTimeT = Aws::Utils::DateTime>
97 DBClusterSnapshot& WithSnapshotCreateTime(SnapshotCreateTimeT&& value) { SetSnapshotCreateTime(std::forward<SnapshotCreateTimeT>(value)); return *this;}
99
101
104 inline const Aws::String& GetEngine() const { return m_engine; }
105 inline bool EngineHasBeenSet() const { return m_engineHasBeenSet; }
106 template<typename EngineT = Aws::String>
107 void SetEngine(EngineT&& value) { m_engineHasBeenSet = true; m_engine = std::forward<EngineT>(value); }
108 template<typename EngineT = Aws::String>
109 DBClusterSnapshot& WithEngine(EngineT&& value) { SetEngine(std::forward<EngineT>(value)); return *this;}
111
113
116 inline const Aws::String& GetEngineMode() const { return m_engineMode; }
117 inline bool EngineModeHasBeenSet() const { return m_engineModeHasBeenSet; }
118 template<typename EngineModeT = Aws::String>
119 void SetEngineMode(EngineModeT&& value) { m_engineModeHasBeenSet = true; m_engineMode = std::forward<EngineModeT>(value); }
120 template<typename EngineModeT = Aws::String>
121 DBClusterSnapshot& WithEngineMode(EngineModeT&& value) { SetEngineMode(std::forward<EngineModeT>(value)); return *this;}
123
125
128 inline int GetAllocatedStorage() const { return m_allocatedStorage; }
129 inline bool AllocatedStorageHasBeenSet() const { return m_allocatedStorageHasBeenSet; }
130 inline void SetAllocatedStorage(int value) { m_allocatedStorageHasBeenSet = true; m_allocatedStorage = value; }
131 inline DBClusterSnapshot& WithAllocatedStorage(int value) { SetAllocatedStorage(value); return *this;}
133
135
140 inline const Aws::String& GetStatus() const { return m_status; }
141 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
142 template<typename StatusT = Aws::String>
143 void SetStatus(StatusT&& value) { m_statusHasBeenSet = true; m_status = std::forward<StatusT>(value); }
144 template<typename StatusT = Aws::String>
145 DBClusterSnapshot& WithStatus(StatusT&& value) { SetStatus(std::forward<StatusT>(value)); return *this;}
147
149
153 inline int GetPort() const { return m_port; }
154 inline bool PortHasBeenSet() const { return m_portHasBeenSet; }
155 inline void SetPort(int value) { m_portHasBeenSet = true; m_port = value; }
156 inline DBClusterSnapshot& WithPort(int value) { SetPort(value); return *this;}
158
160
163 inline const Aws::String& GetVpcId() const { return m_vpcId; }
164 inline bool VpcIdHasBeenSet() const { return m_vpcIdHasBeenSet; }
165 template<typename VpcIdT = Aws::String>
166 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::forward<VpcIdT>(value); }
167 template<typename VpcIdT = Aws::String>
168 DBClusterSnapshot& WithVpcId(VpcIdT&& value) { SetVpcId(std::forward<VpcIdT>(value)); return *this;}
170
172
176 inline const Aws::Utils::DateTime& GetClusterCreateTime() const { return m_clusterCreateTime; }
177 inline bool ClusterCreateTimeHasBeenSet() const { return m_clusterCreateTimeHasBeenSet; }
178 template<typename ClusterCreateTimeT = Aws::Utils::DateTime>
179 void SetClusterCreateTime(ClusterCreateTimeT&& value) { m_clusterCreateTimeHasBeenSet = true; m_clusterCreateTime = std::forward<ClusterCreateTimeT>(value); }
180 template<typename ClusterCreateTimeT = Aws::Utils::DateTime>
181 DBClusterSnapshot& WithClusterCreateTime(ClusterCreateTimeT&& value) { SetClusterCreateTime(std::forward<ClusterCreateTimeT>(value)); return *this;}
183
185
188 inline const Aws::String& GetMasterUsername() const { return m_masterUsername; }
189 inline bool MasterUsernameHasBeenSet() const { return m_masterUsernameHasBeenSet; }
190 template<typename MasterUsernameT = Aws::String>
191 void SetMasterUsername(MasterUsernameT&& value) { m_masterUsernameHasBeenSet = true; m_masterUsername = std::forward<MasterUsernameT>(value); }
192 template<typename MasterUsernameT = Aws::String>
193 DBClusterSnapshot& WithMasterUsername(MasterUsernameT&& value) { SetMasterUsername(std::forward<MasterUsernameT>(value)); return *this;}
195
197
200 inline const Aws::String& GetEngineVersion() const { return m_engineVersion; }
201 inline bool EngineVersionHasBeenSet() const { return m_engineVersionHasBeenSet; }
202 template<typename EngineVersionT = Aws::String>
203 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet = true; m_engineVersion = std::forward<EngineVersionT>(value); }
204 template<typename EngineVersionT = Aws::String>
205 DBClusterSnapshot& WithEngineVersion(EngineVersionT&& value) { SetEngineVersion(std::forward<EngineVersionT>(value)); return *this;}
207
209
212 inline const Aws::String& GetLicenseModel() const { return m_licenseModel; }
213 inline bool LicenseModelHasBeenSet() const { return m_licenseModelHasBeenSet; }
214 template<typename LicenseModelT = Aws::String>
215 void SetLicenseModel(LicenseModelT&& value) { m_licenseModelHasBeenSet = true; m_licenseModel = std::forward<LicenseModelT>(value); }
216 template<typename LicenseModelT = Aws::String>
217 DBClusterSnapshot& WithLicenseModel(LicenseModelT&& value) { SetLicenseModel(std::forward<LicenseModelT>(value)); return *this;}
219
221
224 inline const Aws::String& GetSnapshotType() const { return m_snapshotType; }
225 inline bool SnapshotTypeHasBeenSet() const { return m_snapshotTypeHasBeenSet; }
226 template<typename SnapshotTypeT = Aws::String>
227 void SetSnapshotType(SnapshotTypeT&& value) { m_snapshotTypeHasBeenSet = true; m_snapshotType = std::forward<SnapshotTypeT>(value); }
228 template<typename SnapshotTypeT = Aws::String>
229 DBClusterSnapshot& WithSnapshotType(SnapshotTypeT&& value) { SetSnapshotType(std::forward<SnapshotTypeT>(value)); return *this;}
231
233
236 inline int GetPercentProgress() const { return m_percentProgress; }
237 inline bool PercentProgressHasBeenSet() const { return m_percentProgressHasBeenSet; }
238 inline void SetPercentProgress(int value) { m_percentProgressHasBeenSet = true; m_percentProgress = value; }
239 inline DBClusterSnapshot& WithPercentProgress(int value) { SetPercentProgress(value); return *this;}
241
243
246 inline bool GetStorageEncrypted() const { return m_storageEncrypted; }
247 inline bool StorageEncryptedHasBeenSet() const { return m_storageEncryptedHasBeenSet; }
248 inline void SetStorageEncrypted(bool value) { m_storageEncryptedHasBeenSet = true; m_storageEncrypted = value; }
249 inline DBClusterSnapshot& WithStorageEncrypted(bool value) { SetStorageEncrypted(value); return *this;}
251
253
259 inline const Aws::String& GetKmsKeyId() const { return m_kmsKeyId; }
260 inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; }
261 template<typename KmsKeyIdT = Aws::String>
262 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
263 template<typename KmsKeyIdT = Aws::String>
264 DBClusterSnapshot& WithKmsKeyId(KmsKeyIdT&& value) { SetKmsKeyId(std::forward<KmsKeyIdT>(value)); return *this;}
266
268
271 inline const Aws::String& GetDBClusterSnapshotArn() const { return m_dBClusterSnapshotArn; }
272 inline bool DBClusterSnapshotArnHasBeenSet() const { return m_dBClusterSnapshotArnHasBeenSet; }
273 template<typename DBClusterSnapshotArnT = Aws::String>
274 void SetDBClusterSnapshotArn(DBClusterSnapshotArnT&& value) { m_dBClusterSnapshotArnHasBeenSet = true; m_dBClusterSnapshotArn = std::forward<DBClusterSnapshotArnT>(value); }
275 template<typename DBClusterSnapshotArnT = Aws::String>
276 DBClusterSnapshot& WithDBClusterSnapshotArn(DBClusterSnapshotArnT&& value) { SetDBClusterSnapshotArn(std::forward<DBClusterSnapshotArnT>(value)); return *this;}
278
280
285 inline const Aws::String& GetSourceDBClusterSnapshotArn() const { return m_sourceDBClusterSnapshotArn; }
286 inline bool SourceDBClusterSnapshotArnHasBeenSet() const { return m_sourceDBClusterSnapshotArnHasBeenSet; }
287 template<typename SourceDBClusterSnapshotArnT = Aws::String>
288 void SetSourceDBClusterSnapshotArn(SourceDBClusterSnapshotArnT&& value) { m_sourceDBClusterSnapshotArnHasBeenSet = true; m_sourceDBClusterSnapshotArn = std::forward<SourceDBClusterSnapshotArnT>(value); }
289 template<typename SourceDBClusterSnapshotArnT = Aws::String>
290 DBClusterSnapshot& WithSourceDBClusterSnapshotArn(SourceDBClusterSnapshotArnT&& value) { SetSourceDBClusterSnapshotArn(std::forward<SourceDBClusterSnapshotArnT>(value)); return *this;}
292
294
298 inline bool GetIAMDatabaseAuthenticationEnabled() const { return m_iAMDatabaseAuthenticationEnabled; }
299 inline bool IAMDatabaseAuthenticationEnabledHasBeenSet() const { return m_iAMDatabaseAuthenticationEnabledHasBeenSet; }
300 inline void SetIAMDatabaseAuthenticationEnabled(bool value) { m_iAMDatabaseAuthenticationEnabledHasBeenSet = true; m_iAMDatabaseAuthenticationEnabled = value; }
303
305
306 inline const Aws::Vector<Tag>& GetTagList() const { return m_tagList; }
307 inline bool TagListHasBeenSet() const { return m_tagListHasBeenSet; }
308 template<typename TagListT = Aws::Vector<Tag>>
309 void SetTagList(TagListT&& value) { m_tagListHasBeenSet = true; m_tagList = std::forward<TagListT>(value); }
310 template<typename TagListT = Aws::Vector<Tag>>
311 DBClusterSnapshot& WithTagList(TagListT&& value) { SetTagList(std::forward<TagListT>(value)); return *this;}
312 template<typename TagListT = Tag>
313 DBClusterSnapshot& AddTagList(TagListT&& value) { m_tagListHasBeenSet = true; m_tagList.emplace_back(std::forward<TagListT>(value)); return *this; }
315
317
320 inline const Aws::String& GetDBSystemId() const { return m_dBSystemId; }
321 inline bool DBSystemIdHasBeenSet() const { return m_dBSystemIdHasBeenSet; }
322 template<typename DBSystemIdT = Aws::String>
323 void SetDBSystemId(DBSystemIdT&& value) { m_dBSystemIdHasBeenSet = true; m_dBSystemId = std::forward<DBSystemIdT>(value); }
324 template<typename DBSystemIdT = Aws::String>
325 DBClusterSnapshot& WithDBSystemId(DBSystemIdT&& value) { SetDBSystemId(std::forward<DBSystemIdT>(value)); return *this;}
327
329
333 inline const Aws::String& GetStorageType() const { return m_storageType; }
334 inline bool StorageTypeHasBeenSet() const { return m_storageTypeHasBeenSet; }
335 template<typename StorageTypeT = Aws::String>
336 void SetStorageType(StorageTypeT&& value) { m_storageTypeHasBeenSet = true; m_storageType = std::forward<StorageTypeT>(value); }
337 template<typename StorageTypeT = Aws::String>
338 DBClusterSnapshot& WithStorageType(StorageTypeT&& value) { SetStorageType(std::forward<StorageTypeT>(value)); return *this;}
340
342
346 inline const Aws::String& GetDbClusterResourceId() const { return m_dbClusterResourceId; }
347 inline bool DbClusterResourceIdHasBeenSet() const { return m_dbClusterResourceIdHasBeenSet; }
348 template<typename DbClusterResourceIdT = Aws::String>
349 void SetDbClusterResourceId(DbClusterResourceIdT&& value) { m_dbClusterResourceIdHasBeenSet = true; m_dbClusterResourceId = std::forward<DbClusterResourceIdT>(value); }
350 template<typename DbClusterResourceIdT = Aws::String>
351 DBClusterSnapshot& WithDbClusterResourceId(DbClusterResourceIdT&& value) { SetDbClusterResourceId(std::forward<DbClusterResourceIdT>(value)); return *this;}
353
355
361 inline int GetStorageThroughput() const { return m_storageThroughput; }
362 inline bool StorageThroughputHasBeenSet() const { return m_storageThroughputHasBeenSet; }
363 inline void SetStorageThroughput(int value) { m_storageThroughputHasBeenSet = true; m_storageThroughput = value; }
364 inline DBClusterSnapshot& WithStorageThroughput(int value) { SetStorageThroughput(value); return *this;}
366 private:
367
368 Aws::Vector<Aws::String> m_availabilityZones;
369 bool m_availabilityZonesHasBeenSet = false;
370
371 Aws::String m_dBClusterSnapshotIdentifier;
372 bool m_dBClusterSnapshotIdentifierHasBeenSet = false;
373
374 Aws::String m_dBClusterIdentifier;
375 bool m_dBClusterIdentifierHasBeenSet = false;
376
377 Aws::Utils::DateTime m_snapshotCreateTime{};
378 bool m_snapshotCreateTimeHasBeenSet = false;
379
380 Aws::String m_engine;
381 bool m_engineHasBeenSet = false;
382
383 Aws::String m_engineMode;
384 bool m_engineModeHasBeenSet = false;
385
386 int m_allocatedStorage{0};
387 bool m_allocatedStorageHasBeenSet = false;
388
389 Aws::String m_status;
390 bool m_statusHasBeenSet = false;
391
392 int m_port{0};
393 bool m_portHasBeenSet = false;
394
395 Aws::String m_vpcId;
396 bool m_vpcIdHasBeenSet = false;
397
398 Aws::Utils::DateTime m_clusterCreateTime{};
399 bool m_clusterCreateTimeHasBeenSet = false;
400
401 Aws::String m_masterUsername;
402 bool m_masterUsernameHasBeenSet = false;
403
404 Aws::String m_engineVersion;
405 bool m_engineVersionHasBeenSet = false;
406
407 Aws::String m_licenseModel;
408 bool m_licenseModelHasBeenSet = false;
409
410 Aws::String m_snapshotType;
411 bool m_snapshotTypeHasBeenSet = false;
412
413 int m_percentProgress{0};
414 bool m_percentProgressHasBeenSet = false;
415
416 bool m_storageEncrypted{false};
417 bool m_storageEncryptedHasBeenSet = false;
418
419 Aws::String m_kmsKeyId;
420 bool m_kmsKeyIdHasBeenSet = false;
421
422 Aws::String m_dBClusterSnapshotArn;
423 bool m_dBClusterSnapshotArnHasBeenSet = false;
424
425 Aws::String m_sourceDBClusterSnapshotArn;
426 bool m_sourceDBClusterSnapshotArnHasBeenSet = false;
427
428 bool m_iAMDatabaseAuthenticationEnabled{false};
429 bool m_iAMDatabaseAuthenticationEnabledHasBeenSet = false;
430
431 Aws::Vector<Tag> m_tagList;
432 bool m_tagListHasBeenSet = false;
433
434 Aws::String m_dBSystemId;
435 bool m_dBSystemIdHasBeenSet = false;
436
437 Aws::String m_storageType;
438 bool m_storageTypeHasBeenSet = false;
439
440 Aws::String m_dbClusterResourceId;
441 bool m_dbClusterResourceIdHasBeenSet = false;
442
443 int m_storageThroughput{0};
444 bool m_storageThroughputHasBeenSet = false;
445 };
446
447} // namespace Model
448} // namespace RDS
449} // namespace Aws
void SetStorageType(StorageTypeT &&value)
DBClusterSnapshot & WithSnapshotType(SnapshotTypeT &&value)
const Aws::String & GetDBClusterSnapshotIdentifier() const
void SetSourceDBClusterSnapshotArn(SourceDBClusterSnapshotArnT &&value)
void SetMasterUsername(MasterUsernameT &&value)
void SetSnapshotType(SnapshotTypeT &&value)
DBClusterSnapshot & WithIAMDatabaseAuthenticationEnabled(bool value)
void SetAvailabilityZones(AvailabilityZonesT &&value)
DBClusterSnapshot & WithDbClusterResourceId(DbClusterResourceIdT &&value)
DBClusterSnapshot & WithVpcId(VpcIdT &&value)
void SetDBSystemId(DBSystemIdT &&value)
const Aws::String & GetDbClusterResourceId() const
DBClusterSnapshot & WithStorageEncrypted(bool value)
DBClusterSnapshot & WithDBClusterSnapshotArn(DBClusterSnapshotArnT &&value)
const Aws::String & GetStorageType() const
AWS_RDS_API DBClusterSnapshot()=default
const Aws::String & GetSourceDBClusterSnapshotArn() const
const Aws::Utils::DateTime & GetSnapshotCreateTime() const
void SetLicenseModel(LicenseModelT &&value)
void SetEngineVersion(EngineVersionT &&value)
DBClusterSnapshot & WithStorageThroughput(int value)
const Aws::Vector< Tag > & GetTagList() const
DBClusterSnapshot & WithEngineVersion(EngineVersionT &&value)
const Aws::String & GetStatus() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
DBClusterSnapshot & WithSnapshotCreateTime(SnapshotCreateTimeT &&value)
DBClusterSnapshot & WithDBSystemId(DBSystemIdT &&value)
void SetIAMDatabaseAuthenticationEnabled(bool value)
AWS_RDS_API DBClusterSnapshot(const Aws::Utils::Xml::XmlNode &xmlNode)
DBClusterSnapshot & WithClusterCreateTime(ClusterCreateTimeT &&value)
DBClusterSnapshot & WithStorageType(StorageTypeT &&value)
AWS_RDS_API DBClusterSnapshot & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
DBClusterSnapshot & WithLicenseModel(LicenseModelT &&value)
void SetEngineMode(EngineModeT &&value)
const Aws::String & GetEngine() const
DBClusterSnapshot & WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
void SetClusterCreateTime(ClusterCreateTimeT &&value)
const Aws::String & GetVpcId() const
const Aws::String & GetDBClusterSnapshotArn() const
const Aws::String & GetEngineVersion() const
void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
DBClusterSnapshot & AddAvailabilityZones(AvailabilityZonesT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DBClusterSnapshot & WithAllocatedStorage(int value)
const Aws::String & GetDBClusterIdentifier() const
DBClusterSnapshot & WithTagList(TagListT &&value)
const Aws::String & GetLicenseModel() const
const Aws::Utils::DateTime & GetClusterCreateTime() const
DBClusterSnapshot & WithStatus(StatusT &&value)
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
const Aws::Vector< Aws::String > & GetAvailabilityZones() const
void SetDBClusterSnapshotArn(DBClusterSnapshotArnT &&value)
DBClusterSnapshot & WithEngine(EngineT &&value)
const Aws::String & GetEngineMode() const
const Aws::String & GetMasterUsername() const
DBClusterSnapshot & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
const Aws::String & GetSnapshotType() const
const Aws::String & GetKmsKeyId() const
const Aws::String & GetDBSystemId() const
DBClusterSnapshot & WithKmsKeyId(KmsKeyIdT &&value)
void SetDbClusterResourceId(DbClusterResourceIdT &&value)
DBClusterSnapshot & WithPercentProgress(int value)
DBClusterSnapshot & WithAvailabilityZones(AvailabilityZonesT &&value)
DBClusterSnapshot & WithMasterUsername(MasterUsernameT &&value)
DBClusterSnapshot & WithEngineMode(EngineModeT &&value)
DBClusterSnapshot & WithPort(int value)
void SetSnapshotCreateTime(SnapshotCreateTimeT &&value)
DBClusterSnapshot & AddTagList(TagListT &&value)
DBClusterSnapshot & WithSourceDBClusterSnapshotArn(SourceDBClusterSnapshotArnT &&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