7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
60 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
74 inline void SetClusterType(
const char* value) { m_clusterTypeHasBeenSet =
true; m_clusterType.assign(value); }
88 inline void SetClusterVersion(
const char* value) { m_clusterVersionHasBeenSet =
true; m_clusterVersion.assign(value); }
102 inline void SetEncryptionType(
const char* value) { m_encryptionTypeHasBeenSet =
true; m_encryptionType.assign(value); }
115 inline void SetEnhancedVpcRouting(
bool value) { m_enhancedVpcRoutingHasBeenSet =
true; m_enhancedVpcRouting = value; }
128 inline void SetMaintenanceTrackName(
const char* value) { m_maintenanceTrackNameHasBeenSet =
true; m_maintenanceTrackName.assign(value); }
143 inline void SetMasterUserPassword(
const char* value) { m_masterUserPasswordHasBeenSet =
true; m_masterUserPassword.assign(value); }
157 inline void SetNodeType(
const char* value) { m_nodeTypeHasBeenSet =
true; m_nodeType.assign(value); }
169 inline void SetNumberOfNodes(
int value) { m_numberOfNodesHasBeenSet =
true; m_numberOfNodes = value; }
180 inline void SetPubliclyAccessible(
bool value) { m_publiclyAccessibleHasBeenSet =
true; m_publiclyAccessible = value; }
185 int m_automatedSnapshotRetentionPeriod;
186 bool m_automatedSnapshotRetentionPeriodHasBeenSet =
false;
189 bool m_clusterIdentifierHasBeenSet =
false;
192 bool m_clusterTypeHasBeenSet =
false;
195 bool m_clusterVersionHasBeenSet =
false;
198 bool m_encryptionTypeHasBeenSet =
false;
200 bool m_enhancedVpcRouting;
201 bool m_enhancedVpcRoutingHasBeenSet =
false;
204 bool m_maintenanceTrackNameHasBeenSet =
false;
207 bool m_masterUserPasswordHasBeenSet =
false;
210 bool m_nodeTypeHasBeenSet =
false;
213 bool m_numberOfNodesHasBeenSet =
false;
215 bool m_publiclyAccessible;
216 bool m_publiclyAccessibleHasBeenSet =
false;
void SetNodeType(const char *value)
void SetPubliclyAccessible(bool value)
bool EncryptionTypeHasBeenSet() const
AwsRedshiftClusterPendingModifiedValues & WithNodeType(Aws::String &&value)
const Aws::String & GetClusterType() const
AwsRedshiftClusterPendingModifiedValues & WithMaintenanceTrackName(Aws::String &&value)
bool EnhancedVpcRoutingHasBeenSet() const
void SetAutomatedSnapshotRetentionPeriod(int value)
void SetMaintenanceTrackName(const char *value)
void SetClusterIdentifier(const char *value)
AwsRedshiftClusterPendingModifiedValues & WithMaintenanceTrackName(const Aws::String &value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsRedshiftClusterPendingModifiedValues & WithPubliclyAccessible(bool value)
void SetClusterType(Aws::String &&value)
void SetEncryptionType(Aws::String &&value)
AwsRedshiftClusterPendingModifiedValues & WithEncryptionType(const char *value)
void SetNodeType(Aws::String &&value)
int GetNumberOfNodes() const
AWS_SECURITYHUB_API AwsRedshiftClusterPendingModifiedValues(Aws::Utils::Json::JsonView jsonValue)
void SetMasterUserPassword(const Aws::String &value)
void SetClusterIdentifier(Aws::String &&value)
const Aws::String & GetClusterVersion() const
AwsRedshiftClusterPendingModifiedValues & WithClusterIdentifier(Aws::String &&value)
AwsRedshiftClusterPendingModifiedValues & WithAutomatedSnapshotRetentionPeriod(int value)
bool NumberOfNodesHasBeenSet() const
bool PubliclyAccessibleHasBeenSet() const
void SetClusterVersion(const char *value)
AwsRedshiftClusterPendingModifiedValues & WithClusterIdentifier(const char *value)
bool AutomatedSnapshotRetentionPeriodHasBeenSet() const
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)
bool ClusterIdentifierHasBeenSet() const
AwsRedshiftClusterPendingModifiedValues & WithMaintenanceTrackName(const char *value)
void SetNodeType(const Aws::String &value)
void SetMaintenanceTrackName(Aws::String &&value)
AwsRedshiftClusterPendingModifiedValues & WithEnhancedVpcRouting(bool value)
AwsRedshiftClusterPendingModifiedValues & WithNumberOfNodes(int value)
void SetEncryptionType(const Aws::String &value)
AwsRedshiftClusterPendingModifiedValues & WithNodeType(const Aws::String &value)
AwsRedshiftClusterPendingModifiedValues & WithMasterUserPassword(const Aws::String &value)
bool ClusterVersionHasBeenSet() const
bool ClusterTypeHasBeenSet() const
AwsRedshiftClusterPendingModifiedValues & WithClusterVersion(const Aws::String &value)
const Aws::String & GetMasterUserPassword() const
AwsRedshiftClusterPendingModifiedValues & WithMasterUserPassword(const char *value)
int GetAutomatedSnapshotRetentionPeriod() const
AwsRedshiftClusterPendingModifiedValues & WithMasterUserPassword(Aws::String &&value)
void SetClusterIdentifier(const Aws::String &value)
AwsRedshiftClusterPendingModifiedValues & WithEncryptionType(Aws::String &&value)
AwsRedshiftClusterPendingModifiedValues & WithNodeType(const char *value)
void SetEnhancedVpcRouting(bool value)
AwsRedshiftClusterPendingModifiedValues & WithClusterVersion(const char *value)
void SetMasterUserPassword(const char *value)
void SetClusterVersion(Aws::String &&value)
void SetMaintenanceTrackName(const Aws::String &value)
AWS_SECURITYHUB_API AwsRedshiftClusterPendingModifiedValues()
void SetEncryptionType(const char *value)
const Aws::String & GetEncryptionType() const
const Aws::String & GetClusterIdentifier() const
bool GetPubliclyAccessible() const
bool NodeTypeHasBeenSet() const
bool MasterUserPasswordHasBeenSet() const
void SetClusterType(const char *value)
void SetClusterType(const Aws::String &value)
void SetNumberOfNodes(int value)
AwsRedshiftClusterPendingModifiedValues & WithClusterVersion(Aws::String &&value)
AwsRedshiftClusterPendingModifiedValues & WithEncryptionType(const Aws::String &value)
const Aws::String & GetMaintenanceTrackName() const
const Aws::String & GetNodeType() const
bool MaintenanceTrackNameHasBeenSet() const
void SetMasterUserPassword(Aws::String &&value)
bool GetEnhancedVpcRouting() const
AwsRedshiftClusterPendingModifiedValues & WithClusterIdentifier(const Aws::String &value)
void SetClusterVersion(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue