7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
40 template <
typename NodeRoleT = Aws::String>
42 m_nodeRoleHasBeenSet =
true;
43 m_nodeRole = std::forward<NodeRoleT>(value);
45 template <
typename NodeRoleT = Aws::String>
58 template <
typename PrivateIpAddressT = Aws::String>
60 m_privateIpAddressHasBeenSet =
true;
61 m_privateIpAddress = std::forward<PrivateIpAddressT>(value);
63 template <
typename PrivateIpAddressT = Aws::String>
76 template <
typename PublicIpAddressT = Aws::String>
78 m_publicIpAddressHasBeenSet =
true;
79 m_publicIpAddress = std::forward<PublicIpAddressT>(value);
81 template <
typename PublicIpAddressT = Aws::String>
93 bool m_nodeRoleHasBeenSet =
false;
94 bool m_privateIpAddressHasBeenSet =
false;
95 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