AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
MemberFabricLogPublishingConfiguration.h
1
6#pragma once
7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/managedblockchain/model/LogConfigurations.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ManagedBlockchain {
20namespace Model {
21
30 public:
31 AWS_MANAGEDBLOCKCHAIN_API MemberFabricLogPublishingConfiguration() = default;
34 AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
42 inline const LogConfigurations& GetCaLogs() const { return m_caLogs; }
43 inline bool CaLogsHasBeenSet() const { return m_caLogsHasBeenSet; }
44 template <typename CaLogsT = LogConfigurations>
45 void SetCaLogs(CaLogsT&& value) {
46 m_caLogsHasBeenSet = true;
47 m_caLogs = std::forward<CaLogsT>(value);
48 }
49 template <typename CaLogsT = LogConfigurations>
51 SetCaLogs(std::forward<CaLogsT>(value));
52 return *this;
53 }
55 private:
56 LogConfigurations m_caLogs;
57 bool m_caLogsHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace ManagedBlockchain
62} // namespace Aws
AWS_MANAGEDBLOCKCHAIN_API MemberFabricLogPublishingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MANAGEDBLOCKCHAIN_API MemberFabricLogPublishingConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDBLOCKCHAIN_API MemberFabricLogPublishingConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue