AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
PredictiveDialerConfig.h
1
6#pragma once
7#include <aws/connectcampaigns/ConnectCampaigns_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace ConnectCampaigns {
17namespace Model {
18
25 public:
26 AWS_CONNECTCAMPAIGNS_API PredictiveDialerConfig() = default;
27 AWS_CONNECTCAMPAIGNS_API PredictiveDialerConfig(Aws::Utils::Json::JsonView jsonValue);
28 AWS_CONNECTCAMPAIGNS_API PredictiveDialerConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
29 AWS_CONNECTCAMPAIGNS_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
33 inline double GetBandwidthAllocation() const { return m_bandwidthAllocation; }
34 inline bool BandwidthAllocationHasBeenSet() const { return m_bandwidthAllocationHasBeenSet; }
35 inline void SetBandwidthAllocation(double value) {
36 m_bandwidthAllocationHasBeenSet = true;
37 m_bandwidthAllocation = value;
38 }
41 return *this;
42 }
44
46
47 inline double GetDialingCapacity() const { return m_dialingCapacity; }
48 inline bool DialingCapacityHasBeenSet() const { return m_dialingCapacityHasBeenSet; }
49 inline void SetDialingCapacity(double value) {
50 m_dialingCapacityHasBeenSet = true;
51 m_dialingCapacity = value;
52 }
54 SetDialingCapacity(value);
55 return *this;
56 }
58 private:
59 double m_bandwidthAllocation{0.0};
60
61 double m_dialingCapacity{0.0};
62 bool m_bandwidthAllocationHasBeenSet = false;
63 bool m_dialingCapacityHasBeenSet = false;
64};
65
66} // namespace Model
67} // namespace ConnectCampaigns
68} // namespace Aws
PredictiveDialerConfig & WithDialingCapacity(double value)
AWS_CONNECTCAMPAIGNS_API PredictiveDialerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
PredictiveDialerConfig & WithBandwidthAllocation(double value)
AWS_CONNECTCAMPAIGNS_API PredictiveDialerConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTCAMPAIGNS_API PredictiveDialerConfig()=default
Aws::Utils::Json::JsonValue JsonValue