7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetPhoneNumber(
const char* value) { m_phoneNumberHasBeenSet =
true; m_phoneNumber.assign(value); }
57 bool m_phoneNumberHasBeenSet =
false;
void SetPhoneNumber(Aws::String &&value)
void SetPhoneNumber(const Aws::String &value)
AWS_CONNECT_API PhoneNumberQuickConnectConfig()
AWS_CONNECT_API PhoneNumberQuickConnectConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
PhoneNumberQuickConnectConfig & WithPhoneNumber(Aws::String &&value)
void SetPhoneNumber(const char *value)
bool PhoneNumberHasBeenSet() const
PhoneNumberQuickConnectConfig & WithPhoneNumber(const char *value)
AWS_CONNECT_API PhoneNumberQuickConnectConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
PhoneNumberQuickConnectConfig & WithPhoneNumber(const Aws::String &value)
const Aws::String & GetPhoneNumber() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue