AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ProgressiveDialerConfig.h
1
6#pragma once
7#include <aws/connectcampaigns/ConnectCampaigns_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ConnectCampaigns
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_CONNECTCAMPAIGNS_API ProgressiveDialerConfig();
33 AWS_CONNECTCAMPAIGNS_API ProgressiveDialerConfig(Aws::Utils::Json::JsonView jsonValue);
34 AWS_CONNECTCAMPAIGNS_API ProgressiveDialerConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_CONNECTCAMPAIGNS_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
40 inline double GetBandwidthAllocation() const{ return m_bandwidthAllocation; }
41 inline bool BandwidthAllocationHasBeenSet() const { return m_bandwidthAllocationHasBeenSet; }
42 inline void SetBandwidthAllocation(double value) { m_bandwidthAllocationHasBeenSet = true; m_bandwidthAllocation = value; }
43 inline ProgressiveDialerConfig& WithBandwidthAllocation(double value) { SetBandwidthAllocation(value); return *this;}
45
47
48 inline double GetDialingCapacity() const{ return m_dialingCapacity; }
49 inline bool DialingCapacityHasBeenSet() const { return m_dialingCapacityHasBeenSet; }
50 inline void SetDialingCapacity(double value) { m_dialingCapacityHasBeenSet = true; m_dialingCapacity = value; }
51 inline ProgressiveDialerConfig& WithDialingCapacity(double value) { SetDialingCapacity(value); return *this;}
53 private:
54
55 double m_bandwidthAllocation;
56 bool m_bandwidthAllocationHasBeenSet = false;
57
58 double m_dialingCapacity;
59 bool m_dialingCapacityHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace ConnectCampaigns
64} // namespace Aws
AWS_CONNECTCAMPAIGNS_API Aws::Utils::Json::JsonValue Jsonize() const
ProgressiveDialerConfig & WithDialingCapacity(double value)
AWS_CONNECTCAMPAIGNS_API ProgressiveDialerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ProgressiveDialerConfig & WithBandwidthAllocation(double value)
AWS_CONNECTCAMPAIGNS_API ProgressiveDialerConfig(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue