7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
9#include <aws/qconnect/model/SystemEndpointAttributes.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename CustomerEndpo
intT = SystemEndpo
intAttributes>
62 m_customerEndpointHasBeenSet =
true;
63 m_customerEndpoint = std::forward<CustomerEndpointT>(value);
65 template <
typename CustomerEndpo
intT = SystemEndpo
intAttributes>
78 template <
typename SystemEndpo
intT = SystemEndpo
intAttributes>
80 m_systemEndpointHasBeenSet =
true;
81 m_systemEndpoint = std::forward<SystemEndpointT>(value);
83 template <
typename SystemEndpo
intT = SystemEndpo
intAttributes>
95 bool m_nameHasBeenSet =
false;
96 bool m_customerEndpointHasBeenSet =
false;
97 bool m_systemEndpointHasBeenSet =
false;
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSystemEndpoint(SystemEndpointT &&value)
bool NameHasBeenSet() const
SystemAttributes & WithSystemEndpoint(SystemEndpointT &&value)
bool SystemEndpointHasBeenSet() const
bool CustomerEndpointHasBeenSet() const
const Aws::String & GetName() const
AWS_QCONNECT_API SystemAttributes()=default
SystemAttributes & WithCustomerEndpoint(CustomerEndpointT &&value)
SystemAttributes & WithName(NameT &&value)
const SystemEndpointAttributes & GetCustomerEndpoint() const
void SetName(NameT &&value)
AWS_QCONNECT_API SystemAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API SystemAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
const SystemEndpointAttributes & GetSystemEndpoint() const
void SetCustomerEndpoint(CustomerEndpointT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue