7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/neptune/model/PendingCloudwatchLogsExports.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
66 inline void SetDBClusterIdentifier(
const char* value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier.assign(value); }
91 inline void SetEngineVersion(
const char* value) { m_engineVersionHasBeenSet =
true; m_engineVersion.assign(value); }
115 inline void SetStorageType(
const char* value) { m_storageTypeHasBeenSet =
true; m_storageType.assign(value); }
130 inline void SetAllocatedStorage(
int value) { m_allocatedStorageHasBeenSet =
true; m_allocatedStorage = value; }
141 inline void SetIops(
int value) { m_iopsHasBeenSet =
true; m_iops = value; }
147 bool m_pendingCloudwatchLogsExportsHasBeenSet =
false;
150 bool m_dBClusterIdentifierHasBeenSet =
false;
152 bool m_iAMDatabaseAuthenticationEnabled;
153 bool m_iAMDatabaseAuthenticationEnabledHasBeenSet =
false;
156 bool m_engineVersionHasBeenSet =
false;
158 int m_backupRetentionPeriod;
159 bool m_backupRetentionPeriodHasBeenSet =
false;
162 bool m_storageTypeHasBeenSet =
false;
164 int m_allocatedStorage;
165 bool m_allocatedStorageHasBeenSet =
false;
168 bool m_iopsHasBeenSet =
false;
void SetPendingCloudwatchLogsExports(const PendingCloudwatchLogsExports &value)
void SetDBClusterIdentifier(const Aws::String &value)
ClusterPendingModifiedValues & WithPendingCloudwatchLogsExports(PendingCloudwatchLogsExports &&value)
void SetStorageType(Aws::String &&value)
ClusterPendingModifiedValues & WithEngineVersion(Aws::String &&value)
ClusterPendingModifiedValues & WithDBClusterIdentifier(const char *value)
const PendingCloudwatchLogsExports & GetPendingCloudwatchLogsExports() const
ClusterPendingModifiedValues & WithPendingCloudwatchLogsExports(const PendingCloudwatchLogsExports &value)
void SetDBClusterIdentifier(Aws::String &&value)
AWS_NEPTUNE_API ClusterPendingModifiedValues()
AWS_NEPTUNE_API ClusterPendingModifiedValues(const Aws::Utils::Xml::XmlNode &xmlNode)
bool PendingCloudwatchLogsExportsHasBeenSet() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ClusterPendingModifiedValues & WithEngineVersion(const Aws::String &value)
const Aws::String & GetDBClusterIdentifier() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetBackupRetentionPeriod(int value)
bool IAMDatabaseAuthenticationEnabledHasBeenSet() const
ClusterPendingModifiedValues & WithDBClusterIdentifier(Aws::String &&value)
ClusterPendingModifiedValues & WithStorageType(const char *value)
int GetAllocatedStorage() const
void SetAllocatedStorage(int value)
const Aws::String & GetStorageType() const
bool AllocatedStorageHasBeenSet() const
ClusterPendingModifiedValues & WithAllocatedStorage(int value)
ClusterPendingModifiedValues & WithEngineVersion(const char *value)
ClusterPendingModifiedValues & WithDBClusterIdentifier(const Aws::String &value)
bool DBClusterIdentifierHasBeenSet() const
void SetStorageType(const Aws::String &value)
bool GetIAMDatabaseAuthenticationEnabled() const
ClusterPendingModifiedValues & WithBackupRetentionPeriod(int value)
void SetEngineVersion(const char *value)
bool EngineVersionHasBeenSet() const
bool StorageTypeHasBeenSet() const
void SetEngineVersion(const Aws::String &value)
bool BackupRetentionPeriodHasBeenSet() const
const Aws::String & GetEngineVersion() const
AWS_NEPTUNE_API ClusterPendingModifiedValues & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ClusterPendingModifiedValues & WithIops(int value)
ClusterPendingModifiedValues & WithStorageType(const Aws::String &value)
void SetEngineVersion(Aws::String &&value)
bool IopsHasBeenSet() const
ClusterPendingModifiedValues & WithIAMDatabaseAuthenticationEnabled(bool value)
void SetStorageType(const char *value)
ClusterPendingModifiedValues & WithStorageType(Aws::String &&value)
void SetIAMDatabaseAuthenticationEnabled(bool value)
void SetPendingCloudwatchLogsExports(PendingCloudwatchLogsExports &&value)
void SetDBClusterIdentifier(const char *value)
int GetBackupRetentionPeriod() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream