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>
75 template <
typename DisplayNameT = Aws::String>
77 m_displayNameHasBeenSet =
true;
78 m_displayName = std::forward<DisplayNameT>(value);
80 template <
typename DisplayNameT = Aws::String>
92 bool m_typeHasBeenSet =
false;
93 bool m_addressHasBeenSet =
false;
94 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