AWS SDK for C++

AWS SDK for C++ Version 1.11.611

Loading...
Searching...
No Matches
OutboundCallerConfig.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 Connect
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_CONNECT_API OutboundCallerConfig() = default;
38 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetOutboundCallerIdName() const { return m_outboundCallerIdName; }
46 inline bool OutboundCallerIdNameHasBeenSet() const { return m_outboundCallerIdNameHasBeenSet; }
47 template<typename OutboundCallerIdNameT = Aws::String>
48 void SetOutboundCallerIdName(OutboundCallerIdNameT&& value) { m_outboundCallerIdNameHasBeenSet = true; m_outboundCallerIdName = std::forward<OutboundCallerIdNameT>(value); }
49 template<typename OutboundCallerIdNameT = Aws::String>
50 OutboundCallerConfig& WithOutboundCallerIdName(OutboundCallerIdNameT&& value) { SetOutboundCallerIdName(std::forward<OutboundCallerIdNameT>(value)); return *this;}
52
54
57 inline const Aws::String& GetOutboundCallerIdNumberId() const { return m_outboundCallerIdNumberId; }
58 inline bool OutboundCallerIdNumberIdHasBeenSet() const { return m_outboundCallerIdNumberIdHasBeenSet; }
59 template<typename OutboundCallerIdNumberIdT = Aws::String>
60 void SetOutboundCallerIdNumberId(OutboundCallerIdNumberIdT&& value) { m_outboundCallerIdNumberIdHasBeenSet = true; m_outboundCallerIdNumberId = std::forward<OutboundCallerIdNumberIdT>(value); }
61 template<typename OutboundCallerIdNumberIdT = Aws::String>
62 OutboundCallerConfig& WithOutboundCallerIdNumberId(OutboundCallerIdNumberIdT&& value) { SetOutboundCallerIdNumberId(std::forward<OutboundCallerIdNumberIdT>(value)); return *this;}
64
66
69 inline const Aws::String& GetOutboundFlowId() const { return m_outboundFlowId; }
70 inline bool OutboundFlowIdHasBeenSet() const { return m_outboundFlowIdHasBeenSet; }
71 template<typename OutboundFlowIdT = Aws::String>
72 void SetOutboundFlowId(OutboundFlowIdT&& value) { m_outboundFlowIdHasBeenSet = true; m_outboundFlowId = std::forward<OutboundFlowIdT>(value); }
73 template<typename OutboundFlowIdT = Aws::String>
74 OutboundCallerConfig& WithOutboundFlowId(OutboundFlowIdT&& value) { SetOutboundFlowId(std::forward<OutboundFlowIdT>(value)); return *this;}
76 private:
77
78 Aws::String m_outboundCallerIdName;
79 bool m_outboundCallerIdNameHasBeenSet = false;
80
81 Aws::String m_outboundCallerIdNumberId;
82 bool m_outboundCallerIdNumberIdHasBeenSet = false;
83
84 Aws::String m_outboundFlowId;
85 bool m_outboundFlowIdHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace Connect
90} // namespace Aws
OutboundCallerConfig & WithOutboundFlowId(OutboundFlowIdT &&value)
const Aws::String & GetOutboundCallerIdName() const
AWS_CONNECT_API OutboundCallerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API OutboundCallerConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOutboundCallerIdNumberId() const
OutboundCallerConfig & WithOutboundCallerIdNumberId(OutboundCallerIdNumberIdT &&value)
void SetOutboundFlowId(OutboundFlowIdT &&value)
AWS_CONNECT_API OutboundCallerConfig()=default
void SetOutboundCallerIdName(OutboundCallerIdNameT &&value)
void SetOutboundCallerIdNumberId(OutboundCallerIdNumberIdT &&value)
OutboundCallerConfig & WithOutboundCallerIdName(OutboundCallerIdNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue