AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ClusterPendingModifiedValues.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Xml
18{
19 class XmlNode;
20} // namespace Xml
21} // namespace Utils
22namespace Neptune
23{
24namespace Model
25{
26
35 {
36 public:
40
41 AWS_NEPTUNE_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
42 AWS_NEPTUNE_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
43
44
46
50 inline const PendingCloudwatchLogsExports& GetPendingCloudwatchLogsExports() const{ return m_pendingCloudwatchLogsExports; }
51 inline bool PendingCloudwatchLogsExportsHasBeenSet() const { return m_pendingCloudwatchLogsExportsHasBeenSet; }
52 inline void SetPendingCloudwatchLogsExports(const PendingCloudwatchLogsExports& value) { m_pendingCloudwatchLogsExportsHasBeenSet = true; m_pendingCloudwatchLogsExports = value; }
53 inline void SetPendingCloudwatchLogsExports(PendingCloudwatchLogsExports&& value) { m_pendingCloudwatchLogsExportsHasBeenSet = true; m_pendingCloudwatchLogsExports = std::move(value); }
57
59
62 inline const Aws::String& GetDBClusterIdentifier() const{ return m_dBClusterIdentifier; }
63 inline bool DBClusterIdentifierHasBeenSet() const { return m_dBClusterIdentifierHasBeenSet; }
64 inline void SetDBClusterIdentifier(const Aws::String& value) { m_dBClusterIdentifierHasBeenSet = true; m_dBClusterIdentifier = value; }
65 inline void SetDBClusterIdentifier(Aws::String&& value) { m_dBClusterIdentifierHasBeenSet = true; m_dBClusterIdentifier = std::move(value); }
66 inline void SetDBClusterIdentifier(const char* value) { m_dBClusterIdentifierHasBeenSet = true; m_dBClusterIdentifier.assign(value); }
69 inline ClusterPendingModifiedValues& WithDBClusterIdentifier(const char* value) { SetDBClusterIdentifier(value); return *this;}
71
73
77 inline bool GetIAMDatabaseAuthenticationEnabled() const{ return m_iAMDatabaseAuthenticationEnabled; }
78 inline bool IAMDatabaseAuthenticationEnabledHasBeenSet() const { return m_iAMDatabaseAuthenticationEnabledHasBeenSet; }
79 inline void SetIAMDatabaseAuthenticationEnabled(bool value) { m_iAMDatabaseAuthenticationEnabledHasBeenSet = true; m_iAMDatabaseAuthenticationEnabled = value; }
82
84
87 inline const Aws::String& GetEngineVersion() const{ return m_engineVersion; }
88 inline bool EngineVersionHasBeenSet() const { return m_engineVersionHasBeenSet; }
89 inline void SetEngineVersion(const Aws::String& value) { m_engineVersionHasBeenSet = true; m_engineVersion = value; }
90 inline void SetEngineVersion(Aws::String&& value) { m_engineVersionHasBeenSet = true; m_engineVersion = std::move(value); }
91 inline void SetEngineVersion(const char* value) { m_engineVersionHasBeenSet = true; m_engineVersion.assign(value); }
92 inline ClusterPendingModifiedValues& WithEngineVersion(const Aws::String& value) { SetEngineVersion(value); return *this;}
93 inline ClusterPendingModifiedValues& WithEngineVersion(Aws::String&& value) { SetEngineVersion(std::move(value)); return *this;}
94 inline ClusterPendingModifiedValues& WithEngineVersion(const char* value) { SetEngineVersion(value); return *this;}
96
98
101 inline int GetBackupRetentionPeriod() const{ return m_backupRetentionPeriod; }
102 inline bool BackupRetentionPeriodHasBeenSet() const { return m_backupRetentionPeriodHasBeenSet; }
103 inline void SetBackupRetentionPeriod(int value) { m_backupRetentionPeriodHasBeenSet = true; m_backupRetentionPeriod = value; }
106
108
111 inline const Aws::String& GetStorageType() const{ return m_storageType; }
112 inline bool StorageTypeHasBeenSet() const { return m_storageTypeHasBeenSet; }
113 inline void SetStorageType(const Aws::String& value) { m_storageTypeHasBeenSet = true; m_storageType = value; }
114 inline void SetStorageType(Aws::String&& value) { m_storageTypeHasBeenSet = true; m_storageType = std::move(value); }
115 inline void SetStorageType(const char* value) { m_storageTypeHasBeenSet = true; m_storageType.assign(value); }
116 inline ClusterPendingModifiedValues& WithStorageType(const Aws::String& value) { SetStorageType(value); return *this;}
117 inline ClusterPendingModifiedValues& WithStorageType(Aws::String&& value) { SetStorageType(std::move(value)); return *this;}
118 inline ClusterPendingModifiedValues& WithStorageType(const char* value) { SetStorageType(value); return *this;}
120
122
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; }
133
135
139 inline int GetIops() const{ return m_iops; }
140 inline bool IopsHasBeenSet() const { return m_iopsHasBeenSet; }
141 inline void SetIops(int value) { m_iopsHasBeenSet = true; m_iops = value; }
142 inline ClusterPendingModifiedValues& WithIops(int value) { SetIops(value); return *this;}
144 private:
145
146 PendingCloudwatchLogsExports m_pendingCloudwatchLogsExports;
147 bool m_pendingCloudwatchLogsExportsHasBeenSet = false;
148
149 Aws::String m_dBClusterIdentifier;
150 bool m_dBClusterIdentifierHasBeenSet = false;
151
152 bool m_iAMDatabaseAuthenticationEnabled;
153 bool m_iAMDatabaseAuthenticationEnabledHasBeenSet = false;
154
155 Aws::String m_engineVersion;
156 bool m_engineVersionHasBeenSet = false;
157
158 int m_backupRetentionPeriod;
159 bool m_backupRetentionPeriodHasBeenSet = false;
160
161 Aws::String m_storageType;
162 bool m_storageTypeHasBeenSet = false;
163
164 int m_allocatedStorage;
165 bool m_allocatedStorageHasBeenSet = false;
166
167 int m_iops;
168 bool m_iopsHasBeenSet = false;
169 };
170
171} // namespace Model
172} // namespace Neptune
173} // namespace Aws
void SetPendingCloudwatchLogsExports(const PendingCloudwatchLogsExports &value)
ClusterPendingModifiedValues & WithPendingCloudwatchLogsExports(PendingCloudwatchLogsExports &&value)
ClusterPendingModifiedValues & WithEngineVersion(Aws::String &&value)
ClusterPendingModifiedValues & WithDBClusterIdentifier(const char *value)
const PendingCloudwatchLogsExports & GetPendingCloudwatchLogsExports() const
ClusterPendingModifiedValues & WithPendingCloudwatchLogsExports(const PendingCloudwatchLogsExports &value)
AWS_NEPTUNE_API ClusterPendingModifiedValues(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ClusterPendingModifiedValues & WithEngineVersion(const Aws::String &value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ClusterPendingModifiedValues & WithDBClusterIdentifier(Aws::String &&value)
ClusterPendingModifiedValues & WithStorageType(const char *value)
ClusterPendingModifiedValues & WithAllocatedStorage(int value)
ClusterPendingModifiedValues & WithEngineVersion(const char *value)
ClusterPendingModifiedValues & WithDBClusterIdentifier(const Aws::String &value)
ClusterPendingModifiedValues & WithBackupRetentionPeriod(int value)
AWS_NEPTUNE_API ClusterPendingModifiedValues & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ClusterPendingModifiedValues & WithStorageType(const Aws::String &value)
ClusterPendingModifiedValues & WithIAMDatabaseAuthenticationEnabled(bool value)
ClusterPendingModifiedValues & WithStorageType(Aws::String &&value)
void SetPendingCloudwatchLogsExports(PendingCloudwatchLogsExports &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream