7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/PhoneNumberCountryCode.h>
10#include <aws/connect/model/PhoneNumberType.h>
51 inline void SetPhoneNumber(
const char* value) { m_phoneNumberHasBeenSet =
true; m_phoneNumber.assign(value); }
83 bool m_phoneNumberHasBeenSet =
false;
86 bool m_phoneNumberCountryCodeHasBeenSet =
false;
89 bool m_phoneNumberTypeHasBeenSet =
false;
void SetPhoneNumber(Aws::String &&value)
AvailableNumberSummary & WithPhoneNumberType(PhoneNumberType &&value)
void SetPhoneNumberType(const PhoneNumberType &value)
AWS_CONNECT_API AvailableNumberSummary()
AWS_CONNECT_API AvailableNumberSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPhoneNumberCountryCode(const PhoneNumberCountryCode &value)
AvailableNumberSummary & WithPhoneNumber(Aws::String &&value)
AvailableNumberSummary & WithPhoneNumberType(const PhoneNumberType &value)
AWS_CONNECT_API AvailableNumberSummary(Aws::Utils::Json::JsonView jsonValue)
void SetPhoneNumberCountryCode(PhoneNumberCountryCode &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool PhoneNumberTypeHasBeenSet() const
AvailableNumberSummary & WithPhoneNumber(const Aws::String &value)
AvailableNumberSummary & WithPhoneNumberCountryCode(PhoneNumberCountryCode &&value)
void SetPhoneNumberType(PhoneNumberType &&value)
bool PhoneNumberHasBeenSet() const
bool PhoneNumberCountryCodeHasBeenSet() const
const PhoneNumberType & GetPhoneNumberType() const
const PhoneNumberCountryCode & GetPhoneNumberCountryCode() const
const Aws::String & GetPhoneNumber() const
AvailableNumberSummary & WithPhoneNumber(const char *value)
void SetPhoneNumber(const char *value)
AvailableNumberSummary & WithPhoneNumberCountryCode(const PhoneNumberCountryCode &value)
void SetPhoneNumber(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue