AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Logs.h
1
6#pragma once
7#include <aws/mq/MQ_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MQ
20{
21namespace Model
22{
23
30 class Logs
31 {
32 public:
33 AWS_MQ_API Logs();
34 AWS_MQ_API Logs(Aws::Utils::Json::JsonView jsonValue);
37
38
40
44 inline bool GetAudit() const{ return m_audit; }
45 inline bool AuditHasBeenSet() const { return m_auditHasBeenSet; }
46 inline void SetAudit(bool value) { m_auditHasBeenSet = true; m_audit = value; }
47 inline Logs& WithAudit(bool value) { SetAudit(value); return *this;}
49
51
54 inline bool GetGeneral() const{ return m_general; }
55 inline bool GeneralHasBeenSet() const { return m_generalHasBeenSet; }
56 inline void SetGeneral(bool value) { m_generalHasBeenSet = true; m_general = value; }
57 inline Logs& WithGeneral(bool value) { SetGeneral(value); return *this;}
59 private:
60
61 bool m_audit;
62 bool m_auditHasBeenSet = false;
63
64 bool m_general;
65 bool m_generalHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace MQ
70} // namespace Aws
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
Logs & WithAudit(bool value)
Definition Logs.h:47
bool GeneralHasBeenSet() const
Definition Logs.h:55
Logs & WithGeneral(bool value)
Definition Logs.h:57
void SetAudit(bool value)
Definition Logs.h:46
AWS_MQ_API Logs & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGeneral(bool value)
Definition Logs.h:56
AWS_MQ_API Logs(Aws::Utils::Json::JsonView jsonValue)
bool AuditHasBeenSet() const
Definition Logs.h:45
bool GetGeneral() const
Definition Logs.h:54
bool GetAudit() const
Definition Logs.h:44
Aws::Utils::Json::JsonValue JsonValue