AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AccountSettings.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
36 {
37 public:
38 AWS_CHIME_API AccountSettings();
41 AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
49 inline bool GetDisableRemoteControl() const{ return m_disableRemoteControl; }
50 inline bool DisableRemoteControlHasBeenSet() const { return m_disableRemoteControlHasBeenSet; }
51 inline void SetDisableRemoteControl(bool value) { m_disableRemoteControlHasBeenSet = true; m_disableRemoteControl = value; }
52 inline AccountSettings& WithDisableRemoteControl(bool value) { SetDisableRemoteControl(value); return *this;}
54
56
62 inline bool GetEnableDialOut() const{ return m_enableDialOut; }
63 inline bool EnableDialOutHasBeenSet() const { return m_enableDialOutHasBeenSet; }
64 inline void SetEnableDialOut(bool value) { m_enableDialOutHasBeenSet = true; m_enableDialOut = value; }
65 inline AccountSettings& WithEnableDialOut(bool value) { SetEnableDialOut(value); return *this;}
67 private:
68
69 bool m_disableRemoteControl;
70 bool m_disableRemoteControlHasBeenSet = false;
71
72 bool m_enableDialOut;
73 bool m_enableDialOutHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace Chime
78} // namespace Aws
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CHIME_API AccountSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AccountSettings & WithEnableDialOut(bool value)
AccountSettings & WithDisableRemoteControl(bool value)
AWS_CHIME_API AccountSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue