AWS SDK for C++

AWS SDK for C++ Version 1.11.747

Loading...
Searching...
No Matches
InstanceCommunicationLimitsConfig.h
1
6#pragma once
7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/connectcampaignsv2/model/CommunicationLimits.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ConnectCampaignsV2 {
20namespace Model {
21
28 public:
29 AWS_CONNECTCAMPAIGNSV2_API InstanceCommunicationLimitsConfig() = default;
32 AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
36 inline const CommunicationLimits& GetAllChannelSubtypes() const { return m_allChannelSubtypes; }
37 inline bool AllChannelSubtypesHasBeenSet() const { return m_allChannelSubtypesHasBeenSet; }
38 template <typename AllChannelSubtypesT = CommunicationLimits>
39 void SetAllChannelSubtypes(AllChannelSubtypesT&& value) {
40 m_allChannelSubtypesHasBeenSet = true;
41 m_allChannelSubtypes = std::forward<AllChannelSubtypesT>(value);
42 }
43 template <typename AllChannelSubtypesT = CommunicationLimits>
45 SetAllChannelSubtypes(std::forward<AllChannelSubtypesT>(value));
46 return *this;
47 }
49 private:
50 CommunicationLimits m_allChannelSubtypes;
51 bool m_allChannelSubtypesHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace ConnectCampaignsV2
56} // namespace Aws
InstanceCommunicationLimitsConfig & WithAllChannelSubtypes(AllChannelSubtypesT &&value)
AWS_CONNECTCAMPAIGNSV2_API InstanceCommunicationLimitsConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNSV2_API InstanceCommunicationLimitsConfig()=default
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTCAMPAIGNSV2_API InstanceCommunicationLimitsConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue