AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EmergencyCallingConfiguration.h
1
6#pragma once
7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/chime/model/DNISEmergencyCallingConfiguration.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Chime
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::Vector<DNISEmergencyCallingConfiguration>& GetDNIS() const{ return m_dNIS; }
48 inline bool DNISHasBeenSet() const { return m_dNISHasBeenSet; }
49 inline void SetDNIS(const Aws::Vector<DNISEmergencyCallingConfiguration>& value) { m_dNISHasBeenSet = true; m_dNIS = value; }
50 inline void SetDNIS(Aws::Vector<DNISEmergencyCallingConfiguration>&& value) { m_dNISHasBeenSet = true; m_dNIS = std::move(value); }
53 inline EmergencyCallingConfiguration& AddDNIS(const DNISEmergencyCallingConfiguration& value) { m_dNISHasBeenSet = true; m_dNIS.push_back(value); return *this; }
54 inline EmergencyCallingConfiguration& AddDNIS(DNISEmergencyCallingConfiguration&& value) { m_dNISHasBeenSet = true; m_dNIS.push_back(std::move(value)); return *this; }
56 private:
57
59 bool m_dNISHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace Chime
64} // namespace Aws
EmergencyCallingConfiguration & AddDNIS(const DNISEmergencyCallingConfiguration &value)
EmergencyCallingConfiguration & WithDNIS(Aws::Vector< DNISEmergencyCallingConfiguration > &&value)
EmergencyCallingConfiguration & WithDNIS(const Aws::Vector< DNISEmergencyCallingConfiguration > &value)
AWS_CHIME_API EmergencyCallingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDNIS(const Aws::Vector< DNISEmergencyCallingConfiguration > &value)
AWS_CHIME_API EmergencyCallingConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetDNIS(Aws::Vector< DNISEmergencyCallingConfiguration > &&value)
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< DNISEmergencyCallingConfiguration > & GetDNIS() const
EmergencyCallingConfiguration & AddDNIS(DNISEmergencyCallingConfiguration &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue