7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
41 template <
typename AddressT = Aws::String>
43 m_addressHasBeenSet =
true;
44 m_address = std::forward<AddressT>(value);
46 template <
typename AddressT = Aws::String>
57 inline int GetPort()
const {
return m_port; }
60 m_portHasBeenSet =
true;
72 bool m_addressHasBeenSet =
false;
73 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