AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
SystemEndpointAttributes.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QConnect {
20namespace Model {
21
29 public:
30 AWS_QCONNECT_API SystemEndpointAttributes() = default;
33 AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
41 inline const Aws::String& GetAddress() const { return m_address; }
42 inline bool AddressHasBeenSet() const { return m_addressHasBeenSet; }
43 template <typename AddressT = Aws::String>
44 void SetAddress(AddressT&& value) {
45 m_addressHasBeenSet = true;
46 m_address = std::forward<AddressT>(value);
47 }
48 template <typename AddressT = Aws::String>
50 SetAddress(std::forward<AddressT>(value));
51 return *this;
52 }
54 private:
55 Aws::String m_address;
56 bool m_addressHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace QConnect
61} // namespace Aws
AWS_QCONNECT_API SystemEndpointAttributes(Aws::Utils::Json::JsonView jsonValue)
SystemEndpointAttributes & WithAddress(AddressT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() 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