7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pcs/PCS_EXPORTS.h>
9#include <aws/pcs/model/EndpointType.h>
43 m_typeHasBeenSet =
true;
60 template <
typename PrivateIpAddressT = Aws::String>
62 m_privateIpAddressHasBeenSet =
true;
63 m_privateIpAddress = std::forward<PrivateIpAddressT>(value);
65 template <
typename PrivateIpAddressT = Aws::String>
78 template <
typename PublicIpAddressT = Aws::String>
80 m_publicIpAddressHasBeenSet =
true;
81 m_publicIpAddress = std::forward<PublicIpAddressT>(value);
83 template <
typename PublicIpAddressT = Aws::String>
96 template <
typename Ipv6AddressT = Aws::String>
98 m_ipv6AddressHasBeenSet =
true;
99 m_ipv6Address = std::forward<Ipv6AddressT>(value);
101 template <
typename Ipv6AddressT = Aws::String>
115 template <
typename PortT = Aws::String>
117 m_portHasBeenSet =
true;
118 m_port = std::forward<PortT>(value);
120 template <
typename PortT = Aws::String>
122 SetPort(std::forward<PortT>(value));
136 bool m_typeHasBeenSet =
false;
137 bool m_privateIpAddressHasBeenSet =
false;
138 bool m_publicIpAddressHasBeenSet =
false;
139 bool m_ipv6AddressHasBeenSet =
false;
140 bool m_portHasBeenSet =
false;
Endpoint & WithPrivateIpAddress(PrivateIpAddressT &&value)
AWS_PCS_API Endpoint()=default
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
Endpoint & WithPublicIpAddress(PublicIpAddressT &&value)
bool PortHasBeenSet() const
bool Ipv6AddressHasBeenSet() const
bool PublicIpAddressHasBeenSet() const
AWS_PCS_API Endpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPublicIpAddress() const
AWS_PCS_API Endpoint(Aws::Utils::Json::JsonView jsonValue)
void SetPublicIpAddress(PublicIpAddressT &&value)
const Aws::String & GetIpv6Address() const
Endpoint & WithIpv6Address(Ipv6AddressT &&value)
EndpointType GetType() const
bool TypeHasBeenSet() const
void SetIpv6Address(Ipv6AddressT &&value)
void SetType(EndpointType value)
const Aws::String & GetPrivateIpAddress() const
bool PrivateIpAddressHasBeenSet() const
Endpoint & WithType(EndpointType value)
void SetPort(PortT &&value)
Endpoint & WithPort(PortT &&value)
const Aws::String & GetPort() const
void SetPrivateIpAddress(PrivateIpAddressT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue