AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetTelephony(const TelephonySettings& value) { m_telephonyHasBeenSet = true; m_telephony = value; }
48 inline void SetTelephony(TelephonySettings&& value) { m_telephonyHasBeenSet = true; m_telephony = std::move(value); }
49 inline UserSettings& WithTelephony(const TelephonySettings& value) { SetTelephony(value); return *this;}
50 inline UserSettings& WithTelephony(TelephonySettings&& value) { SetTelephony(std::move(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
const TelephonySettings & GetTelephony() const
void SetTelephony(const TelephonySettings &value)
void SetTelephony(TelephonySettings &&value)
UserSettings & WithTelephony(TelephonySettings &&value)
AWS_CHIME_API UserSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
UserSettings & WithTelephony(const TelephonySettings &value)
AWS_CHIME_API UserSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue