7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rds/model/PendingCloudwatchLogsExports.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/rds/model/AutomationMode.h>
13#include <aws/core/utils/DateTime.h>
14#include <aws/rds/model/ProcessorFeature.h>
55 template<
typename DBInstanceClassT = Aws::String>
56 void SetDBInstanceClass(DBInstanceClassT&& value) { m_dBInstanceClassHasBeenSet =
true; m_dBInstanceClass = std::forward<DBInstanceClassT>(value); }
57 template<
typename DBInstanceClassT = Aws::String>
68 inline void SetAllocatedStorage(
int value) { m_allocatedStorageHasBeenSet =
true; m_allocatedStorage = value; }
78 template<
typename MasterUserPasswordT = Aws::String>
79 void SetMasterUserPassword(MasterUserPasswordT&& value) { m_masterUserPasswordHasBeenSet =
true; m_masterUserPassword = std::forward<MasterUserPasswordT>(value); }
80 template<
typename MasterUserPasswordT = Aws::String>
88 inline int GetPort()
const {
return m_port; }
90 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
111 inline void SetMultiAZ(
bool value) { m_multiAZHasBeenSet =
true; m_multiAZ = value; }
121 template<
typename EngineVersionT = Aws::String>
122 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet =
true; m_engineVersion = std::forward<EngineVersionT>(value); }
123 template<
typename EngineVersionT = Aws::String>
135 template<
typename LicenseModelT = Aws::String>
136 void SetLicenseModel(LicenseModelT&& value) { m_licenseModelHasBeenSet =
true; m_licenseModel = std::forward<LicenseModelT>(value); }
137 template<
typename LicenseModelT = Aws::String>
147 inline void SetIops(
int value) { m_iopsHasBeenSet =
true; m_iops = value; }
157 template<
typename DBInstanceIdentifierT = Aws::String>
158 void SetDBInstanceIdentifier(DBInstanceIdentifierT&& value) { m_dBInstanceIdentifierHasBeenSet =
true; m_dBInstanceIdentifier = std::forward<DBInstanceIdentifierT>(value); }
159 template<
typename DBInstanceIdentifierT = Aws::String>
169 template<
typename StorageTypeT = Aws::String>
170 void SetStorageType(StorageTypeT&& value) { m_storageTypeHasBeenSet =
true; m_storageType = std::forward<StorageTypeT>(value); }
171 template<
typename StorageTypeT = Aws::String>
188 template<
typename CACertificateIdentifierT = Aws::String>
189 void SetCACertificateIdentifier(CACertificateIdentifierT&& value) { m_cACertificateIdentifierHasBeenSet =
true; m_cACertificateIdentifier = std::forward<CACertificateIdentifierT>(value); }
190 template<
typename CACertificateIdentifierT = Aws::String>
200 template<
typename DBSubnetGroupNameT = Aws::String>
201 void SetDBSubnetGroupName(DBSubnetGroupNameT&& value) { m_dBSubnetGroupNameHasBeenSet =
true; m_dBSubnetGroupName = std::forward<DBSubnetGroupNameT>(value); }
202 template<
typename DBSubnetGroupNameT = Aws::String>
210 template<
typename PendingCloudwatchLogsExportsT = PendingCloudwatchLogsExports>
211 void SetPendingCloudwatchLogsExports(PendingCloudwatchLogsExportsT&& value) { m_pendingCloudwatchLogsExportsHasBeenSet =
true; m_pendingCloudwatchLogsExports = std::forward<PendingCloudwatchLogsExportsT>(value); }
212 template<
typename PendingCloudwatchLogsExportsT = PendingCloudwatchLogsExports>
223 template<
typename ProcessorFeaturesT = Aws::Vector<ProcessorFeature>>
224 void SetProcessorFeatures(ProcessorFeaturesT&& value) { m_processorFeaturesHasBeenSet =
true; m_processorFeatures = std::forward<ProcessorFeaturesT>(value); }
225 template<
typename ProcessorFeaturesT = Aws::Vector<ProcessorFeature>>
227 template<
typename ProcessorFeaturesT = ProcessorFeature>
264 template<
typename ResumeFullAutomationModeTimeT = Aws::Utils::DateTime>
265 void SetResumeFullAutomationModeTime(ResumeFullAutomationModeTimeT&& value) { m_resumeFullAutomationModeTimeHasBeenSet =
true; m_resumeFullAutomationModeTime = std::forward<ResumeFullAutomationModeTimeT>(value); }
266 template<
typename ResumeFullAutomationModeTimeT = Aws::Utils::DateTime>
276 inline void SetStorageThroughput(
int value) { m_storageThroughputHasBeenSet =
true; m_storageThroughput = value; }
286 template<
typename EngineT = Aws::String>
287 void SetEngine(EngineT&& value) { m_engineHasBeenSet =
true; m_engine = std::forward<EngineT>(value); }
288 template<
typename EngineT = Aws::String>
299 inline void SetDedicatedLogVolume(
bool value) { m_dedicatedLogVolumeHasBeenSet =
true; m_dedicatedLogVolume = value; }
310 inline void SetMultiTenant(
bool value) { m_multiTenantHasBeenSet =
true; m_multiTenant = value; }
316 bool m_dBInstanceClassHasBeenSet =
false;
318 int m_allocatedStorage{0};
319 bool m_allocatedStorageHasBeenSet =
false;
322 bool m_masterUserPasswordHasBeenSet =
false;
325 bool m_portHasBeenSet =
false;
327 int m_backupRetentionPeriod{0};
328 bool m_backupRetentionPeriodHasBeenSet =
false;
330 bool m_multiAZ{
false};
331 bool m_multiAZHasBeenSet =
false;
334 bool m_engineVersionHasBeenSet =
false;
337 bool m_licenseModelHasBeenSet =
false;
340 bool m_iopsHasBeenSet =
false;
343 bool m_dBInstanceIdentifierHasBeenSet =
false;
346 bool m_storageTypeHasBeenSet =
false;
349 bool m_cACertificateIdentifierHasBeenSet =
false;
352 bool m_dBSubnetGroupNameHasBeenSet =
false;
354 PendingCloudwatchLogsExports m_pendingCloudwatchLogsExports;
355 bool m_pendingCloudwatchLogsExportsHasBeenSet =
false;
358 bool m_processorFeaturesHasBeenSet =
false;
360 bool m_iAMDatabaseAuthenticationEnabled{
false};
361 bool m_iAMDatabaseAuthenticationEnabledHasBeenSet =
false;
364 bool m_automationModeHasBeenSet =
false;
367 bool m_resumeFullAutomationModeTimeHasBeenSet =
false;
369 int m_storageThroughput{0};
370 bool m_storageThroughputHasBeenSet =
false;
373 bool m_engineHasBeenSet =
false;
375 bool m_dedicatedLogVolume{
false};
376 bool m_dedicatedLogVolumeHasBeenSet =
false;
378 bool m_multiTenant{
false};
379 bool m_multiTenantHasBeenSet =
false;
bool StorageTypeHasBeenSet() const
int GetAllocatedStorage() const
PendingModifiedValues & WithMasterUserPassword(MasterUserPasswordT &&value)
PendingModifiedValues & WithEngine(EngineT &&value)
bool LicenseModelHasBeenSet() const
const Aws::String & GetLicenseModel() const
void SetDBInstanceIdentifier(DBInstanceIdentifierT &&value)
AWS_RDS_API PendingModifiedValues(const Aws::Utils::Xml::XmlNode &xmlNode)
PendingModifiedValues & WithCACertificateIdentifier(CACertificateIdentifierT &&value)
PendingModifiedValues & WithAllocatedStorage(int value)
PendingModifiedValues & WithDBSubnetGroupName(DBSubnetGroupNameT &&value)
PendingModifiedValues & WithBackupRetentionPeriod(int value)
void SetAutomationMode(AutomationMode value)
void SetProcessorFeatures(ProcessorFeaturesT &&value)
void SetMasterUserPassword(MasterUserPasswordT &&value)
PendingModifiedValues & WithDBInstanceIdentifier(DBInstanceIdentifierT &&value)
bool PortHasBeenSet() const
void SetDBInstanceClass(DBInstanceClassT &&value)
void SetPendingCloudwatchLogsExports(PendingCloudwatchLogsExportsT &&value)
PendingModifiedValues & WithPort(int value)
bool IopsHasBeenSet() const
void SetCACertificateIdentifier(CACertificateIdentifierT &&value)
AWS_RDS_API PendingModifiedValues & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
PendingModifiedValues & WithStorageThroughput(int value)
void SetEngineVersion(EngineVersionT &&value)
AutomationMode GetAutomationMode() const
PendingModifiedValues & WithEngineVersion(EngineVersionT &&value)
void SetBackupRetentionPeriod(int value)
bool DedicatedLogVolumeHasBeenSet() const
int GetBackupRetentionPeriod() const
PendingModifiedValues & WithIops(int value)
bool DBSubnetGroupNameHasBeenSet() const
void SetAllocatedStorage(int value)
void SetMultiAZ(bool value)
const Aws::String & GetStorageType() const
PendingModifiedValues & WithAutomationMode(AutomationMode value)
bool ProcessorFeaturesHasBeenSet() const
bool ResumeFullAutomationModeTimeHasBeenSet() const
void SetDedicatedLogVolume(bool value)
AWS_RDS_API PendingModifiedValues()=default
bool EngineVersionHasBeenSet() const
bool EngineHasBeenSet() const
bool PendingCloudwatchLogsExportsHasBeenSet() const
PendingModifiedValues & AddProcessorFeatures(ProcessorFeaturesT &&value)
const PendingCloudwatchLogsExports & GetPendingCloudwatchLogsExports() const
const Aws::Utils::DateTime & GetResumeFullAutomationModeTime() const
const Aws::String & GetEngine() const
PendingModifiedValues & WithStorageType(StorageTypeT &&value)
PendingModifiedValues & WithDBInstanceClass(DBInstanceClassT &&value)
PendingModifiedValues & WithLicenseModel(LicenseModelT &&value)
void SetMultiTenant(bool value)
PendingModifiedValues & WithResumeFullAutomationModeTime(ResumeFullAutomationModeTimeT &&value)
int GetStorageThroughput() const
bool GetDedicatedLogVolume() const
bool IAMDatabaseAuthenticationEnabledHasBeenSet() const
PendingModifiedValues & WithProcessorFeatures(ProcessorFeaturesT &&value)
void SetIAMDatabaseAuthenticationEnabled(bool value)
void SetDBSubnetGroupName(DBSubnetGroupNameT &&value)
bool StorageThroughputHasBeenSet() const
bool DBInstanceClassHasBeenSet() const
const Aws::String & GetDBSubnetGroupName() const
PendingModifiedValues & WithMultiAZ(bool value)
const Aws::String & GetMasterUserPassword() const
const Aws::String & GetDBInstanceClass() const
PendingModifiedValues & WithPendingCloudwatchLogsExports(PendingCloudwatchLogsExportsT &&value)
PendingModifiedValues & WithDedicatedLogVolume(bool value)
bool GetIAMDatabaseAuthenticationEnabled() const
PendingModifiedValues & WithMultiTenant(bool value)
bool DBInstanceIdentifierHasBeenSet() const
void SetEngine(EngineT &&value)
PendingModifiedValues & WithIAMDatabaseAuthenticationEnabled(bool value)
const Aws::String & GetDBInstanceIdentifier() const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool CACertificateIdentifierHasBeenSet() const
void SetResumeFullAutomationModeTime(ResumeFullAutomationModeTimeT &&value)
void SetStorageThroughput(int value)
const Aws::String & GetEngineVersion() const
bool BackupRetentionPeriodHasBeenSet() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool MasterUserPasswordHasBeenSet() const
bool GetMultiTenant() const
const Aws::Vector< ProcessorFeature > & GetProcessorFeatures() const
void SetStorageType(StorageTypeT &&value)
bool AutomationModeHasBeenSet() const
bool AllocatedStorageHasBeenSet() const
const Aws::String & GetCACertificateIdentifier() const
void SetLicenseModel(LicenseModelT &&value)
bool MultiAZHasBeenSet() const
bool MultiTenantHasBeenSet() 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