7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename OutboundCallerIdNameT = Aws::String>
43 m_outboundCallerIdNameHasBeenSet =
true;
44 m_outboundCallerIdName = std::forward<OutboundCallerIdNameT>(value);
46 template <
typename OutboundCallerIdNameT = Aws::String>
59 template <
typename OutboundCallerIdNumberIdT = Aws::String>
61 m_outboundCallerIdNumberIdHasBeenSet =
true;
62 m_outboundCallerIdNumberId = std::forward<OutboundCallerIdNumberIdT>(value);
64 template <
typename OutboundCallerIdNumberIdT = Aws::String>
77 template <
typename OutboundFlowIdT = Aws::String>
79 m_outboundFlowIdHasBeenSet =
true;
80 m_outboundFlowId = std::forward<OutboundFlowIdT>(value);
82 template <
typename OutboundFlowIdT = Aws::String>
94 bool m_outboundCallerIdNameHasBeenSet =
false;
95 bool m_outboundCallerIdNumberIdHasBeenSet =
false;
96 bool m_outboundFlowIdHasBeenSet =
false;
OutboundCallerConfig & WithOutboundFlowId(OutboundFlowIdT &&value)
const Aws::String & GetOutboundCallerIdName() const
AWS_CONNECT_API OutboundCallerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OutboundCallerIdNumberIdHasBeenSet() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API OutboundCallerConfig(Aws::Utils::Json::JsonView jsonValue)
bool OutboundCallerIdNameHasBeenSet() const
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)
const Aws::String & GetOutboundFlowId() const
bool OutboundFlowIdHasBeenSet() const
OutboundCallerConfig & WithOutboundCallerIdName(OutboundCallerIdNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue