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/ActivityStreamMode.h>
13#include <aws/rds/model/ActivityStreamStatus.h>
14#include <aws/rds/model/CertificateDetails.h>
15#include <aws/rds/model/ClusterPendingModifiedValues.h>
16#include <aws/rds/model/ClusterScalabilityType.h>
17#include <aws/rds/model/DBClusterMember.h>
18#include <aws/rds/model/DBClusterOptionGroupStatus.h>
19#include <aws/rds/model/DBClusterRole.h>
20#include <aws/rds/model/DBClusterStatusInfo.h>
21#include <aws/rds/model/DatabaseInsightsMode.h>
22#include <aws/rds/model/DomainMembership.h>
23#include <aws/rds/model/LimitlessDatabase.h>
24#include <aws/rds/model/LocalWriteForwardingStatus.h>
25#include <aws/rds/model/MasterUserSecret.h>
26#include <aws/rds/model/RdsCustomClusterConfiguration.h>
27#include <aws/rds/model/ScalingConfigurationInfo.h>
28#include <aws/rds/model/ServerlessV2ScalingConfigurationInfo.h>
29#include <aws/rds/model/Tag.h>
30#include <aws/rds/model/UpgradeRolloutOrder.h>
31#include <aws/rds/model/VpcSecurityGroupMembership.h>
32#include <aws/rds/model/WriteForwardingStatus.h>
88 m_allocatedStorageHasBeenSet =
true;
89 m_allocatedStorage = value;
104 template <
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
106 m_availabilityZonesHasBeenSet =
true;
107 m_availabilityZones = std::forward<AvailabilityZonesT>(value);
109 template <
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
114 template <
typename AvailabilityZonesT = Aws::String>
116 m_availabilityZonesHasBeenSet =
true;
117 m_availabilityZones.emplace_back(std::forward<AvailabilityZonesT>(value));
129 m_backupRetentionPeriodHasBeenSet =
true;
130 m_backupRetentionPeriod = value;
145 template <
typename CharacterSetNameT = Aws::String>
147 m_characterSetNameHasBeenSet =
true;
148 m_characterSetName = std::forward<CharacterSetNameT>(value);
150 template <
typename CharacterSetNameT = Aws::String>
165 template <
typename DatabaseNameT = Aws::String>
167 m_databaseNameHasBeenSet =
true;
168 m_databaseName = std::forward<DatabaseNameT>(value);
170 template <
typename DatabaseNameT = Aws::String>
184 template <
typename DBClusterIdentifierT = Aws::String>
186 m_dBClusterIdentifierHasBeenSet =
true;
187 m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value);
189 template <
typename DBClusterIdentifierT = Aws::String>
202 template <
typename DBClusterParameterGroupT = Aws::String>
204 m_dBClusterParameterGroupHasBeenSet =
true;
205 m_dBClusterParameterGroup = std::forward<DBClusterParameterGroupT>(value);
207 template <
typename DBClusterParameterGroupT = Aws::String>
221 template <
typename DBSubnetGroupT = Aws::String>
223 m_dBSubnetGroupHasBeenSet =
true;
224 m_dBSubnetGroup = std::forward<DBSubnetGroupT>(value);
226 template <
typename DBSubnetGroupT = Aws::String>
239 template <
typename StatusT = Aws::String>
241 m_statusHasBeenSet =
true;
242 m_status = std::forward<StatusT>(value);
244 template <
typename StatusT = Aws::String>
257 template <
typename PercentProgressT = Aws::String>
259 m_percentProgressHasBeenSet =
true;
260 m_percentProgress = std::forward<PercentProgressT>(value);
262 template <
typename PercentProgressT = Aws::String>
276 template <
typename EarliestRestorableTimeT = Aws::Utils::DateTime>
278 m_earliestRestorableTimeHasBeenSet =
true;
279 m_earliestRestorableTime = std::forward<EarliestRestorableTimeT>(value);
281 template <
typename EarliestRestorableTimeT = Aws::Utils::DateTime>
294 template <
typename Endpo
intT = Aws::String>
296 m_endpointHasBeenSet =
true;
297 m_endpoint = std::forward<EndpointT>(value);
299 template <
typename Endpo
intT = Aws::String>
320 template <
typename ReaderEndpo
intT = Aws::String>
322 m_readerEndpointHasBeenSet =
true;
323 m_readerEndpoint = std::forward<ReaderEndpointT>(value);
325 template <
typename ReaderEndpo
intT = Aws::String>
338 template <
typename CustomEndpo
intsT = Aws::Vector<Aws::String>>
340 m_customEndpointsHasBeenSet =
true;
341 m_customEndpoints = std::forward<CustomEndpointsT>(value);
343 template <
typename CustomEndpo
intsT = Aws::Vector<Aws::String>>
348 template <
typename CustomEndpo
intsT = Aws::String>
350 m_customEndpointsHasBeenSet =
true;
351 m_customEndpoints.emplace_back(std::forward<CustomEndpointsT>(value));
364 m_multiAZHasBeenSet =
true;
379 template <
typename EngineT = Aws::String>
381 m_engineHasBeenSet =
true;
382 m_engine = std::forward<EngineT>(value);
384 template <
typename EngineT = Aws::String>
397 template <
typename EngineVersionT = Aws::String>
399 m_engineVersionHasBeenSet =
true;
400 m_engineVersion = std::forward<EngineVersionT>(value);
402 template <
typename EngineVersionT = Aws::String>
416 template <
typename LatestRestorableTimeT = Aws::Utils::DateTime>
418 m_latestRestorableTimeHasBeenSet =
true;
419 m_latestRestorableTime = std::forward<LatestRestorableTimeT>(value);
421 template <
typename LatestRestorableTimeT = Aws::Utils::DateTime>
435 m_portHasBeenSet =
true;
450 template <
typename MasterUsernameT = Aws::String>
452 m_masterUsernameHasBeenSet =
true;
453 m_masterUsername = std::forward<MasterUsernameT>(value);
455 template <
typename MasterUsernameT = Aws::String>
467 return m_dBClusterOptionGroupMemberships;
470 template <
typename DBClusterOptionGroupMembershipsT = Aws::Vector<DBClusterOptionGroupStatus>>
472 m_dBClusterOptionGroupMembershipsHasBeenSet =
true;
473 m_dBClusterOptionGroupMemberships = std::forward<DBClusterOptionGroupMembershipsT>(value);
475 template <
typename DBClusterOptionGroupMembershipsT = Aws::Vector<DBClusterOptionGroupStatus>>
480 template <
typename DBClusterOptionGroupMembershipsT = DBClusterOptionGroupStatus>
482 m_dBClusterOptionGroupMembershipsHasBeenSet =
true;
483 m_dBClusterOptionGroupMemberships.emplace_back(std::forward<DBClusterOptionGroupMembershipsT>(value));
496 template <
typename PreferredBackupWindowT = Aws::String>
498 m_preferredBackupWindowHasBeenSet =
true;
499 m_preferredBackupWindow = std::forward<PreferredBackupWindowT>(value);
501 template <
typename PreferredBackupWindowT = Aws::String>
515 template <
typename PreferredMa
intenanceWindowT = Aws::String>
517 m_preferredMaintenanceWindowHasBeenSet =
true;
518 m_preferredMaintenanceWindow = std::forward<PreferredMaintenanceWindowT>(value);
520 template <
typename PreferredMa
intenanceWindowT = Aws::String>
538 m_upgradeRolloutOrderHasBeenSet =
true;
539 m_upgradeRolloutOrder = value;
554 template <
typename ReplicationSourceIdentifierT = Aws::String>
556 m_replicationSourceIdentifierHasBeenSet =
true;
557 m_replicationSourceIdentifier = std::forward<ReplicationSourceIdentifierT>(value);
559 template <
typename ReplicationSourceIdentifierT = Aws::String>
573 template <
typename ReadReplicaIdentifiersT = Aws::Vector<Aws::String>>
575 m_readReplicaIdentifiersHasBeenSet =
true;
576 m_readReplicaIdentifiers = std::forward<ReadReplicaIdentifiersT>(value);
578 template <
typename ReadReplicaIdentifiersT = Aws::Vector<Aws::String>>
583 template <
typename ReadReplicaIdentifiersT = Aws::String>
585 m_readReplicaIdentifiersHasBeenSet =
true;
586 m_readReplicaIdentifiers.emplace_back(std::forward<ReadReplicaIdentifiersT>(value));
597 template <
typename StatusInfosT = Aws::Vector<DBClusterStatusInfo>>
599 m_statusInfosHasBeenSet =
true;
600 m_statusInfos = std::forward<StatusInfosT>(value);
602 template <
typename StatusInfosT = Aws::Vector<DBClusterStatusInfo>>
607 template <
typename StatusInfosT = DBClusterStatusInfo>
609 m_statusInfosHasBeenSet =
true;
610 m_statusInfos.emplace_back(std::forward<StatusInfosT>(value));
621 template <
typename DBClusterMembersT = Aws::Vector<DBClusterMember>>
623 m_dBClusterMembersHasBeenSet =
true;
624 m_dBClusterMembers = std::forward<DBClusterMembersT>(value);
626 template <
typename DBClusterMembersT = Aws::Vector<DBClusterMember>>
631 template <
typename DBClusterMembersT = DBClusterMember>
633 m_dBClusterMembersHasBeenSet =
true;
634 m_dBClusterMembers.emplace_back(std::forward<DBClusterMembersT>(value));
645 template <
typename VpcSecurityGroupsT = Aws::Vector<VpcSecurityGroupMembership>>
647 m_vpcSecurityGroupsHasBeenSet =
true;
648 m_vpcSecurityGroups = std::forward<VpcSecurityGroupsT>(value);
650 template <
typename VpcSecurityGroupsT = Aws::Vector<VpcSecurityGroupMembership>>
655 template <
typename VpcSecurityGroupsT = VpcSecurityGroupMembership>
657 m_vpcSecurityGroupsHasBeenSet =
true;
658 m_vpcSecurityGroups.emplace_back(std::forward<VpcSecurityGroupsT>(value));
669 template <
typename HostedZoneIdT = Aws::String>
671 m_hostedZoneIdHasBeenSet =
true;
672 m_hostedZoneId = std::forward<HostedZoneIdT>(value);
674 template <
typename HostedZoneIdT = Aws::String>
688 m_storageEncryptedHasBeenSet =
true;
689 m_storageEncrypted = value;
705 template <
typename KmsKeyIdT = Aws::String>
707 m_kmsKeyIdHasBeenSet =
true;
708 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
710 template <
typename KmsKeyIdT = Aws::String>
725 template <
typename DbClusterResourceIdT = Aws::String>
727 m_dbClusterResourceIdHasBeenSet =
true;
728 m_dbClusterResourceId = std::forward<DbClusterResourceIdT>(value);
730 template <
typename DbClusterResourceIdT = Aws::String>
743 template <
typename DBClusterArnT = Aws::String>
745 m_dBClusterArnHasBeenSet =
true;
746 m_dBClusterArn = std::forward<DBClusterArnT>(value);
748 template <
typename DBClusterArnT = Aws::String>
764 template <
typename AssociatedRolesT = Aws::Vector<DBClusterRole>>
766 m_associatedRolesHasBeenSet =
true;
767 m_associatedRoles = std::forward<AssociatedRolesT>(value);
769 template <
typename AssociatedRolesT = Aws::Vector<DBClusterRole>>
774 template <
typename AssociatedRolesT = DBClusterRole>
776 m_associatedRolesHasBeenSet =
true;
777 m_associatedRoles.emplace_back(std::forward<AssociatedRolesT>(value));
790 m_iAMDatabaseAuthenticationEnabledHasBeenSet =
true;
791 m_iAMDatabaseAuthenticationEnabled = value;
812 template <
typename CloneGroupIdT = Aws::String>
814 m_cloneGroupIdHasBeenSet =
true;
815 m_cloneGroupId = std::forward<CloneGroupIdT>(value);
817 template <
typename CloneGroupIdT = Aws::String>
831 template <
typename ClusterCreateTimeT = Aws::Utils::DateTime>
833 m_clusterCreateTimeHasBeenSet =
true;
834 m_clusterCreateTime = std::forward<ClusterCreateTimeT>(value);
836 template <
typename ClusterCreateTimeT = Aws::Utils::DateTime>
849 template <
typename EarliestBacktrackTimeT = Aws::Utils::DateTime>
851 m_earliestBacktrackTimeHasBeenSet =
true;
852 m_earliestBacktrackTime = std::forward<EarliestBacktrackTimeT>(value);
854 template <
typename EarliestBacktrackTimeT = Aws::Utils::DateTime>
870 m_backtrackWindowHasBeenSet =
true;
871 m_backtrackWindow = value;
886 m_backtrackConsumedChangeRecordsHasBeenSet =
true;
887 m_backtrackConsumedChangeRecords = value;
905 template <
typename EnabledCloudwatchLogsExportsT = Aws::Vector<Aws::String>>
907 m_enabledCloudwatchLogsExportsHasBeenSet =
true;
908 m_enabledCloudwatchLogsExports = std::forward<EnabledCloudwatchLogsExportsT>(value);
910 template <
typename EnabledCloudwatchLogsExportsT = Aws::Vector<Aws::String>>
915 template <
typename EnabledCloudwatchLogsExportsT = Aws::String>
917 m_enabledCloudwatchLogsExportsHasBeenSet =
true;
918 m_enabledCloudwatchLogsExports.emplace_back(std::forward<EnabledCloudwatchLogsExportsT>(value));
934 m_capacityHasBeenSet =
true;
951 template <
typename PendingModifiedValuesT = ClusterPendingModifiedValues>
953 m_pendingModifiedValuesHasBeenSet =
true;
954 m_pendingModifiedValues = std::forward<PendingModifiedValuesT>(value);
956 template <
typename PendingModifiedValuesT = ClusterPendingModifiedValues>
972 template <
typename EngineModeT = Aws::String>
974 m_engineModeHasBeenSet =
true;
975 m_engineMode = std::forward<EngineModeT>(value);
977 template <
typename EngineModeT = Aws::String>
988 template <
typename ScalingConfigurationInfoT = ScalingConfigurationInfo>
990 m_scalingConfigurationInfoHasBeenSet =
true;
991 m_scalingConfigurationInfo = std::forward<ScalingConfigurationInfoT>(value);
993 template <
typename ScalingConfigurationInfoT = ScalingConfigurationInfo>
1006 template <
typename RdsCustomClusterConfigurationT = RdsCustomClusterConfiguration>
1008 m_rdsCustomClusterConfigurationHasBeenSet =
true;
1009 m_rdsCustomClusterConfiguration = std::forward<RdsCustomClusterConfigurationT>(value);
1011 template <
typename RdsCustomClusterConfigurationT = RdsCustomClusterConfiguration>
1025 template <
typename DBClusterInstanceClassT = Aws::String>
1027 m_dBClusterInstanceClassHasBeenSet =
true;
1028 m_dBClusterInstanceClass = std::forward<DBClusterInstanceClassT>(value);
1030 template <
typename DBClusterInstanceClassT = Aws::String>
1043 template <
typename StorageTypeT = Aws::String>
1045 m_storageTypeHasBeenSet =
true;
1046 m_storageType = std::forward<StorageTypeT>(value);
1048 template <
typename StorageTypeT = Aws::String>
1063 m_iopsHasBeenSet =
true;
1081 m_storageThroughputHasBeenSet =
true;
1082 m_storageThroughput = value;
1098 template <
typename IOOptimizedNextAllowedModificationTimeT = Aws::Utils::DateTime>
1100 m_iOOptimizedNextAllowedModificationTimeHasBeenSet =
true;
1101 m_iOOptimizedNextAllowedModificationTime = std::forward<IOOptimizedNextAllowedModificationTimeT>(value);
1103 template <
typename IOOptimizedNextAllowedModificationTimeT = Aws::Utils::DateTime>
1127 m_publiclyAccessibleHasBeenSet =
true;
1128 m_publiclyAccessible = value;
1147 m_autoMinorVersionUpgradeHasBeenSet =
true;
1148 m_autoMinorVersionUpgrade = value;
1164 m_deletionProtectionHasBeenSet =
true;
1165 m_deletionProtection = value;
1186 m_httpEndpointEnabledHasBeenSet =
true;
1187 m_httpEndpointEnabled = value;
1204 m_activityStreamModeHasBeenSet =
true;
1205 m_activityStreamMode = value;
1220 m_activityStreamStatusHasBeenSet =
true;
1221 m_activityStreamStatus = value;
1237 template <
typename ActivityStreamKmsKeyIdT = Aws::String>
1239 m_activityStreamKmsKeyIdHasBeenSet =
true;
1240 m_activityStreamKmsKeyId = std::forward<ActivityStreamKmsKeyIdT>(value);
1242 template <
typename ActivityStreamKmsKeyIdT = Aws::String>
1256 template <
typename ActivityStreamKinesisStreamNameT = Aws::String>
1258 m_activityStreamKinesisStreamNameHasBeenSet =
true;
1259 m_activityStreamKinesisStreamName = std::forward<ActivityStreamKinesisStreamNameT>(value);
1261 template <
typename ActivityStreamKinesisStreamNameT = Aws::String>
1276 m_copyTagsToSnapshotHasBeenSet =
true;
1277 m_copyTagsToSnapshot = value;
1293 m_crossAccountCloneHasBeenSet =
true;
1294 m_crossAccountClone = value;
1309 template <
typename DomainMembershipsT = Aws::Vector<DomainMembership>>
1311 m_domainMembershipsHasBeenSet =
true;
1312 m_domainMemberships = std::forward<DomainMembershipsT>(value);
1314 template <
typename DomainMembershipsT = Aws::Vector<DomainMembership>>
1319 template <
typename DomainMembershipsT = DomainMembership>
1321 m_domainMembershipsHasBeenSet =
true;
1322 m_domainMemberships.emplace_back(std::forward<DomainMembershipsT>(value));
1331 template <
typename TagListT = Aws::Vector<Tag>>
1333 m_tagListHasBeenSet =
true;
1334 m_tagList = std::forward<TagListT>(value);
1336 template <
typename TagListT = Aws::Vector<Tag>>
1341 template <
typename TagListT = Tag>
1343 m_tagListHasBeenSet =
true;
1344 m_tagList.emplace_back(std::forward<TagListT>(value));
1356 template <
typename GlobalClusterIdentifierT = Aws::String>
1358 m_globalClusterIdentifierHasBeenSet =
true;
1359 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
1361 template <
typename GlobalClusterIdentifierT = Aws::String>
1376 m_globalWriteForwardingStatusHasBeenSet =
true;
1377 m_globalWriteForwardingStatus = value;
1395 m_globalWriteForwardingRequestedHasBeenSet =
true;
1396 m_globalWriteForwardingRequested = value;
1417 template <
typename NetworkTypeT = Aws::String>
1419 m_networkTypeHasBeenSet =
true;
1420 m_networkType = std::forward<NetworkTypeT>(value);
1422 template <
typename NetworkTypeT = Aws::String>
1435 template <
typename AutomaticRestartTimeT = Aws::Utils::DateTime>
1437 m_automaticRestartTimeHasBeenSet =
true;
1438 m_automaticRestartTime = std::forward<AutomaticRestartTimeT>(value);
1440 template <
typename AutomaticRestartTimeT = Aws::Utils::DateTime>
1450 return m_serverlessV2ScalingConfiguration;
1453 template <
typename ServerlessV2ScalingConfigurationT = ServerlessV2ScalingConfigurationInfo>
1455 m_serverlessV2ScalingConfigurationHasBeenSet =
true;
1456 m_serverlessV2ScalingConfiguration = std::forward<ServerlessV2ScalingConfigurationT>(value);
1458 template <
typename ServerlessV2ScalingConfigurationT = ServerlessV2ScalingConfigurationInfo>
1474 template <
typename ServerlessV2PlatformVersionT = Aws::String>
1476 m_serverlessV2PlatformVersionHasBeenSet =
true;
1477 m_serverlessV2PlatformVersion = std::forward<ServerlessV2PlatformVersionT>(value);
1479 template <
typename ServerlessV2PlatformVersionT = Aws::String>
1495 m_monitoringIntervalHasBeenSet =
true;
1496 m_monitoringInterval = value;
1512 template <
typename MonitoringRoleArnT = Aws::String>
1514 m_monitoringRoleArnHasBeenSet =
true;
1515 m_monitoringRoleArn = std::forward<MonitoringRoleArnT>(value);
1517 template <
typename MonitoringRoleArnT = Aws::String>
1531 m_databaseInsightsModeHasBeenSet =
true;
1532 m_databaseInsightsMode = value;
1548 m_performanceInsightsEnabledHasBeenSet =
true;
1549 m_performanceInsightsEnabled = value;
1566 template <
typename PerformanceInsightsKMSKeyIdT = Aws::String>
1568 m_performanceInsightsKMSKeyIdHasBeenSet =
true;
1569 m_performanceInsightsKMSKeyId = std::forward<PerformanceInsightsKMSKeyIdT>(value);
1571 template <
typename PerformanceInsightsKMSKeyIdT = Aws::String>
1591 m_performanceInsightsRetentionPeriodHasBeenSet =
true;
1592 m_performanceInsightsRetentionPeriod = value;
1606 template <
typename DBSystemIdT = Aws::String>
1608 m_dBSystemIdHasBeenSet =
true;
1609 m_dBSystemId = std::forward<DBSystemIdT>(value);
1611 template <
typename DBSystemIdT = Aws::String>
1631 template <
typename MasterUserSecretT = MasterUserSecret>
1633 m_masterUserSecretHasBeenSet =
true;
1634 m_masterUserSecret = std::forward<MasterUserSecretT>(value);
1636 template <
typename MasterUserSecretT = MasterUserSecret>
1651 m_localWriteForwardingStatusHasBeenSet =
true;
1652 m_localWriteForwardingStatus = value;
1667 template <
typename AwsBackupRecoveryPo
intArnT = Aws::String>
1669 m_awsBackupRecoveryPointArnHasBeenSet =
true;
1670 m_awsBackupRecoveryPointArn = std::forward<AwsBackupRecoveryPointArnT>(value);
1672 template <
typename AwsBackupRecoveryPo
intArnT = Aws::String>
1685 template <
typename LimitlessDatabaseT = LimitlessDatabase>
1687 m_limitlessDatabaseHasBeenSet =
true;
1688 m_limitlessDatabase = std::forward<LimitlessDatabaseT>(value);
1690 template <
typename LimitlessDatabaseT = LimitlessDatabase>
1707 m_clusterScalabilityTypeHasBeenSet =
true;
1708 m_clusterScalabilityType = value;
1720 template <
typename CertificateDetailsT = CertificateDetails>
1722 m_certificateDetailsHasBeenSet =
true;
1723 m_certificateDetails = std::forward<CertificateDetailsT>(value);
1725 template <
typename CertificateDetailsT = CertificateDetails>
1739 template <
typename EngineLifecycleSupportT = Aws::String>
1741 m_engineLifecycleSupportHasBeenSet =
true;
1742 m_engineLifecycleSupport = std::forward<EngineLifecycleSupportT>(value);
1744 template <
typename EngineLifecycleSupportT = Aws::String>
1751 int m_allocatedStorage{0};
1755 int m_backupRetentionPeriod{0};
1779 bool m_multiAZ{
false};
1811 bool m_storageEncrypted{
false};
1821 bool m_iAMDatabaseAuthenticationEnabled{
false};
1829 long long m_backtrackWindow{0};
1831 long long m_backtrackConsumedChangeRecords{0};
1837 ClusterPendingModifiedValues m_pendingModifiedValues;
1841 ScalingConfigurationInfo m_scalingConfigurationInfo;
1843 RdsCustomClusterConfiguration m_rdsCustomClusterConfiguration;
1851 int m_storageThroughput{0};
1855 bool m_publiclyAccessible{
false};
1857 bool m_autoMinorVersionUpgrade{
false};
1859 bool m_deletionProtection{
false};
1861 bool m_httpEndpointEnabled{
false};
1871 bool m_copyTagsToSnapshot{
false};
1873 bool m_crossAccountClone{
false};
1883 bool m_globalWriteForwardingRequested{
false};
1889 ServerlessV2ScalingConfigurationInfo m_serverlessV2ScalingConfiguration;
1893 int m_monitoringInterval{0};
1899 bool m_performanceInsightsEnabled{
false};
1903 int m_performanceInsightsRetentionPeriod{0};
1907 MasterUserSecret m_masterUserSecret;
1913 LimitlessDatabase m_limitlessDatabase;
1917 CertificateDetails m_certificateDetails;
1920 bool m_allocatedStorageHasBeenSet =
false;
1921 bool m_availabilityZonesHasBeenSet =
false;
1922 bool m_backupRetentionPeriodHasBeenSet =
false;
1923 bool m_characterSetNameHasBeenSet =
false;
1924 bool m_databaseNameHasBeenSet =
false;
1925 bool m_dBClusterIdentifierHasBeenSet =
false;
1926 bool m_dBClusterParameterGroupHasBeenSet =
false;
1927 bool m_dBSubnetGroupHasBeenSet =
false;
1928 bool m_statusHasBeenSet =
false;
1929 bool m_percentProgressHasBeenSet =
false;
1930 bool m_earliestRestorableTimeHasBeenSet =
false;
1931 bool m_endpointHasBeenSet =
false;
1932 bool m_readerEndpointHasBeenSet =
false;
1933 bool m_customEndpointsHasBeenSet =
false;
1934 bool m_multiAZHasBeenSet =
false;
1935 bool m_engineHasBeenSet =
false;
1936 bool m_engineVersionHasBeenSet =
false;
1937 bool m_latestRestorableTimeHasBeenSet =
false;
1938 bool m_portHasBeenSet =
false;
1939 bool m_masterUsernameHasBeenSet =
false;
1940 bool m_dBClusterOptionGroupMembershipsHasBeenSet =
false;
1941 bool m_preferredBackupWindowHasBeenSet =
false;
1942 bool m_preferredMaintenanceWindowHasBeenSet =
false;
1943 bool m_upgradeRolloutOrderHasBeenSet =
false;
1944 bool m_replicationSourceIdentifierHasBeenSet =
false;
1945 bool m_readReplicaIdentifiersHasBeenSet =
false;
1946 bool m_statusInfosHasBeenSet =
false;
1947 bool m_dBClusterMembersHasBeenSet =
false;
1948 bool m_vpcSecurityGroupsHasBeenSet =
false;
1949 bool m_hostedZoneIdHasBeenSet =
false;
1950 bool m_storageEncryptedHasBeenSet =
false;
1951 bool m_kmsKeyIdHasBeenSet =
false;
1952 bool m_dbClusterResourceIdHasBeenSet =
false;
1953 bool m_dBClusterArnHasBeenSet =
false;
1954 bool m_associatedRolesHasBeenSet =
false;
1955 bool m_iAMDatabaseAuthenticationEnabledHasBeenSet =
false;
1956 bool m_cloneGroupIdHasBeenSet =
false;
1957 bool m_clusterCreateTimeHasBeenSet =
false;
1958 bool m_earliestBacktrackTimeHasBeenSet =
false;
1959 bool m_backtrackWindowHasBeenSet =
false;
1960 bool m_backtrackConsumedChangeRecordsHasBeenSet =
false;
1961 bool m_enabledCloudwatchLogsExportsHasBeenSet =
false;
1962 bool m_capacityHasBeenSet =
false;
1963 bool m_pendingModifiedValuesHasBeenSet =
false;
1964 bool m_engineModeHasBeenSet =
false;
1965 bool m_scalingConfigurationInfoHasBeenSet =
false;
1966 bool m_rdsCustomClusterConfigurationHasBeenSet =
false;
1967 bool m_dBClusterInstanceClassHasBeenSet =
false;
1968 bool m_storageTypeHasBeenSet =
false;
1969 bool m_iopsHasBeenSet =
false;
1970 bool m_storageThroughputHasBeenSet =
false;
1971 bool m_iOOptimizedNextAllowedModificationTimeHasBeenSet =
false;
1972 bool m_publiclyAccessibleHasBeenSet =
false;
1973 bool m_autoMinorVersionUpgradeHasBeenSet =
false;
1974 bool m_deletionProtectionHasBeenSet =
false;
1975 bool m_httpEndpointEnabledHasBeenSet =
false;
1976 bool m_activityStreamModeHasBeenSet =
false;
1977 bool m_activityStreamStatusHasBeenSet =
false;
1978 bool m_activityStreamKmsKeyIdHasBeenSet =
false;
1979 bool m_activityStreamKinesisStreamNameHasBeenSet =
false;
1980 bool m_copyTagsToSnapshotHasBeenSet =
false;
1981 bool m_crossAccountCloneHasBeenSet =
false;
1982 bool m_domainMembershipsHasBeenSet =
false;
1983 bool m_tagListHasBeenSet =
false;
1984 bool m_globalClusterIdentifierHasBeenSet =
false;
1985 bool m_globalWriteForwardingStatusHasBeenSet =
false;
1986 bool m_globalWriteForwardingRequestedHasBeenSet =
false;
1987 bool m_networkTypeHasBeenSet =
false;
1988 bool m_automaticRestartTimeHasBeenSet =
false;
1989 bool m_serverlessV2ScalingConfigurationHasBeenSet =
false;
1990 bool m_serverlessV2PlatformVersionHasBeenSet =
false;
1991 bool m_monitoringIntervalHasBeenSet =
false;
1992 bool m_monitoringRoleArnHasBeenSet =
false;
1993 bool m_databaseInsightsModeHasBeenSet =
false;
1994 bool m_performanceInsightsEnabledHasBeenSet =
false;
1995 bool m_performanceInsightsKMSKeyIdHasBeenSet =
false;
1996 bool m_performanceInsightsRetentionPeriodHasBeenSet =
false;
1997 bool m_dBSystemIdHasBeenSet =
false;
1998 bool m_masterUserSecretHasBeenSet =
false;
1999 bool m_localWriteForwardingStatusHasBeenSet =
false;
2000 bool m_awsBackupRecoveryPointArnHasBeenSet =
false;
2001 bool m_limitlessDatabaseHasBeenSet =
false;
2002 bool m_clusterScalabilityTypeHasBeenSet =
false;
2003 bool m_certificateDetailsHasBeenSet =
false;
2004 bool m_engineLifecycleSupportHasBeenSet =
false;
void SetBacktrackWindow(long long value)
void SetPreferredBackupWindow(PreferredBackupWindowT &&value)
bool GetGlobalWriteForwardingRequested() const
const Aws::String & GetDatabaseName() const
void SetTagList(TagListT &&value)
void SetNetworkType(NetworkTypeT &&value)
const Aws::String & GetServerlessV2PlatformVersion() const
DBCluster & AddAssociatedRoles(AssociatedRolesT &&value)
void SetAssociatedRoles(AssociatedRolesT &&value)
void SetEngineVersion(EngineVersionT &&value)
void SetActivityStreamStatus(ActivityStreamStatus value)
void SetPerformanceInsightsKMSKeyId(PerformanceInsightsKMSKeyIdT &&value)
DBCluster & AddVpcSecurityGroups(VpcSecurityGroupsT &&value)
bool ClusterScalabilityTypeHasBeenSet() const
void SetPercentProgress(PercentProgressT &&value)
void SetEngineLifecycleSupport(EngineLifecycleSupportT &&value)
DBCluster & AddAvailabilityZones(AvailabilityZonesT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool UpgradeRolloutOrderHasBeenSet() const
void SetHostedZoneId(HostedZoneIdT &&value)
void SetClusterCreateTime(ClusterCreateTimeT &&value)
DBCluster & WithEndpoint(EndpointT &&value)
const Aws::String & GetEndpoint() const
bool PendingModifiedValuesHasBeenSet() const
const Aws::String & GetReaderEndpoint() const
DBCluster & WithBacktrackConsumedChangeRecords(long long value)
const Aws::String & GetActivityStreamKmsKeyId() const
void SetStatus(StatusT &&value)
bool ClusterCreateTimeHasBeenSet() const
DBCluster & WithActivityStreamKmsKeyId(ActivityStreamKmsKeyIdT &&value)
void SetCapacity(int value)
void SetVpcSecurityGroups(VpcSecurityGroupsT &&value)
bool ActivityStreamKinesisStreamNameHasBeenSet() const
bool EndpointHasBeenSet() const
void SetLimitlessDatabase(LimitlessDatabaseT &&value)
bool ScalingConfigurationInfoHasBeenSet() const
DBCluster & WithPreferredMaintenanceWindow(PreferredMaintenanceWindowT &&value)
bool BacktrackConsumedChangeRecordsHasBeenSet() const
DBCluster & WithIAMDatabaseAuthenticationEnabled(bool value)
void SetStorageThroughput(int value)
void SetPerformanceInsightsRetentionPeriod(int value)
void SetDBClusterParameterGroup(DBClusterParameterGroupT &&value)
bool TagListHasBeenSet() const
void SetGlobalWriteForwardingRequested(bool value)
bool EnabledCloudwatchLogsExportsHasBeenSet() const
bool BacktrackWindowHasBeenSet() const
DBCluster & WithDBClusterParameterGroup(DBClusterParameterGroupT &&value)
bool HttpEndpointEnabledHasBeenSet() const
DBCluster & WithAllocatedStorage(int value)
DBCluster & AddDBClusterMembers(DBClusterMembersT &&value)
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
DBCluster & WithEngine(EngineT &&value)
DBCluster & WithPort(int value)
void SetKmsKeyId(KmsKeyIdT &&value)
DBCluster & WithLocalWriteForwardingStatus(LocalWriteForwardingStatus value)
const Aws::String & GetDBSystemId() const
DBCluster & WithClusterCreateTime(ClusterCreateTimeT &&value)
int GetBackupRetentionPeriod() const
bool IOOptimizedNextAllowedModificationTimeHasBeenSet() const
bool CustomEndpointsHasBeenSet() const
DBCluster & WithActivityStreamMode(ActivityStreamMode value)
void SetEngineMode(EngineModeT &&value)
DBCluster & WithStorageThroughput(int value)
DBCluster & WithMasterUsername(MasterUsernameT &&value)
void SetServerlessV2PlatformVersion(ServerlessV2PlatformVersionT &&value)
long long GetBacktrackWindow() const
void SetDBClusterOptionGroupMemberships(DBClusterOptionGroupMembershipsT &&value)
bool MasterUsernameHasBeenSet() const
DBCluster & WithIOOptimizedNextAllowedModificationTime(IOOptimizedNextAllowedModificationTimeT &&value)
bool PortHasBeenSet() const
void SetDeletionProtection(bool value)
DBCluster & WithStorageType(StorageTypeT &&value)
bool EngineVersionHasBeenSet() const
void SetRdsCustomClusterConfiguration(RdsCustomClusterConfigurationT &&value)
int GetAllocatedStorage() const
DBCluster & WithCloneGroupId(CloneGroupIdT &&value)
DBCluster & WithPerformanceInsightsEnabled(bool value)
void SetMonitoringRoleArn(MonitoringRoleArnT &&value)
const Aws::String & GetDBSubnetGroup() const
void SetMultiAZ(bool value)
AWS_RDS_API DBCluster(const Aws::Utils::Xml::XmlNode &xmlNode)
DBCluster & WithPubliclyAccessible(bool value)
const Aws::String & GetStatus() const
const Aws::Vector< Aws::String > & GetEnabledCloudwatchLogsExports() const
void SetReadReplicaIdentifiers(ReadReplicaIdentifiersT &&value)
DBCluster & WithScalingConfigurationInfo(ScalingConfigurationInfoT &&value)
DBCluster & WithDBSubnetGroup(DBSubnetGroupT &&value)
bool HostedZoneIdHasBeenSet() const
DBCluster & WithEngineVersion(EngineVersionT &&value)
bool GlobalWriteForwardingRequestedHasBeenSet() const
void SetCustomEndpoints(CustomEndpointsT &&value)
void SetDBClusterMembers(DBClusterMembersT &&value)
bool GetCrossAccountClone() const
const Aws::String & GetNetworkType() const
bool StorageThroughputHasBeenSet() const
DBCluster & WithLimitlessDatabase(LimitlessDatabaseT &&value)
const Aws::String & GetStorageType() const
bool GetHttpEndpointEnabled() const
int GetStorageThroughput() const
DBCluster & WithEarliestRestorableTime(EarliestRestorableTimeT &&value)
const Aws::String & GetDBClusterIdentifier() const
void SetReplicationSourceIdentifier(ReplicationSourceIdentifierT &&value)
const Aws::String & GetPreferredBackupWindow() const
const Aws::String & GetCloneGroupId() const
DBCluster & AddCustomEndpoints(CustomEndpointsT &&value)
const RdsCustomClusterConfiguration & GetRdsCustomClusterConfiguration() const
void SetLatestRestorableTime(LatestRestorableTimeT &&value)
bool AvailabilityZonesHasBeenSet() const
DBCluster & WithCharacterSetName(CharacterSetNameT &&value)
ClusterScalabilityType GetClusterScalabilityType() const
DBCluster & WithReaderEndpoint(ReaderEndpointT &&value)
DBCluster & WithDbClusterResourceId(DbClusterResourceIdT &&value)
void SetEnabledCloudwatchLogsExports(EnabledCloudwatchLogsExportsT &&value)
void SetDBClusterInstanceClass(DBClusterInstanceClassT &&value)
DBCluster & WithKmsKeyId(KmsKeyIdT &&value)
void SetEndpoint(EndpointT &&value)
DBCluster & WithTagList(TagListT &&value)
LocalWriteForwardingStatus GetLocalWriteForwardingStatus() const
void SetMasterUsername(MasterUsernameT &&value)
DBCluster & WithAvailabilityZones(AvailabilityZonesT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetPercentProgress() const
DBCluster & WithGlobalWriteForwardingStatus(WriteForwardingStatus value)
DBCluster & AddDomainMemberships(DomainMembershipsT &&value)
bool LatestRestorableTimeHasBeenSet() const
const Aws::String & GetDBClusterParameterGroup() const
bool StatusHasBeenSet() const
DBCluster & WithNetworkType(NetworkTypeT &&value)
DBCluster & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
bool GlobalClusterIdentifierHasBeenSet() const
void SetCloneGroupId(CloneGroupIdT &&value)
bool DBSystemIdHasBeenSet() const
DBCluster & WithEngineLifecycleSupport(EngineLifecycleSupportT &&value)
bool CertificateDetailsHasBeenSet() const
DBCluster & WithIops(int value)
bool EngineModeHasBeenSet() const
ActivityStreamStatus GetActivityStreamStatus() const
const Aws::String & GetAwsBackupRecoveryPointArn() const
bool GetPerformanceInsightsEnabled() const
void SetBacktrackConsumedChangeRecords(long long value)
void SetDomainMemberships(DomainMembershipsT &&value)
DBCluster & WithDBClusterArn(DBClusterArnT &&value)
const Aws::String & GetDBClusterInstanceClass() const
void SetIAMDatabaseAuthenticationEnabled(bool value)
const Aws::String & GetPreferredMaintenanceWindow() const
void SetAutoMinorVersionUpgrade(bool value)
DBCluster & WithServerlessV2PlatformVersion(ServerlessV2PlatformVersionT &&value)
DBCluster & WithPercentProgress(PercentProgressT &&value)
DBCluster & WithAssociatedRoles(AssociatedRolesT &&value)
bool DBClusterMembersHasBeenSet() const
bool EngineHasBeenSet() const
UpgradeRolloutOrder GetUpgradeRolloutOrder() const
bool RdsCustomClusterConfigurationHasBeenSet() const
DBCluster & WithMultiAZ(bool value)
const Aws::Utils::DateTime & GetIOOptimizedNextAllowedModificationTime() const
DBCluster & WithDBClusterMembers(DBClusterMembersT &&value)
int GetMonitoringInterval() const
int GetPerformanceInsightsRetentionPeriod() const
void SetIOOptimizedNextAllowedModificationTime(IOOptimizedNextAllowedModificationTimeT &&value)
void SetPreferredMaintenanceWindow(PreferredMaintenanceWindowT &&value)
const Aws::String & GetMonitoringRoleArn() const
const Aws::String & GetMasterUsername() const
DBCluster & WithHostedZoneId(HostedZoneIdT &&value)
bool MonitoringRoleArnHasBeenSet() const
bool KmsKeyIdHasBeenSet() const
const Aws::Vector< VpcSecurityGroupMembership > & GetVpcSecurityGroups() const
DBCluster & AddEnabledCloudwatchLogsExports(EnabledCloudwatchLogsExportsT &&value)
void SetReaderEndpoint(ReaderEndpointT &&value)
const CertificateDetails & GetCertificateDetails() const
const Aws::Vector< Aws::String > & GetReadReplicaIdentifiers() const
const Aws::Vector< DBClusterRole > & GetAssociatedRoles() const
bool GlobalWriteForwardingStatusHasBeenSet() const
DBCluster & WithAutomaticRestartTime(AutomaticRestartTimeT &&value)
bool StatusInfosHasBeenSet() const
bool GetStorageEncrypted() const
const Aws::String & GetGlobalClusterIdentifier() const
long long GetBacktrackConsumedChangeRecords() const
bool ActivityStreamStatusHasBeenSet() const
const Aws::String & GetKmsKeyId() const
const Aws::String & GetCharacterSetName() const
const Aws::String & GetEngine() const
void SetDatabaseName(DatabaseNameT &&value)
void SetUpgradeRolloutOrder(UpgradeRolloutOrder value)
const Aws::Vector< Aws::String > & GetCustomEndpoints() const
DBCluster & AddStatusInfos(StatusInfosT &&value)
DBCluster & WithLatestRestorableTime(LatestRestorableTimeT &&value)
bool AutoMinorVersionUpgradeHasBeenSet() const
void SetStatusInfos(StatusInfosT &&value)
bool StorageTypeHasBeenSet() const
AWS_RDS_API DBCluster & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetCrossAccountClone(bool value)
void SetStorageEncrypted(bool value)
void SetDBSubnetGroup(DBSubnetGroupT &&value)
void SetAvailabilityZones(AvailabilityZonesT &&value)
DBCluster & WithEnabledCloudwatchLogsExports(EnabledCloudwatchLogsExportsT &&value)
bool DBClusterOptionGroupMembershipsHasBeenSet() const
bool BackupRetentionPeriodHasBeenSet() const
bool PerformanceInsightsEnabledHasBeenSet() const
DBCluster & WithDomainMemberships(DomainMembershipsT &&value)
bool DBClusterArnHasBeenSet() const
void SetDBClusterArn(DBClusterArnT &&value)
DBCluster & WithMonitoringRoleArn(MonitoringRoleArnT &&value)
void SetMasterUserSecret(MasterUserSecretT &&value)
DBCluster & WithPerformanceInsightsRetentionPeriod(int value)
DBCluster & WithCopyTagsToSnapshot(bool value)
void SetAllocatedStorage(int value)
bool MasterUserSecretHasBeenSet() const
void SetActivityStreamMode(ActivityStreamMode value)
bool GetDeletionProtection() const
DBCluster & WithBackupRetentionPeriod(int value)
bool ActivityStreamKmsKeyIdHasBeenSet() const
DBCluster & WithEngineMode(EngineModeT &&value)
bool ServerlessV2ScalingConfigurationHasBeenSet() const
void SetServerlessV2ScalingConfiguration(ServerlessV2ScalingConfigurationT &&value)
void SetClusterScalabilityType(ClusterScalabilityType value)
bool DBClusterParameterGroupHasBeenSet() const
DBCluster & WithDBClusterOptionGroupMemberships(DBClusterOptionGroupMembershipsT &&value)
void SetBackupRetentionPeriod(int value)
bool PreferredMaintenanceWindowHasBeenSet() const
void SetHttpEndpointEnabled(bool value)
bool ReplicationSourceIdentifierHasBeenSet() const
DBCluster & WithStorageEncrypted(bool value)
void SetDbClusterResourceId(DbClusterResourceIdT &&value)
bool StorageEncryptedHasBeenSet() const
DBCluster & WithMasterUserSecret(MasterUserSecretT &&value)
void SetEngine(EngineT &&value)
const ServerlessV2ScalingConfigurationInfo & GetServerlessV2ScalingConfiguration() const
DBCluster & WithCapacity(int value)
DBCluster & WithAutoMinorVersionUpgrade(bool value)
bool PubliclyAccessibleHasBeenSet() const
bool CopyTagsToSnapshotHasBeenSet() const
bool PerformanceInsightsKMSKeyIdHasBeenSet() const
AWS_RDS_API DBCluster()=default
void SetPendingModifiedValues(PendingModifiedValuesT &&value)
DBCluster & WithMonitoringInterval(int value)
DBCluster & WithVpcSecurityGroups(VpcSecurityGroupsT &&value)
DBCluster & AddReadReplicaIdentifiers(ReadReplicaIdentifiersT &&value)
bool EarliestRestorableTimeHasBeenSet() const
ActivityStreamMode GetActivityStreamMode() const
const Aws::String & GetDBClusterArn() const
bool ActivityStreamModeHasBeenSet() const
DBCluster & WithDeletionProtection(bool value)
bool VpcSecurityGroupsHasBeenSet() const
const ScalingConfigurationInfo & GetScalingConfigurationInfo() const
DBCluster & AddDBClusterOptionGroupMemberships(DBClusterOptionGroupMembershipsT &&value)
bool MultiAZHasBeenSet() const
bool DBClusterInstanceClassHasBeenSet() const
DBCluster & WithClusterScalabilityType(ClusterScalabilityType value)
const Aws::String & GetEngineMode() const
bool DatabaseInsightsModeHasBeenSet() const
bool GetCopyTagsToSnapshot() const
bool ServerlessV2PlatformVersionHasBeenSet() const
bool CapacityHasBeenSet() const
void SetAwsBackupRecoveryPointArn(AwsBackupRecoveryPointArnT &&value)
const Aws::Vector< Aws::String > & GetAvailabilityZones() const
void SetCertificateDetails(CertificateDetailsT &&value)
bool GetIAMDatabaseAuthenticationEnabled() const
void SetScalingConfigurationInfo(ScalingConfigurationInfoT &&value)
void SetEarliestRestorableTime(EarliestRestorableTimeT &&value)
const Aws::Utils::DateTime & GetAutomaticRestartTime() const
const Aws::Vector< DomainMembership > & GetDomainMemberships() const
bool AllocatedStorageHasBeenSet() const
bool LocalWriteForwardingStatusHasBeenSet() const
const Aws::String & GetPerformanceInsightsKMSKeyId() const
const Aws::Vector< DBClusterMember > & GetDBClusterMembers() const
DBCluster & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
bool CrossAccountCloneHasBeenSet() const
bool IopsHasBeenSet() const
void SetEarliestBacktrackTime(EarliestBacktrackTimeT &&value)
const ClusterPendingModifiedValues & GetPendingModifiedValues() const
bool DomainMembershipsHasBeenSet() const
const Aws::String & GetActivityStreamKinesisStreamName() const
DBCluster & WithGlobalWriteForwardingRequested(bool value)
DatabaseInsightsMode GetDatabaseInsightsMode() const
DBCluster & WithDBSystemId(DBSystemIdT &&value)
const Aws::Vector< Tag > & GetTagList() const
bool PreferredBackupWindowHasBeenSet() const
bool IAMDatabaseAuthenticationEnabledHasBeenSet() const
void SetMonitoringInterval(int value)
void SetCharacterSetName(CharacterSetNameT &&value)
const MasterUserSecret & GetMasterUserSecret() const
bool DbClusterResourceIdHasBeenSet() const
const Aws::String & GetReplicationSourceIdentifier() const
DBCluster & WithActivityStreamKinesisStreamName(ActivityStreamKinesisStreamNameT &&value)
const Aws::String & GetHostedZoneId() const
DBCluster & WithReadReplicaIdentifiers(ReadReplicaIdentifiersT &&value)
bool PercentProgressHasBeenSet() const
bool AutomaticRestartTimeHasBeenSet() const
DBCluster & WithEarliestBacktrackTime(EarliestBacktrackTimeT &&value)
const Aws::String & GetEngineVersion() const
bool AwsBackupRecoveryPointArnHasBeenSet() const
bool CharacterSetNameHasBeenSet() const
bool DatabaseNameHasBeenSet() const
bool CloneGroupIdHasBeenSet() const
void SetActivityStreamKmsKeyId(ActivityStreamKmsKeyIdT &&value)
DBCluster & WithActivityStreamStatus(ActivityStreamStatus value)
bool MonitoringIntervalHasBeenSet() const
void SetDBSystemId(DBSystemIdT &&value)
DBCluster & WithHttpEndpointEnabled(bool value)
bool EarliestBacktrackTimeHasBeenSet() const
void SetLocalWriteForwardingStatus(LocalWriteForwardingStatus value)
bool PerformanceInsightsRetentionPeriodHasBeenSet() const
void SetGlobalWriteForwardingStatus(WriteForwardingStatus value)
void SetStorageType(StorageTypeT &&value)
DBCluster & WithPreferredBackupWindow(PreferredBackupWindowT &&value)
DBCluster & WithBacktrackWindow(long long value)
bool LimitlessDatabaseHasBeenSet() const
DBCluster & WithCustomEndpoints(CustomEndpointsT &&value)
DBCluster & WithPendingModifiedValues(PendingModifiedValuesT &&value)
DBCluster & WithCrossAccountClone(bool value)
bool EngineLifecycleSupportHasBeenSet() const
DBCluster & WithRdsCustomClusterConfiguration(RdsCustomClusterConfigurationT &&value)
const Aws::Utils::DateTime & GetEarliestBacktrackTime() const
DBCluster & WithUpgradeRolloutOrder(UpgradeRolloutOrder value)
const LimitlessDatabase & GetLimitlessDatabase() const
bool GetAutoMinorVersionUpgrade() const
bool DeletionProtectionHasBeenSet() const
void SetPerformanceInsightsEnabled(bool value)
const Aws::String & GetDbClusterResourceId() const
DBCluster & WithDatabaseName(DatabaseNameT &&value)
DBCluster & WithStatus(StatusT &&value)
bool AssociatedRolesHasBeenSet() const
DBCluster & WithAwsBackupRecoveryPointArn(AwsBackupRecoveryPointArnT &&value)
DBCluster & WithDBClusterInstanceClass(DBClusterInstanceClassT &&value)
const Aws::Utils::DateTime & GetEarliestRestorableTime() const
bool DBClusterIdentifierHasBeenSet() const
const Aws::Vector< DBClusterStatusInfo > & GetStatusInfos() const
const Aws::String & GetEngineLifecycleSupport() const
void SetActivityStreamKinesisStreamName(ActivityStreamKinesisStreamNameT &&value)
DBCluster & WithCertificateDetails(CertificateDetailsT &&value)
DBCluster & WithStatusInfos(StatusInfosT &&value)
void SetCopyTagsToSnapshot(bool value)
const Aws::Utils::DateTime & GetClusterCreateTime() const
void SetDatabaseInsightsMode(DatabaseInsightsMode value)
const Aws::Vector< DBClusterOptionGroupStatus > & GetDBClusterOptionGroupMemberships() const
void SetPubliclyAccessible(bool value)
bool ReadReplicaIdentifiersHasBeenSet() const
const Aws::Utils::DateTime & GetLatestRestorableTime() const
DBCluster & WithPerformanceInsightsKMSKeyId(PerformanceInsightsKMSKeyIdT &&value)
void SetAutomaticRestartTime(AutomaticRestartTimeT &&value)
WriteForwardingStatus GetGlobalWriteForwardingStatus() const
bool NetworkTypeHasBeenSet() const
DBCluster & WithReplicationSourceIdentifier(ReplicationSourceIdentifierT &&value)
DBCluster & WithServerlessV2ScalingConfiguration(ServerlessV2ScalingConfigurationT &&value)
bool GetPubliclyAccessible() const
DBCluster & WithDatabaseInsightsMode(DatabaseInsightsMode value)
DBCluster & AddTagList(TagListT &&value)
bool DBSubnetGroupHasBeenSet() const
bool ReaderEndpointHasBeenSet() const
LocalWriteForwardingStatus
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