7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetOutboundCallerIdName(
const char* value) { m_outboundCallerIdNameHasBeenSet =
true; m_outboundCallerIdName.assign(value); }
63 inline void SetOutboundCallerIdNumberId(
const char* value) { m_outboundCallerIdNumberIdHasBeenSet =
true; m_outboundCallerIdNumberId.assign(value); }
77 inline void SetOutboundFlowId(
const char* value) { m_outboundFlowIdHasBeenSet =
true; m_outboundFlowId.assign(value); }
85 bool m_outboundCallerIdNameHasBeenSet =
false;
88 bool m_outboundCallerIdNumberIdHasBeenSet =
false;
91 bool m_outboundFlowIdHasBeenSet =
false;
const Aws::String & GetOutboundCallerIdName() const
AWS_CONNECT_API OutboundCallerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOutboundCallerIdName(Aws::String &&value)
void SetOutboundCallerIdName(const Aws::String &value)
bool OutboundCallerIdNumberIdHasBeenSet() const
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)
bool OutboundCallerIdNameHasBeenSet() const
void SetOutboundCallerIdName(const char *value)
const Aws::String & GetOutboundCallerIdNumberId() const
void SetOutboundFlowId(Aws::String &&value)
AWS_CONNECT_API OutboundCallerConfig()
OutboundCallerConfig & WithOutboundFlowId(Aws::String &&value)
OutboundCallerConfig & WithOutboundCallerIdName(Aws::String &&value)
OutboundCallerConfig & WithOutboundCallerIdNumberId(Aws::String &&value)
void SetOutboundCallerIdNumberId(const char *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)
void SetOutboundFlowId(const char *value)
const Aws::String & GetOutboundFlowId() const
bool OutboundFlowIdHasBeenSet() const
OutboundCallerConfig & WithOutboundCallerIdName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue