AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetOutboundCallerIdName(const Aws::String& value) { m_outboundCallerIdNameHasBeenSet = true; m_outboundCallerIdName = value; }
48 inline void SetOutboundCallerIdName(Aws::String&& value) { m_outboundCallerIdNameHasBeenSet = true; m_outboundCallerIdName = std::move(value); }
49 inline void SetOutboundCallerIdName(const char* value) { m_outboundCallerIdNameHasBeenSet = true; m_outboundCallerIdName.assign(value); }
51 inline OutboundCallerConfig& WithOutboundCallerIdName(Aws::String&& value) { SetOutboundCallerIdName(std::move(value)); return *this;}
52 inline OutboundCallerConfig& WithOutboundCallerIdName(const char* value) { SetOutboundCallerIdName(value); return *this;}
54
56
59 inline const Aws::String& GetOutboundCallerIdNumberId() const{ return m_outboundCallerIdNumberId; }
60 inline bool OutboundCallerIdNumberIdHasBeenSet() const { return m_outboundCallerIdNumberIdHasBeenSet; }
61 inline void SetOutboundCallerIdNumberId(const Aws::String& value) { m_outboundCallerIdNumberIdHasBeenSet = true; m_outboundCallerIdNumberId = value; }
62 inline void SetOutboundCallerIdNumberId(Aws::String&& value) { m_outboundCallerIdNumberIdHasBeenSet = true; m_outboundCallerIdNumberId = std::move(value); }
63 inline void SetOutboundCallerIdNumberId(const char* value) { m_outboundCallerIdNumberIdHasBeenSet = true; m_outboundCallerIdNumberId.assign(value); }
66 inline OutboundCallerConfig& WithOutboundCallerIdNumberId(const char* value) { SetOutboundCallerIdNumberId(value); return *this;}
68
70
73 inline const Aws::String& GetOutboundFlowId() const{ return m_outboundFlowId; }
74 inline bool OutboundFlowIdHasBeenSet() const { return m_outboundFlowIdHasBeenSet; }
75 inline void SetOutboundFlowId(const Aws::String& value) { m_outboundFlowIdHasBeenSet = true; m_outboundFlowId = value; }
76 inline void SetOutboundFlowId(Aws::String&& value) { m_outboundFlowIdHasBeenSet = true; m_outboundFlowId = std::move(value); }
77 inline void SetOutboundFlowId(const char* value) { m_outboundFlowIdHasBeenSet = true; m_outboundFlowId.assign(value); }
78 inline OutboundCallerConfig& WithOutboundFlowId(const Aws::String& value) { SetOutboundFlowId(value); return *this;}
79 inline OutboundCallerConfig& WithOutboundFlowId(Aws::String&& value) { SetOutboundFlowId(std::move(value)); return *this;}
80 inline OutboundCallerConfig& WithOutboundFlowId(const char* value) { SetOutboundFlowId(value); return *this;}
82 private:
83
84 Aws::String m_outboundCallerIdName;
85 bool m_outboundCallerIdNameHasBeenSet = false;
86
87 Aws::String m_outboundCallerIdNumberId;
88 bool m_outboundCallerIdNumberIdHasBeenSet = false;
89
90 Aws::String m_outboundFlowId;
91 bool m_outboundFlowIdHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace Connect
96} // namespace Aws
const Aws::String & GetOutboundCallerIdName() const
AWS_CONNECT_API OutboundCallerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOutboundCallerIdName(const Aws::String &value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
OutboundCallerConfig & WithOutboundFlowId(const char *value)
OutboundCallerConfig & WithOutboundFlowId(const Aws::String &value)
void SetOutboundCallerIdNumberId(Aws::String &&value)
AWS_CONNECT_API OutboundCallerConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOutboundCallerIdNumberId() const
OutboundCallerConfig & WithOutboundFlowId(Aws::String &&value)
OutboundCallerConfig & WithOutboundCallerIdName(Aws::String &&value)
OutboundCallerConfig & WithOutboundCallerIdNumberId(Aws::String &&value)
OutboundCallerConfig & WithOutboundCallerIdNumberId(const char *value)
void SetOutboundFlowId(const Aws::String &value)
OutboundCallerConfig & WithOutboundCallerIdNumberId(const Aws::String &value)
void SetOutboundCallerIdNumberId(const Aws::String &value)
OutboundCallerConfig & WithOutboundCallerIdName(const char *value)
OutboundCallerConfig & WithOutboundCallerIdName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue