7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EndpointType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 m_typeHasBeenSet =
true;
57 template <
typename AddressT = Aws::String>
59 m_addressHasBeenSet =
true;
60 m_address = std::forward<AddressT>(value);
62 template <
typename AddressT = Aws::String>
72 bool m_typeHasBeenSet =
false;
73 bool m_addressHasBeenSet =
false;
void SetAddress(AddressT &&value)
AWS_CONNECT_API Endpoint()=default
EndpointType GetType() const
Endpoint & WithAddress(AddressT &&value)
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)
bool TypeHasBeenSet() const
AWS_CONNECT_API Endpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AddressHasBeenSet() const
Endpoint & WithType(EndpointType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue