7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
45 template <
typename MasterUserPasswordT = Aws::String>
47 m_masterUserPasswordHasBeenSet =
true;
48 m_masterUserPassword = std::forward<MasterUserPasswordT>(value);
50 template <
typename MasterUserPasswordT = Aws::String>
63 template <
typename NodeTypeT = Aws::String>
65 m_nodeTypeHasBeenSet =
true;
66 m_nodeType = std::forward<NodeTypeT>(value);
68 template <
typename NodeTypeT = Aws::String>
82 m_numberOfNodesHasBeenSet =
true;
83 m_numberOfNodes = value;
97 template <
typename ClusterTypeT = Aws::String>
99 m_clusterTypeHasBeenSet =
true;
100 m_clusterType = std::forward<ClusterTypeT>(value);
102 template <
typename ClusterTypeT = Aws::String>
115 template <
typename ClusterVersionT = Aws::String>
117 m_clusterVersionHasBeenSet =
true;
118 m_clusterVersion = std::forward<ClusterVersionT>(value);
120 template <
typename ClusterVersionT = Aws::String>
135 m_automatedSnapshotRetentionPeriodHasBeenSet =
true;
136 m_automatedSnapshotRetentionPeriod = value;
150 template <
typename ClusterIdentifierT = Aws::String>
152 m_clusterIdentifierHasBeenSet =
true;
153 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
155 template <
typename ClusterIdentifierT = Aws::String>
170 m_publiclyAccessibleHasBeenSet =
true;
171 m_publiclyAccessible = value;
192 m_enhancedVpcRoutingHasBeenSet =
true;
193 m_enhancedVpcRouting = value;
208 template <
typename Ma
intenanceTrackNameT = Aws::String>
210 m_maintenanceTrackNameHasBeenSet =
true;
211 m_maintenanceTrackName = std::forward<MaintenanceTrackNameT>(value);
213 template <
typename Ma
intenanceTrackNameT = Aws::String>
226 template <
typename EncryptionTypeT = Aws::String>
228 m_encryptionTypeHasBeenSet =
true;
229 m_encryptionType = std::forward<EncryptionTypeT>(value);
231 template <
typename EncryptionTypeT = Aws::String>
242 int m_numberOfNodes{0};
248 int m_automatedSnapshotRetentionPeriod{0};
252 bool m_publiclyAccessible{
false};
254 bool m_enhancedVpcRouting{
false};
259 bool m_masterUserPasswordHasBeenSet =
false;
260 bool m_nodeTypeHasBeenSet =
false;
261 bool m_numberOfNodesHasBeenSet =
false;
262 bool m_clusterTypeHasBeenSet =
false;
263 bool m_clusterVersionHasBeenSet =
false;
264 bool m_automatedSnapshotRetentionPeriodHasBeenSet =
false;
265 bool m_clusterIdentifierHasBeenSet =
false;
266 bool m_publiclyAccessibleHasBeenSet =
false;
267 bool m_enhancedVpcRoutingHasBeenSet =
false;
268 bool m_maintenanceTrackNameHasBeenSet =
false;
269 bool m_encryptionTypeHasBeenSet =
false;
bool MaintenanceTrackNameHasBeenSet() const
AWS_REDSHIFT_API PendingModifiedValues & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool AutomatedSnapshotRetentionPeriodHasBeenSet() const
AWS_REDSHIFT_API PendingModifiedValues()=default
AWS_REDSHIFT_API PendingModifiedValues(const Aws::Utils::Xml::XmlNode &xmlNode)
bool EnhancedVpcRoutingHasBeenSet() const
bool ClusterIdentifierHasBeenSet() const
void SetClusterVersion(ClusterVersionT &&value)
bool GetEnhancedVpcRouting() const
void SetNumberOfNodes(int value)
bool ClusterVersionHasBeenSet() const
PendingModifiedValues & WithClusterVersion(ClusterVersionT &&value)
bool NodeTypeHasBeenSet() const
const Aws::String & GetEncryptionType() const
void SetMasterUserPassword(MasterUserPasswordT &&value)
const Aws::String & GetNodeType() const
const Aws::String & GetClusterIdentifier() const
PendingModifiedValues & WithClusterType(ClusterTypeT &&value)
int GetAutomatedSnapshotRetentionPeriod() const
int GetNumberOfNodes() const
void SetNodeType(NodeTypeT &&value)
PendingModifiedValues & WithEncryptionType(EncryptionTypeT &&value)
PendingModifiedValues & WithEnhancedVpcRouting(bool value)
void SetClusterType(ClusterTypeT &&value)
const Aws::String & GetClusterVersion() const
PendingModifiedValues & WithMasterUserPassword(MasterUserPasswordT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetEncryptionType(EncryptionTypeT &&value)
PendingModifiedValues & WithAutomatedSnapshotRetentionPeriod(int value)
bool EncryptionTypeHasBeenSet() const
bool PubliclyAccessibleHasBeenSet() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetClusterType() const
PendingModifiedValues & WithMaintenanceTrackName(MaintenanceTrackNameT &&value)
bool GetPubliclyAccessible() const
PendingModifiedValues & WithPubliclyAccessible(bool value)
PendingModifiedValues & WithNumberOfNodes(int value)
void SetClusterIdentifier(ClusterIdentifierT &&value)
void SetPubliclyAccessible(bool value)
const Aws::String & GetMasterUserPassword() const
bool ClusterTypeHasBeenSet() const
PendingModifiedValues & WithNodeType(NodeTypeT &&value)
void SetMaintenanceTrackName(MaintenanceTrackNameT &&value)
void SetEnhancedVpcRouting(bool value)
const Aws::String & GetMaintenanceTrackName() const
bool MasterUserPasswordHasBeenSet() const
PendingModifiedValues & WithClusterIdentifier(ClusterIdentifierT &&value)
void SetAutomatedSnapshotRetentionPeriod(int value)
bool NumberOfNodesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream