AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PendingLogs.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
31 {
32 public:
33 AWS_MQ_API PendingLogs();
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 PendingLogs& 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 PendingLogs& 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
PendingLogs & WithAudit(bool value)
Definition PendingLogs.h:47
AWS_MQ_API PendingLogs(Aws::Utils::Json::JsonView jsonValue)
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGeneral(bool value)
Definition PendingLogs.h:56
void SetAudit(bool value)
Definition PendingLogs.h:46
PendingLogs & WithGeneral(bool value)
Definition PendingLogs.h:57
AWS_MQ_API PendingLogs & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue