AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
DialerConfig.h
1
6#pragma once
7#include <aws/connectcampaigns/ConnectCampaigns_EXPORTS.h>
8#include <aws/connectcampaigns/model/ProgressiveDialerConfig.h>
9#include <aws/connectcampaigns/model/PredictiveDialerConfig.h>
10#include <aws/connectcampaigns/model/AgentlessDialerConfig.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace ConnectCampaigns
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_CONNECTCAMPAIGNS_API DialerConfig() = default;
37 AWS_CONNECTCAMPAIGNS_API DialerConfig(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CONNECTCAMPAIGNS_API DialerConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_CONNECTCAMPAIGNS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
44 inline const ProgressiveDialerConfig& GetProgressiveDialerConfig() const { return m_progressiveDialerConfig; }
45 inline bool ProgressiveDialerConfigHasBeenSet() const { return m_progressiveDialerConfigHasBeenSet; }
46 template<typename ProgressiveDialerConfigT = ProgressiveDialerConfig>
47 void SetProgressiveDialerConfig(ProgressiveDialerConfigT&& value) { m_progressiveDialerConfigHasBeenSet = true; m_progressiveDialerConfig = std::forward<ProgressiveDialerConfigT>(value); }
48 template<typename ProgressiveDialerConfigT = ProgressiveDialerConfig>
49 DialerConfig& WithProgressiveDialerConfig(ProgressiveDialerConfigT&& value) { SetProgressiveDialerConfig(std::forward<ProgressiveDialerConfigT>(value)); return *this;}
51
53
54 inline const PredictiveDialerConfig& GetPredictiveDialerConfig() const { return m_predictiveDialerConfig; }
55 inline bool PredictiveDialerConfigHasBeenSet() const { return m_predictiveDialerConfigHasBeenSet; }
56 template<typename PredictiveDialerConfigT = PredictiveDialerConfig>
57 void SetPredictiveDialerConfig(PredictiveDialerConfigT&& value) { m_predictiveDialerConfigHasBeenSet = true; m_predictiveDialerConfig = std::forward<PredictiveDialerConfigT>(value); }
58 template<typename PredictiveDialerConfigT = PredictiveDialerConfig>
59 DialerConfig& WithPredictiveDialerConfig(PredictiveDialerConfigT&& value) { SetPredictiveDialerConfig(std::forward<PredictiveDialerConfigT>(value)); return *this;}
61
63
64 inline const AgentlessDialerConfig& GetAgentlessDialerConfig() const { return m_agentlessDialerConfig; }
65 inline bool AgentlessDialerConfigHasBeenSet() const { return m_agentlessDialerConfigHasBeenSet; }
66 template<typename AgentlessDialerConfigT = AgentlessDialerConfig>
67 void SetAgentlessDialerConfig(AgentlessDialerConfigT&& value) { m_agentlessDialerConfigHasBeenSet = true; m_agentlessDialerConfig = std::forward<AgentlessDialerConfigT>(value); }
68 template<typename AgentlessDialerConfigT = AgentlessDialerConfig>
69 DialerConfig& WithAgentlessDialerConfig(AgentlessDialerConfigT&& value) { SetAgentlessDialerConfig(std::forward<AgentlessDialerConfigT>(value)); return *this;}
71 private:
72
73 ProgressiveDialerConfig m_progressiveDialerConfig;
74 bool m_progressiveDialerConfigHasBeenSet = false;
75
76 PredictiveDialerConfig m_predictiveDialerConfig;
77 bool m_predictiveDialerConfigHasBeenSet = false;
78
79 AgentlessDialerConfig m_agentlessDialerConfig;
80 bool m_agentlessDialerConfigHasBeenSet = false;
81 };
82
83} // namespace Model
84} // namespace ConnectCampaigns
85} // namespace Aws
AWS_CONNECTCAMPAIGNS_API DialerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
DialerConfig & WithProgressiveDialerConfig(ProgressiveDialerConfigT &&value)
void SetProgressiveDialerConfig(ProgressiveDialerConfigT &&value)
const AgentlessDialerConfig & GetAgentlessDialerConfig() const
DialerConfig & WithPredictiveDialerConfig(PredictiveDialerConfigT &&value)
void SetPredictiveDialerConfig(PredictiveDialerConfigT &&value)
const ProgressiveDialerConfig & GetProgressiveDialerConfig() const
const PredictiveDialerConfig & GetPredictiveDialerConfig() const
AWS_CONNECTCAMPAIGNS_API DialerConfig(Aws::Utils::Json::JsonView jsonValue)
DialerConfig & WithAgentlessDialerConfig(AgentlessDialerConfigT &&value)
AWS_CONNECTCAMPAIGNS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTCAMPAIGNS_API DialerConfig()=default
void SetAgentlessDialerConfig(AgentlessDialerConfigT &&value)
Aws::Utils::Json::JsonValue JsonValue