AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace ManagedBlockchain
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_MANAGEDBLOCKCHAIN_API MemberFabricLogPublishingConfiguration();
39 AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
48 inline const LogConfigurations& GetCaLogs() const{ return m_caLogs; }
49 inline bool CaLogsHasBeenSet() const { return m_caLogsHasBeenSet; }
50 inline void SetCaLogs(const LogConfigurations& value) { m_caLogsHasBeenSet = true; m_caLogs = value; }
51 inline void SetCaLogs(LogConfigurations&& value) { m_caLogsHasBeenSet = true; m_caLogs = std::move(value); }
53 inline MemberFabricLogPublishingConfiguration& WithCaLogs(LogConfigurations&& value) { SetCaLogs(std::move(value)); return *this;}
55 private:
56
57 LogConfigurations m_caLogs;
58 bool m_caLogsHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace ManagedBlockchain
63} // 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)
MemberFabricLogPublishingConfiguration & WithCaLogs(const LogConfigurations &value)
MemberFabricLogPublishingConfiguration & WithCaLogs(LogConfigurations &&value)
Aws::Utils::Json::JsonValue JsonValue