AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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#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 ConnectCampaignsV2
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_CONNECTCAMPAIGNSV2_API InstanceCommunicationLimitsConfig() = default;
37 AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
42 inline const CommunicationLimits& GetAllChannelSubtypes() const { return m_allChannelSubtypes; }
43 inline bool AllChannelSubtypesHasBeenSet() const { return m_allChannelSubtypesHasBeenSet; }
44 template<typename AllChannelSubtypesT = CommunicationLimits>
45 void SetAllChannelSubtypes(AllChannelSubtypesT&& value) { m_allChannelSubtypesHasBeenSet = true; m_allChannelSubtypes = std::forward<AllChannelSubtypesT>(value); }
46 template<typename AllChannelSubtypesT = CommunicationLimits>
47 InstanceCommunicationLimitsConfig& WithAllChannelSubtypes(AllChannelSubtypesT&& value) { SetAllChannelSubtypes(std::forward<AllChannelSubtypesT>(value)); return *this;}
49 private:
50
51 CommunicationLimits m_allChannelSubtypes;
52 bool m_allChannelSubtypesHasBeenSet = false;
53 };
54
55} // namespace Model
56} // namespace ConnectCampaignsV2
57} // 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