7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetNodeRole(
const char* value) { m_nodeRoleHasBeenSet =
true; m_nodeRole.assign(value); }
62 inline void SetPrivateIpAddress(
const char* value) { m_privateIpAddressHasBeenSet =
true; m_privateIpAddress.assign(value); }
76 inline void SetPublicIpAddress(
const char* value) { m_publicIpAddressHasBeenSet =
true; m_publicIpAddress.assign(value); }
84 bool m_nodeRoleHasBeenSet =
false;
87 bool m_privateIpAddressHasBeenSet =
false;
90 bool m_publicIpAddressHasBeenSet =
false;
void SetPublicIpAddress(Aws::String &&value)
const Aws::String & GetPublicIpAddress() const
void SetPrivateIpAddress(const Aws::String &value)
void SetNodeRole(const Aws::String &value)
AWS_SECURITYHUB_API AwsRedshiftClusterClusterNode(Aws::Utils::Json::JsonView jsonValue)
AwsRedshiftClusterClusterNode & WithPublicIpAddress(Aws::String &&value)
void SetPublicIpAddress(const char *value)
void SetNodeRole(const char *value)
AwsRedshiftClusterClusterNode & WithNodeRole(const Aws::String &value)
void SetPublicIpAddress(const Aws::String &value)
AWS_SECURITYHUB_API AwsRedshiftClusterClusterNode()
void SetNodeRole(Aws::String &&value)
AwsRedshiftClusterClusterNode & WithPublicIpAddress(const Aws::String &value)
AwsRedshiftClusterClusterNode & WithPrivateIpAddress(const Aws::String &value)
AwsRedshiftClusterClusterNode & WithPrivateIpAddress(const char *value)
bool PublicIpAddressHasBeenSet() const
AwsRedshiftClusterClusterNode & WithNodeRole(const char *value)
bool NodeRoleHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNodeRole() const
bool PrivateIpAddressHasBeenSet() const
const Aws::String & GetPrivateIpAddress() const
AWS_SECURITYHUB_API AwsRedshiftClusterClusterNode & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsRedshiftClusterClusterNode & WithNodeRole(Aws::String &&value)
AwsRedshiftClusterClusterNode & WithPublicIpAddress(const char *value)
void SetPrivateIpAddress(const char *value)
void SetPrivateIpAddress(Aws::String &&value)
AwsRedshiftClusterClusterNode & WithPrivateIpAddress(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue