AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LoggingConfiguration.h
1
6#pragma once
7#include <aws/chime/Chime_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 Chime
20{
21namespace Model
22{
23
32 {
33 public:
34 AWS_CHIME_API LoggingConfiguration();
37 AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline bool GetEnableSIPLogs() const{ return m_enableSIPLogs; }
45 inline bool EnableSIPLogsHasBeenSet() const { return m_enableSIPLogsHasBeenSet; }
46 inline void SetEnableSIPLogs(bool value) { m_enableSIPLogsHasBeenSet = true; m_enableSIPLogs = value; }
47 inline LoggingConfiguration& WithEnableSIPLogs(bool value) { SetEnableSIPLogs(value); return *this;}
49
51
55 inline bool GetEnableMediaMetricLogs() const{ return m_enableMediaMetricLogs; }
56 inline bool EnableMediaMetricLogsHasBeenSet() const { return m_enableMediaMetricLogsHasBeenSet; }
57 inline void SetEnableMediaMetricLogs(bool value) { m_enableMediaMetricLogsHasBeenSet = true; m_enableMediaMetricLogs = value; }
58 inline LoggingConfiguration& WithEnableMediaMetricLogs(bool value) { SetEnableMediaMetricLogs(value); return *this;}
60 private:
61
62 bool m_enableSIPLogs;
63 bool m_enableSIPLogsHasBeenSet = false;
64
65 bool m_enableMediaMetricLogs;
66 bool m_enableMediaMetricLogsHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace Chime
71} // namespace Aws
AWS_CHIME_API LoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CHIME_API LoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
LoggingConfiguration & WithEnableSIPLogs(bool value)
LoggingConfiguration & WithEnableMediaMetricLogs(bool value)
Aws::Utils::Json::JsonValue JsonValue