7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/pcs/model/EndpointType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 inline void SetPrivateIpAddress(
const char* value) { m_privateIpAddressHasBeenSet =
true; m_privateIpAddress.assign(value); }
76 inline void SetPublicIpAddress(
const char* value) { m_publicIpAddressHasBeenSet =
true; m_publicIpAddress.assign(value); }
91 inline void SetPort(
const char* value) { m_portHasBeenSet =
true; m_port.assign(value); }
99 bool m_typeHasBeenSet =
false;
102 bool m_privateIpAddressHasBeenSet =
false;
105 bool m_publicIpAddressHasBeenSet =
false;
108 bool m_portHasBeenSet =
false;
Endpoint & WithPublicIpAddress(const char *value)
void SetPort(Aws::String &&value)
Endpoint & WithType(const EndpointType &value)
void SetPublicIpAddress(Aws::String &&value)
void SetType(EndpointType &&value)
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPort(const Aws::String &value)
const EndpointType & GetType() const
void SetPublicIpAddress(const char *value)
bool PortHasBeenSet() const
bool PublicIpAddressHasBeenSet() const
Endpoint & WithPort(const char *value)
Endpoint & WithPublicIpAddress(const Aws::String &value)
AWS_PCS_API Endpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPrivateIpAddress(const char *value)
void SetPort(const char *value)
const Aws::String & GetPublicIpAddress() const
AWS_PCS_API Endpoint(Aws::Utils::Json::JsonView jsonValue)
Endpoint & WithPrivateIpAddress(const Aws::String &value)
Endpoint & WithPort(Aws::String &&value)
void SetPrivateIpAddress(Aws::String &&value)
void SetPublicIpAddress(const Aws::String &value)
void SetPrivateIpAddress(const Aws::String &value)
bool TypeHasBeenSet() const
const Aws::String & GetPrivateIpAddress() const
void SetType(const EndpointType &value)
Endpoint & WithPrivateIpAddress(const char *value)
Endpoint & WithPort(const Aws::String &value)
bool PrivateIpAddressHasBeenSet() const
Endpoint & WithType(EndpointType &&value)
const Aws::String & GetPort() const
Endpoint & WithPrivateIpAddress(Aws::String &&value)
Endpoint & WithPublicIpAddress(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue