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>
49 template<
typename PhoneNumberT = Aws::String>
50 void SetPhoneNumber(PhoneNumberT&& value) { m_phoneNumberHasBeenSet =
true; m_phoneNumber = std::forward<PhoneNumberT>(value); }
51 template<
typename PhoneNumberT = Aws::String>
77 bool m_phoneNumberHasBeenSet =
false;
80 bool m_phoneNumberCountryCodeHasBeenSet =
false;
83 bool m_phoneNumberTypeHasBeenSet =
false;
void SetPhoneNumberType(PhoneNumberType value)
AWS_CONNECT_API AvailableNumberSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API AvailableNumberSummary()=default
void SetPhoneNumberCountryCode(PhoneNumberCountryCode value)
AWS_CONNECT_API AvailableNumberSummary(Aws::Utils::Json::JsonView jsonValue)
PhoneNumberType GetPhoneNumberType() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
PhoneNumberCountryCode GetPhoneNumberCountryCode() const
bool PhoneNumberTypeHasBeenSet() const
AvailableNumberSummary & WithPhoneNumberType(PhoneNumberType value)
bool PhoneNumberHasBeenSet() const
bool PhoneNumberCountryCodeHasBeenSet() const
const Aws::String & GetPhoneNumber() const
AvailableNumberSummary & WithPhoneNumberCountryCode(PhoneNumberCountryCode value)
AvailableNumberSummary & WithPhoneNumber(PhoneNumberT &&value)
void SetPhoneNumber(PhoneNumberT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue