7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NodeRoleT = Aws::String>
47 void SetNodeRole(NodeRoleT&& value) { m_nodeRoleHasBeenSet =
true; m_nodeRole = std::forward<NodeRoleT>(value); }
48 template<
typename NodeRoleT = Aws::String>
58 template<
typename PrivateIpAddressT = Aws::String>
59 void SetPrivateIpAddress(PrivateIpAddressT&& value) { m_privateIpAddressHasBeenSet =
true; m_privateIpAddress = std::forward<PrivateIpAddressT>(value); }
60 template<
typename PrivateIpAddressT = Aws::String>
70 template<
typename PublicIpAddressT = Aws::String>
71 void SetPublicIpAddress(PublicIpAddressT&& value) { m_publicIpAddressHasBeenSet =
true; m_publicIpAddress = std::forward<PublicIpAddressT>(value); }
72 template<
typename PublicIpAddressT = Aws::String>
78 bool m_nodeRoleHasBeenSet =
false;
81 bool m_privateIpAddressHasBeenSet =
false;
84 bool m_publicIpAddressHasBeenSet =
false;
void SetPublicIpAddress(PublicIpAddressT &&value)
const Aws::String & GetPublicIpAddress() const
void SetPrivateIpAddress(PrivateIpAddressT &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterClusterNode(Aws::Utils::Json::JsonView jsonValue)
AwsRedshiftClusterClusterNode & WithNodeRole(NodeRoleT &&value)
bool PublicIpAddressHasBeenSet() const
AWS_SECURITYHUB_API AwsRedshiftClusterClusterNode()=default
bool NodeRoleHasBeenSet() const
AwsRedshiftClusterClusterNode & WithPublicIpAddress(PublicIpAddressT &&value)
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 & WithPrivateIpAddress(PrivateIpAddressT &&value)
void SetNodeRole(NodeRoleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue