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>
69 template<
typename DisplayNameT = Aws::String>
70 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
71 template<
typename DisplayNameT = Aws::String>
77 bool m_typeHasBeenSet =
false;
80 bool m_addressHasBeenSet =
false;
83 bool m_displayNameHasBeenSet =
false;
AWS_CONNECT_API EndpointInfo(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
void SetType(EndpointType value)
AWS_CONNECT_API EndpointInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAddress(AddressT &&value)
EndpointInfo & WithDisplayName(DisplayNameT &&value)
EndpointInfo & WithAddress(AddressT &&value)
bool DisplayNameHasBeenSet() const
const Aws::String & GetDisplayName() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool AddressHasBeenSet() const
EndpointInfo & WithType(EndpointType value)
EndpointType GetType() const
const Aws::String & GetAddress() const
AWS_CONNECT_API EndpointInfo()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue