7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EndpointType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename AddressT = Aws::String>
58 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
59 template<
typename AddressT = Aws::String>
65 bool m_typeHasBeenSet =
false;
68 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