7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qconnect/model/SystemEndpointAttributes.h>
48 template<
typename NameT = Aws::String>
49 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename CustomerEndpo
intT = SystemEndpo
intAttributes>
62 template<
typename CustomerEndpo
intT = SystemEndpo
intAttributes>
72 template<
typename SystemEndpo
intT = SystemEndpo
intAttributes>
74 template<
typename SystemEndpo
intT = SystemEndpo
intAttributes>
80 bool m_nameHasBeenSet =
false;
83 bool m_customerEndpointHasBeenSet =
false;
86 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