7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AddressT = Aws::String>
50 void SetAddress(
AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
51 template<
typename AddressT = Aws::String>
57 bool m_addressHasBeenSet =
false;
bool AddressHasBeenSet() const
AWS_QCONNECT_API SystemEndpointAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetAddress(AddressT &&value)
SystemEndpointAttributes & WithAddress(AddressT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAddress() const
AWS_QCONNECT_API SystemEndpointAttributes()=default
AWS_QCONNECT_API SystemEndpointAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
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