7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/RDS_EXPORTS.h>
12#include <aws/rds/model/RestoreWindow.h>
13#include <aws/rds/model/Tag.h>
48 template <
typename EngineT = Aws::String>
50 m_engineHasBeenSet =
true;
51 m_engine = std::forward<EngineT>(value);
53 template <
typename EngineT = Aws::String>
66 template <
typename VpcIdT = Aws::String>
68 m_vpcIdHasBeenSet =
true;
69 m_vpcId = std::forward<VpcIdT>(value);
71 template <
typename VpcIdT = Aws::String>
73 SetVpcId(std::forward<VpcIdT>(value));
84 template <
typename DBClusterAutomatedBackupsArnT = Aws::String>
86 m_dBClusterAutomatedBackupsArnHasBeenSet =
true;
87 m_dBClusterAutomatedBackupsArn = std::forward<DBClusterAutomatedBackupsArnT>(value);
89 template <
typename DBClusterAutomatedBackupsArnT = Aws::String>
103 template <
typename DBClusterIdentifierT = Aws::String>
105 m_dBClusterIdentifierHasBeenSet =
true;
106 m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value);
108 template <
typename DBClusterIdentifierT = Aws::String>
119 template <
typename RestoreWindowT = RestoreWindow>
121 m_restoreWindowHasBeenSet =
true;
122 m_restoreWindow = std::forward<RestoreWindowT>(value);
124 template <
typename RestoreWindowT = RestoreWindow>
137 template <
typename MasterUsernameT = Aws::String>
139 m_masterUsernameHasBeenSet =
true;
140 m_masterUsername = std::forward<MasterUsernameT>(value);
142 template <
typename MasterUsernameT = Aws::String>
156 template <
typename DbClusterResourceIdT = Aws::String>
158 m_dbClusterResourceIdHasBeenSet =
true;
159 m_dbClusterResourceId = std::forward<DbClusterResourceIdT>(value);
161 template <
typename DbClusterResourceIdT = Aws::String>
174 template <
typename RegionT = Aws::String>
176 m_regionHasBeenSet =
true;
177 m_region = std::forward<RegionT>(value);
179 template <
typename RegionT = Aws::String>
192 template <
typename LicenseModelT = Aws::String>
194 m_licenseModelHasBeenSet =
true;
195 m_licenseModel = std::forward<LicenseModelT>(value);
197 template <
typename LicenseModelT = Aws::String>
211 template <
typename StatusT = Aws::String>
213 m_statusHasBeenSet =
true;
214 m_status = std::forward<StatusT>(value);
216 template <
typename StatusT = Aws::String>
231 m_iAMDatabaseAuthenticationEnabledHasBeenSet =
true;
232 m_iAMDatabaseAuthenticationEnabled = value;
247 template <
typename ClusterCreateTimeT = Aws::Utils::DateTime>
249 m_clusterCreateTimeHasBeenSet =
true;
250 m_clusterCreateTime = std::forward<ClusterCreateTimeT>(value);
252 template <
typename ClusterCreateTimeT = Aws::Utils::DateTime>
266 m_storageEncryptedHasBeenSet =
true;
267 m_storageEncrypted = value;
285 m_allocatedStorageHasBeenSet =
true;
286 m_allocatedStorage = value;
300 template <
typename EngineVersionT = Aws::String>
302 m_engineVersionHasBeenSet =
true;
303 m_engineVersion = std::forward<EngineVersionT>(value);
305 template <
typename EngineVersionT = Aws::String>
318 template <
typename DBClusterArnT = Aws::String>
320 m_dBClusterArnHasBeenSet =
true;
321 m_dBClusterArn = std::forward<DBClusterArnT>(value);
323 template <
typename DBClusterArnT = Aws::String>
337 m_backupRetentionPeriodHasBeenSet =
true;
338 m_backupRetentionPeriod = value;
352 template <
typename EngineModeT = Aws::String>
354 m_engineModeHasBeenSet =
true;
355 m_engineMode = std::forward<EngineModeT>(value);
357 template <
typename EngineModeT = Aws::String>
373 template <
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
375 m_availabilityZonesHasBeenSet =
true;
376 m_availabilityZones = std::forward<AvailabilityZonesT>(value);
378 template <
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
383 template <
typename AvailabilityZonesT = Aws::String>
385 m_availabilityZonesHasBeenSet =
true;
386 m_availabilityZones.emplace_back(std::forward<AvailabilityZonesT>(value));
400 m_portHasBeenSet =
true;
417 template <
typename KmsKeyIdT = Aws::String>
419 m_kmsKeyIdHasBeenSet =
true;
420 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
422 template <
typename KmsKeyIdT = Aws::String>
436 template <
typename StorageTypeT = Aws::String>
438 m_storageTypeHasBeenSet =
true;
439 m_storageType = std::forward<StorageTypeT>(value);
441 template <
typename StorageTypeT = Aws::String>
456 m_iopsHasBeenSet =
true;
475 m_storageThroughputHasBeenSet =
true;
476 m_storageThroughput = value;
491 template <
typename AwsBackupRecoveryPo
intArnT = Aws::String>
493 m_awsBackupRecoveryPointArnHasBeenSet =
true;
494 m_awsBackupRecoveryPointArn = std::forward<AwsBackupRecoveryPointArnT>(value);
496 template <
typename AwsBackupRecoveryPo
intArnT = Aws::String>
507 template <
typename TagListT = Aws::Vector<Tag>>
509 m_tagListHasBeenSet =
true;
510 m_tagList = std::forward<TagListT>(value);
512 template <
typename TagListT = Aws::Vector<Tag>>
517 template <
typename TagListT = Tag>
519 m_tagListHasBeenSet =
true;
520 m_tagList.emplace_back(std::forward<TagListT>(value));
545 bool m_iAMDatabaseAuthenticationEnabled{
false};
549 bool m_storageEncrypted{
false};
551 int m_allocatedStorage{0};
557 int m_backupRetentionPeriod{0};
571 int m_storageThroughput{0};
576 bool m_engineHasBeenSet =
false;
577 bool m_vpcIdHasBeenSet =
false;
578 bool m_dBClusterAutomatedBackupsArnHasBeenSet =
false;
579 bool m_dBClusterIdentifierHasBeenSet =
false;
580 bool m_restoreWindowHasBeenSet =
false;
581 bool m_masterUsernameHasBeenSet =
false;
582 bool m_dbClusterResourceIdHasBeenSet =
false;
583 bool m_regionHasBeenSet =
false;
584 bool m_licenseModelHasBeenSet =
false;
585 bool m_statusHasBeenSet =
false;
586 bool m_iAMDatabaseAuthenticationEnabledHasBeenSet =
false;
587 bool m_clusterCreateTimeHasBeenSet =
false;
588 bool m_storageEncryptedHasBeenSet =
false;
589 bool m_allocatedStorageHasBeenSet =
false;
590 bool m_engineVersionHasBeenSet =
false;
591 bool m_dBClusterArnHasBeenSet =
false;
592 bool m_backupRetentionPeriodHasBeenSet =
false;
593 bool m_engineModeHasBeenSet =
false;
594 bool m_availabilityZonesHasBeenSet =
false;
595 bool m_portHasBeenSet =
false;
596 bool m_kmsKeyIdHasBeenSet =
false;
597 bool m_storageTypeHasBeenSet =
false;
598 bool m_iopsHasBeenSet =
false;
599 bool m_storageThroughputHasBeenSet =
false;
600 bool m_awsBackupRecoveryPointArnHasBeenSet =
false;
601 bool m_tagListHasBeenSet =
false;
void SetStorageType(StorageTypeT &&value)
DBClusterAutomatedBackup & WithIops(int value)
const Aws::String & GetEngineVersion() const
void SetStatus(StatusT &&value)
void SetAvailabilityZones(AvailabilityZonesT &&value)
bool StorageTypeHasBeenSet() const
DBClusterAutomatedBackup & WithEngineVersion(EngineVersionT &&value)
AWS_RDS_API DBClusterAutomatedBackup(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API DBClusterAutomatedBackup()=default
DBClusterAutomatedBackup & WithVpcId(VpcIdT &&value)
const Aws::String & GetDbClusterResourceId() const
bool GetStorageEncrypted() const
void SetRestoreWindow(RestoreWindowT &&value)
void SetLicenseModel(LicenseModelT &&value)
bool IAMDatabaseAuthenticationEnabledHasBeenSet() const
AWS_RDS_API DBClusterAutomatedBackup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetDBClusterArn() const
void SetDBClusterAutomatedBackupsArn(DBClusterAutomatedBackupsArnT &&value)
void SetClusterCreateTime(ClusterCreateTimeT &&value)
bool IopsHasBeenSet() const
bool BackupRetentionPeriodHasBeenSet() const
DBClusterAutomatedBackup & WithTagList(TagListT &&value)
void SetDbClusterResourceId(DbClusterResourceIdT &&value)
bool EngineVersionHasBeenSet() const
void SetBackupRetentionPeriod(int value)
const Aws::String & GetKmsKeyId() const
DBClusterAutomatedBackup & WithStorageEncrypted(bool value)
bool DbClusterResourceIdHasBeenSet() const
const Aws::String & GetDBClusterIdentifier() const
bool StorageEncryptedHasBeenSet() const
const Aws::String & GetDBClusterAutomatedBackupsArn() const
DBClusterAutomatedBackup & WithStorageType(StorageTypeT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
DBClusterAutomatedBackup & WithStorageThroughput(int value)
bool EngineHasBeenSet() const
DBClusterAutomatedBackup & AddAvailabilityZones(AvailabilityZonesT &&value)
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
bool RegionHasBeenSet() const
bool LicenseModelHasBeenSet() const
DBClusterAutomatedBackup & WithIAMDatabaseAuthenticationEnabled(bool value)
bool AvailabilityZonesHasBeenSet() const
DBClusterAutomatedBackup & WithLicenseModel(LicenseModelT &&value)
bool TagListHasBeenSet() const
void SetEngineMode(EngineModeT &&value)
bool DBClusterArnHasBeenSet() const
DBClusterAutomatedBackup & WithDBClusterAutomatedBackupsArn(DBClusterAutomatedBackupsArnT &&value)
const Aws::String & GetEngine() const
DBClusterAutomatedBackup & WithAvailabilityZones(AvailabilityZonesT &&value)
const Aws::String & GetEngineMode() const
DBClusterAutomatedBackup & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
const Aws::Vector< Tag > & GetTagList() const
const Aws::String & GetStatus() const
bool ClusterCreateTimeHasBeenSet() const
bool StorageThroughputHasBeenSet() const
int GetAllocatedStorage() const
DBClusterAutomatedBackup & WithRegion(RegionT &&value)
DBClusterAutomatedBackup & WithAllocatedStorage(int value)
void SetMasterUsername(MasterUsernameT &&value)
DBClusterAutomatedBackup & WithBackupRetentionPeriod(int value)
DBClusterAutomatedBackup & WithEngine(EngineT &&value)
bool AwsBackupRecoveryPointArnHasBeenSet() const
const Aws::String & GetLicenseModel() const
bool MasterUsernameHasBeenSet() const
void SetStorageEncrypted(bool value)
const Aws::String & GetRegion() const
int GetStorageThroughput() const
DBClusterAutomatedBackup & WithPort(int value)
bool DBClusterAutomatedBackupsArnHasBeenSet() const
DBClusterAutomatedBackup & AddTagList(TagListT &&value)
const Aws::Utils::DateTime & GetClusterCreateTime() const
const Aws::String & GetVpcId() const
void SetTagList(TagListT &&value)
void SetEngine(EngineT &&value)
bool AllocatedStorageHasBeenSet() const
void SetVpcId(VpcIdT &&value)
DBClusterAutomatedBackup & WithAwsBackupRecoveryPointArn(AwsBackupRecoveryPointArnT &&value)
DBClusterAutomatedBackup & WithClusterCreateTime(ClusterCreateTimeT &&value)
void SetAllocatedStorage(int value)
DBClusterAutomatedBackup & WithMasterUsername(MasterUsernameT &&value)
DBClusterAutomatedBackup & WithDbClusterResourceId(DbClusterResourceIdT &&value)
bool StatusHasBeenSet() const
bool KmsKeyIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetAvailabilityZones() const
const RestoreWindow & GetRestoreWindow() const
void SetAwsBackupRecoveryPointArn(AwsBackupRecoveryPointArnT &&value)
void SetStorageThroughput(int value)
bool EngineModeHasBeenSet() const
DBClusterAutomatedBackup & WithEngineMode(EngineModeT &&value)
void SetRegion(RegionT &&value)
int GetBackupRetentionPeriod() const
const Aws::String & GetAwsBackupRecoveryPointArn() const
void SetEngineVersion(EngineVersionT &&value)
bool RestoreWindowHasBeenSet() const
DBClusterAutomatedBackup & WithKmsKeyId(KmsKeyIdT &&value)
DBClusterAutomatedBackup & WithDBClusterArn(DBClusterArnT &&value)
const Aws::String & GetStorageType() const
DBClusterAutomatedBackup & WithStatus(StatusT &&value)
DBClusterAutomatedBackup & WithRestoreWindow(RestoreWindowT &&value)
const Aws::String & GetMasterUsername() const
bool PortHasBeenSet() const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetDBClusterArn(DBClusterArnT &&value)
bool GetIAMDatabaseAuthenticationEnabled() const
bool DBClusterIdentifierHasBeenSet() const
void SetIAMDatabaseAuthenticationEnabled(bool value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool VpcIdHasBeenSet() const
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