7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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>
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>
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>
79 bool m_outboundCallerIdNameHasBeenSet =
false;
82 bool m_outboundCallerIdNumberIdHasBeenSet =
false;
85 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