7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EndpointType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetAddress(
const char* value) { m_addressHasBeenSet =
true; m_address.assign(value); }
69 bool m_typeHasBeenSet =
false;
72 bool m_addressHasBeenSet =
false;
Endpoint & WithType(const EndpointType &value)
void SetAddress(const char *value)
void SetAddress(const Aws::String &value)
void SetType(const EndpointType &value)
Endpoint & WithType(EndpointType &&value)
Endpoint & WithAddress(Aws::String &&value)
const EndpointType & GetType() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAddress() const
void SetType(EndpointType &&value)
AWS_CONNECT_API Endpoint(Aws::Utils::Json::JsonView jsonValue)
Endpoint & WithAddress(const Aws::String &value)
AWS_CONNECT_API Endpoint()
bool TypeHasBeenSet() const
Endpoint & WithAddress(const char *value)
AWS_CONNECT_API Endpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AddressHasBeenSet() const
void SetAddress(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue