AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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:
35 AWS_SECURITYHUB_API AwsRedshiftClusterPendingModifiedValues() = default;
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 template<typename ClusterIdentifierT = Aws::String>
59 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet = true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
60 template<typename ClusterIdentifierT = Aws::String>
61 AwsRedshiftClusterPendingModifiedValues& WithClusterIdentifier(ClusterIdentifierT&& value) { SetClusterIdentifier(std::forward<ClusterIdentifierT>(value)); return *this;}
63
65
68 inline const Aws::String& GetClusterType() const { return m_clusterType; }
69 inline bool ClusterTypeHasBeenSet() const { return m_clusterTypeHasBeenSet; }
70 template<typename ClusterTypeT = Aws::String>
71 void SetClusterType(ClusterTypeT&& value) { m_clusterTypeHasBeenSet = true; m_clusterType = std::forward<ClusterTypeT>(value); }
72 template<typename ClusterTypeT = Aws::String>
73 AwsRedshiftClusterPendingModifiedValues& WithClusterType(ClusterTypeT&& value) { SetClusterType(std::forward<ClusterTypeT>(value)); return *this;}
75
77
80 inline const Aws::String& GetClusterVersion() const { return m_clusterVersion; }
81 inline bool ClusterVersionHasBeenSet() const { return m_clusterVersionHasBeenSet; }
82 template<typename ClusterVersionT = Aws::String>
83 void SetClusterVersion(ClusterVersionT&& value) { m_clusterVersionHasBeenSet = true; m_clusterVersion = std::forward<ClusterVersionT>(value); }
84 template<typename ClusterVersionT = Aws::String>
85 AwsRedshiftClusterPendingModifiedValues& WithClusterVersion(ClusterVersionT&& value) { SetClusterVersion(std::forward<ClusterVersionT>(value)); return *this;}
87
89
92 inline const Aws::String& GetEncryptionType() const { return m_encryptionType; }
93 inline bool EncryptionTypeHasBeenSet() const { return m_encryptionTypeHasBeenSet; }
94 template<typename EncryptionTypeT = Aws::String>
95 void SetEncryptionType(EncryptionTypeT&& value) { m_encryptionTypeHasBeenSet = true; m_encryptionType = std::forward<EncryptionTypeT>(value); }
96 template<typename EncryptionTypeT = Aws::String>
97 AwsRedshiftClusterPendingModifiedValues& WithEncryptionType(EncryptionTypeT&& value) { SetEncryptionType(std::forward<EncryptionTypeT>(value)); return *this;}
99
101
105 inline bool GetEnhancedVpcRouting() const { return m_enhancedVpcRouting; }
106 inline bool EnhancedVpcRoutingHasBeenSet() const { return m_enhancedVpcRoutingHasBeenSet; }
107 inline void SetEnhancedVpcRouting(bool value) { m_enhancedVpcRoutingHasBeenSet = true; m_enhancedVpcRouting = value; }
110
112
116 inline const Aws::String& GetMaintenanceTrackName() const { return m_maintenanceTrackName; }
117 inline bool MaintenanceTrackNameHasBeenSet() const { return m_maintenanceTrackNameHasBeenSet; }
118 template<typename MaintenanceTrackNameT = Aws::String>
119 void SetMaintenanceTrackName(MaintenanceTrackNameT&& value) { m_maintenanceTrackNameHasBeenSet = true; m_maintenanceTrackName = std::forward<MaintenanceTrackNameT>(value); }
120 template<typename MaintenanceTrackNameT = Aws::String>
121 AwsRedshiftClusterPendingModifiedValues& WithMaintenanceTrackName(MaintenanceTrackNameT&& value) { SetMaintenanceTrackName(std::forward<MaintenanceTrackNameT>(value)); return *this;}
123
125
129 inline const Aws::String& GetMasterUserPassword() const { return m_masterUserPassword; }
130 inline bool MasterUserPasswordHasBeenSet() const { return m_masterUserPasswordHasBeenSet; }
131 template<typename MasterUserPasswordT = Aws::String>
132 void SetMasterUserPassword(MasterUserPasswordT&& value) { m_masterUserPasswordHasBeenSet = true; m_masterUserPassword = std::forward<MasterUserPasswordT>(value); }
133 template<typename MasterUserPasswordT = Aws::String>
134 AwsRedshiftClusterPendingModifiedValues& WithMasterUserPassword(MasterUserPasswordT&& value) { SetMasterUserPassword(std::forward<MasterUserPasswordT>(value)); return *this;}
136
138
141 inline const Aws::String& GetNodeType() const { return m_nodeType; }
142 inline bool NodeTypeHasBeenSet() const { return m_nodeTypeHasBeenSet; }
143 template<typename NodeTypeT = Aws::String>
144 void SetNodeType(NodeTypeT&& value) { m_nodeTypeHasBeenSet = true; m_nodeType = std::forward<NodeTypeT>(value); }
145 template<typename NodeTypeT = Aws::String>
146 AwsRedshiftClusterPendingModifiedValues& WithNodeType(NodeTypeT&& value) { SetNodeType(std::forward<NodeTypeT>(value)); return *this;}
148
150
153 inline int GetNumberOfNodes() const { return m_numberOfNodes; }
154 inline bool NumberOfNodesHasBeenSet() const { return m_numberOfNodesHasBeenSet; }
155 inline void SetNumberOfNodes(int value) { m_numberOfNodesHasBeenSet = true; m_numberOfNodes = value; }
158
160
164 inline bool GetPubliclyAccessible() const { return m_publiclyAccessible; }
165 inline bool PubliclyAccessibleHasBeenSet() const { return m_publiclyAccessibleHasBeenSet; }
166 inline void SetPubliclyAccessible(bool value) { m_publiclyAccessibleHasBeenSet = true; m_publiclyAccessible = value; }
169 private:
170
171 int m_automatedSnapshotRetentionPeriod{0};
172 bool m_automatedSnapshotRetentionPeriodHasBeenSet = false;
173
174 Aws::String m_clusterIdentifier;
175 bool m_clusterIdentifierHasBeenSet = false;
176
177 Aws::String m_clusterType;
178 bool m_clusterTypeHasBeenSet = false;
179
180 Aws::String m_clusterVersion;
181 bool m_clusterVersionHasBeenSet = false;
182
183 Aws::String m_encryptionType;
184 bool m_encryptionTypeHasBeenSet = false;
185
186 bool m_enhancedVpcRouting{false};
187 bool m_enhancedVpcRoutingHasBeenSet = false;
188
189 Aws::String m_maintenanceTrackName;
190 bool m_maintenanceTrackNameHasBeenSet = false;
191
192 Aws::String m_masterUserPassword;
193 bool m_masterUserPasswordHasBeenSet = false;
194
195 Aws::String m_nodeType;
196 bool m_nodeTypeHasBeenSet = false;
197
198 int m_numberOfNodes{0};
199 bool m_numberOfNodesHasBeenSet = false;
200
201 bool m_publiclyAccessible{false};
202 bool m_publiclyAccessibleHasBeenSet = false;
203 };
204
205} // namespace Model
206} // namespace SecurityHub
207} // namespace Aws
AwsRedshiftClusterPendingModifiedValues & WithEncryptionType(EncryptionTypeT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsRedshiftClusterPendingModifiedValues & WithClusterIdentifier(ClusterIdentifierT &&value)
AwsRedshiftClusterPendingModifiedValues & WithClusterType(ClusterTypeT &&value)
AwsRedshiftClusterPendingModifiedValues & WithMasterUserPassword(MasterUserPasswordT &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterPendingModifiedValues(Aws::Utils::Json::JsonView jsonValue)
AwsRedshiftClusterPendingModifiedValues & WithAutomatedSnapshotRetentionPeriod(int value)
AWS_SECURITYHUB_API AwsRedshiftClusterPendingModifiedValues & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsRedshiftClusterPendingModifiedValues & WithNodeType(NodeTypeT &&value)
AwsRedshiftClusterPendingModifiedValues & WithClusterVersion(ClusterVersionT &&value)
AwsRedshiftClusterPendingModifiedValues & WithMaintenanceTrackName(MaintenanceTrackNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue