AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
UserSettings.h
1
6#pragma once
7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/TelephonySettings.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 Chime
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_CHIME_API UserSettings() = default;
36 AWS_CHIME_API UserSettings(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const TelephonySettings& GetTelephony() const { return m_telephony; }
46 inline bool TelephonyHasBeenSet() const { return m_telephonyHasBeenSet; }
47 template<typename TelephonyT = TelephonySettings>
48 void SetTelephony(TelephonyT&& value) { m_telephonyHasBeenSet = true; m_telephony = std::forward<TelephonyT>(value); }
49 template<typename TelephonyT = TelephonySettings>
50 UserSettings& WithTelephony(TelephonyT&& value) { SetTelephony(std::forward<TelephonyT>(value)); return *this;}
52 private:
53
54 TelephonySettings m_telephony;
55 bool m_telephonyHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace Chime
60} // namespace Aws
void SetTelephony(TelephonyT &&value)
const TelephonySettings & GetTelephony() const
AWS_CHIME_API UserSettings()=default
AWS_CHIME_API UserSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
UserSettings & WithTelephony(TelephonyT &&value)
AWS_CHIME_API UserSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue