AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AwsRedshiftClusterPendingModifiedValues.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SecurityHub
22{
23namespace Model
24{
25
33 {
34 public:
38 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline int GetAutomatedSnapshotRetentionPeriod() const{ return m_automatedSnapshotRetentionPeriod; }
47 inline bool AutomatedSnapshotRetentionPeriodHasBeenSet() const { return m_automatedSnapshotRetentionPeriodHasBeenSet; }
48 inline void SetAutomatedSnapshotRetentionPeriod(int value) { m_automatedSnapshotRetentionPeriodHasBeenSet = true; m_automatedSnapshotRetentionPeriod = value; }
51
53
56 inline const Aws::String& GetClusterIdentifier() const{ return m_clusterIdentifier; }
57 inline bool ClusterIdentifierHasBeenSet() const { return m_clusterIdentifierHasBeenSet; }
58 inline void SetClusterIdentifier(const Aws::String& value) { m_clusterIdentifierHasBeenSet = true; m_clusterIdentifier = value; }
59 inline void SetClusterIdentifier(Aws::String&& value) { m_clusterIdentifierHasBeenSet = true; m_clusterIdentifier = std::move(value); }
60 inline void SetClusterIdentifier(const char* value) { m_clusterIdentifierHasBeenSet = true; m_clusterIdentifier.assign(value); }
65
67
70 inline const Aws::String& GetClusterType() const{ return m_clusterType; }
71 inline bool ClusterTypeHasBeenSet() const { return m_clusterTypeHasBeenSet; }
72 inline void SetClusterType(const Aws::String& value) { m_clusterTypeHasBeenSet = true; m_clusterType = value; }
73 inline void SetClusterType(Aws::String&& value) { m_clusterTypeHasBeenSet = true; m_clusterType = std::move(value); }
74 inline void SetClusterType(const char* value) { m_clusterTypeHasBeenSet = true; m_clusterType.assign(value); }
76 inline AwsRedshiftClusterPendingModifiedValues& WithClusterType(Aws::String&& value) { SetClusterType(std::move(value)); return *this;}
77 inline AwsRedshiftClusterPendingModifiedValues& WithClusterType(const char* value) { SetClusterType(value); return *this;}
79
81
84 inline const Aws::String& GetClusterVersion() const{ return m_clusterVersion; }
85 inline bool ClusterVersionHasBeenSet() const { return m_clusterVersionHasBeenSet; }
86 inline void SetClusterVersion(const Aws::String& value) { m_clusterVersionHasBeenSet = true; m_clusterVersion = value; }
87 inline void SetClusterVersion(Aws::String&& value) { m_clusterVersionHasBeenSet = true; m_clusterVersion = std::move(value); }
88 inline void SetClusterVersion(const char* value) { m_clusterVersionHasBeenSet = true; m_clusterVersion.assign(value); }
91 inline AwsRedshiftClusterPendingModifiedValues& WithClusterVersion(const char* value) { SetClusterVersion(value); return *this;}
93
95
98 inline const Aws::String& GetEncryptionType() const{ return m_encryptionType; }
99 inline bool EncryptionTypeHasBeenSet() const { return m_encryptionTypeHasBeenSet; }
100 inline void SetEncryptionType(const Aws::String& value) { m_encryptionTypeHasBeenSet = true; m_encryptionType = value; }
101 inline void SetEncryptionType(Aws::String&& value) { m_encryptionTypeHasBeenSet = true; m_encryptionType = std::move(value); }
102 inline void SetEncryptionType(const char* value) { m_encryptionTypeHasBeenSet = true; m_encryptionType.assign(value); }
105 inline AwsRedshiftClusterPendingModifiedValues& WithEncryptionType(const char* value) { SetEncryptionType(value); return *this;}
107
109
113 inline bool GetEnhancedVpcRouting() const{ return m_enhancedVpcRouting; }
114 inline bool EnhancedVpcRoutingHasBeenSet() const { return m_enhancedVpcRoutingHasBeenSet; }
115 inline void SetEnhancedVpcRouting(bool value) { m_enhancedVpcRoutingHasBeenSet = true; m_enhancedVpcRouting = value; }
118
120
124 inline const Aws::String& GetMaintenanceTrackName() const{ return m_maintenanceTrackName; }
125 inline bool MaintenanceTrackNameHasBeenSet() const { return m_maintenanceTrackNameHasBeenSet; }
126 inline void SetMaintenanceTrackName(const Aws::String& value) { m_maintenanceTrackNameHasBeenSet = true; m_maintenanceTrackName = value; }
127 inline void SetMaintenanceTrackName(Aws::String&& value) { m_maintenanceTrackNameHasBeenSet = true; m_maintenanceTrackName = std::move(value); }
128 inline void SetMaintenanceTrackName(const char* value) { m_maintenanceTrackNameHasBeenSet = true; m_maintenanceTrackName.assign(value); }
133
135
139 inline const Aws::String& GetMasterUserPassword() const{ return m_masterUserPassword; }
140 inline bool MasterUserPasswordHasBeenSet() const { return m_masterUserPasswordHasBeenSet; }
141 inline void SetMasterUserPassword(const Aws::String& value) { m_masterUserPasswordHasBeenSet = true; m_masterUserPassword = value; }
142 inline void SetMasterUserPassword(Aws::String&& value) { m_masterUserPasswordHasBeenSet = true; m_masterUserPassword = std::move(value); }
143 inline void SetMasterUserPassword(const char* value) { m_masterUserPasswordHasBeenSet = true; m_masterUserPassword.assign(value); }
148
150
153 inline const Aws::String& GetNodeType() const{ return m_nodeType; }
154 inline bool NodeTypeHasBeenSet() const { return m_nodeTypeHasBeenSet; }
155 inline void SetNodeType(const Aws::String& value) { m_nodeTypeHasBeenSet = true; m_nodeType = value; }
156 inline void SetNodeType(Aws::String&& value) { m_nodeTypeHasBeenSet = true; m_nodeType = std::move(value); }
157 inline void SetNodeType(const char* value) { m_nodeTypeHasBeenSet = true; m_nodeType.assign(value); }
159 inline AwsRedshiftClusterPendingModifiedValues& WithNodeType(Aws::String&& value) { SetNodeType(std::move(value)); return *this;}
160 inline AwsRedshiftClusterPendingModifiedValues& WithNodeType(const char* value) { SetNodeType(value); return *this;}
162
164
167 inline int GetNumberOfNodes() const{ return m_numberOfNodes; }
168 inline bool NumberOfNodesHasBeenSet() const { return m_numberOfNodesHasBeenSet; }
169 inline void SetNumberOfNodes(int value) { m_numberOfNodesHasBeenSet = true; m_numberOfNodes = value; }
172
174
178 inline bool GetPubliclyAccessible() const{ return m_publiclyAccessible; }
179 inline bool PubliclyAccessibleHasBeenSet() const { return m_publiclyAccessibleHasBeenSet; }
180 inline void SetPubliclyAccessible(bool value) { m_publiclyAccessibleHasBeenSet = true; m_publiclyAccessible = value; }
183 private:
184
185 int m_automatedSnapshotRetentionPeriod;
186 bool m_automatedSnapshotRetentionPeriodHasBeenSet = false;
187
188 Aws::String m_clusterIdentifier;
189 bool m_clusterIdentifierHasBeenSet = false;
190
191 Aws::String m_clusterType;
192 bool m_clusterTypeHasBeenSet = false;
193
194 Aws::String m_clusterVersion;
195 bool m_clusterVersionHasBeenSet = false;
196
197 Aws::String m_encryptionType;
198 bool m_encryptionTypeHasBeenSet = false;
199
200 bool m_enhancedVpcRouting;
201 bool m_enhancedVpcRoutingHasBeenSet = false;
202
203 Aws::String m_maintenanceTrackName;
204 bool m_maintenanceTrackNameHasBeenSet = false;
205
206 Aws::String m_masterUserPassword;
207 bool m_masterUserPasswordHasBeenSet = false;
208
209 Aws::String m_nodeType;
210 bool m_nodeTypeHasBeenSet = false;
211
212 int m_numberOfNodes;
213 bool m_numberOfNodesHasBeenSet = false;
214
215 bool m_publiclyAccessible;
216 bool m_publiclyAccessibleHasBeenSet = false;
217 };
218
219} // namespace Model
220} // namespace SecurityHub
221} // namespace Aws
AwsRedshiftClusterPendingModifiedValues & WithNodeType(Aws::String &&value)
AwsRedshiftClusterPendingModifiedValues & WithMaintenanceTrackName(Aws::String &&value)
AwsRedshiftClusterPendingModifiedValues & WithMaintenanceTrackName(const Aws::String &value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsRedshiftClusterPendingModifiedValues & WithEncryptionType(const char *value)
AWS_SECURITYHUB_API AwsRedshiftClusterPendingModifiedValues(Aws::Utils::Json::JsonView jsonValue)
AwsRedshiftClusterPendingModifiedValues & WithClusterIdentifier(Aws::String &&value)
AwsRedshiftClusterPendingModifiedValues & WithAutomatedSnapshotRetentionPeriod(int value)
AwsRedshiftClusterPendingModifiedValues & WithClusterIdentifier(const char *value)
AwsRedshiftClusterPendingModifiedValues & WithClusterType(const Aws::String &value)
AwsRedshiftClusterPendingModifiedValues & WithClusterType(const char *value)
AWS_SECURITYHUB_API AwsRedshiftClusterPendingModifiedValues & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsRedshiftClusterPendingModifiedValues & WithClusterType(Aws::String &&value)
AwsRedshiftClusterPendingModifiedValues & WithMaintenanceTrackName(const char *value)
AwsRedshiftClusterPendingModifiedValues & WithNodeType(const Aws::String &value)
AwsRedshiftClusterPendingModifiedValues & WithMasterUserPassword(const Aws::String &value)
AwsRedshiftClusterPendingModifiedValues & WithClusterVersion(const Aws::String &value)
AwsRedshiftClusterPendingModifiedValues & WithMasterUserPassword(const char *value)
AwsRedshiftClusterPendingModifiedValues & WithMasterUserPassword(Aws::String &&value)
AwsRedshiftClusterPendingModifiedValues & WithEncryptionType(Aws::String &&value)
AwsRedshiftClusterPendingModifiedValues & WithNodeType(const char *value)
AwsRedshiftClusterPendingModifiedValues & WithClusterVersion(const char *value)
AwsRedshiftClusterPendingModifiedValues & WithClusterVersion(Aws::String &&value)
AwsRedshiftClusterPendingModifiedValues & WithEncryptionType(const Aws::String &value)
AwsRedshiftClusterPendingModifiedValues & WithClusterIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue