7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AddressT = Aws::String>
47 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
48 template<
typename AddressT = Aws::String>
56 inline int GetPort()
const {
return m_port; }
58 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
69 template<
typename HostedZoneIdT = Aws::String>
70 void SetHostedZoneId(HostedZoneIdT&& value) { m_hostedZoneIdHasBeenSet =
true; m_hostedZoneId = std::forward<HostedZoneIdT>(value); }
71 template<
typename HostedZoneIdT = Aws::String>
77 bool m_addressHasBeenSet =
false;
80 bool m_portHasBeenSet =
false;
83 bool m_hostedZoneIdHasBeenSet =
false;
AWS_SECURITYHUB_API AwsRdsDbInstanceEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AddressHasBeenSet() const
bool PortHasBeenSet() const
AwsRdsDbInstanceEndpoint & WithAddress(AddressT &&value)
void SetAddress(AddressT &&value)
const Aws::String & GetHostedZoneId() const
AWS_SECURITYHUB_API AwsRdsDbInstanceEndpoint(Aws::Utils::Json::JsonView jsonValue)
bool HostedZoneIdHasBeenSet() const
AwsRdsDbInstanceEndpoint & WithPort(int value)
AwsRdsDbInstanceEndpoint & WithHostedZoneId(HostedZoneIdT &&value)
AWS_SECURITYHUB_API AwsRdsDbInstanceEndpoint()=default
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetHostedZoneId(HostedZoneIdT &&value)
const Aws::String & GetAddress() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue