7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AddressT = Aws::String>
48 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
49 template<
typename AddressT = Aws::String>
57 inline int GetPort()
const {
return m_port; }
59 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
65 bool m_addressHasBeenSet =
false;
68 bool m_portHasBeenSet =
false;
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool AddressHasBeenSet() const
bool PortHasBeenSet() const
const Aws::String & GetAddress() const
AwsRedshiftClusterEndpoint & WithPort(int value)
AwsRedshiftClusterEndpoint & WithAddress(AddressT &&value)
void SetAddress(AddressT &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsRedshiftClusterEndpoint()=default
AWS_SECURITYHUB_API AwsRedshiftClusterEndpoint(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue