7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/PhoneNumberType.h>
10#include <aws/connect/model/PhoneNumberCountryCode.h>
50 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
51 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
65 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
79 inline void SetPhoneNumber(
const char* value) { m_phoneNumberHasBeenSet =
true; m_phoneNumber.assign(value); }
111 bool m_idHasBeenSet =
false;
114 bool m_arnHasBeenSet =
false;
117 bool m_phoneNumberHasBeenSet =
false;
120 bool m_phoneNumberTypeHasBeenSet =
false;
123 bool m_phoneNumberCountryCodeHasBeenSet =
false;
PhoneNumberSummary & WithId(Aws::String &&value)
const PhoneNumberCountryCode & GetPhoneNumberCountryCode() const
void SetArn(Aws::String &&value)
PhoneNumberSummary & WithArn(Aws::String &&value)
PhoneNumberSummary & WithPhoneNumberType(PhoneNumberType &&value)
bool PhoneNumberCountryCodeHasBeenSet() const
void SetPhoneNumberCountryCode(const PhoneNumberCountryCode &value)
void SetPhoneNumber(const char *value)
void SetPhoneNumberType(PhoneNumberType &&value)
AWS_CONNECT_API PhoneNumberSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
void SetId(Aws::String &&value)
const Aws::String & GetId() const
AWS_CONNECT_API PhoneNumberSummary()
void SetPhoneNumberCountryCode(PhoneNumberCountryCode &&value)
PhoneNumberSummary & WithPhoneNumber(const Aws::String &value)
PhoneNumberSummary & WithPhoneNumberCountryCode(PhoneNumberCountryCode &&value)
void SetArn(const Aws::String &value)
bool ArnHasBeenSet() const
PhoneNumberSummary & WithArn(const Aws::String &value)
AWS_CONNECT_API PhoneNumberSummary(Aws::Utils::Json::JsonView jsonValue)
PhoneNumberSummary & WithId(const char *value)
PhoneNumberSummary & WithId(const Aws::String &value)
void SetId(const char *value)
bool PhoneNumberTypeHasBeenSet() const
void SetId(const Aws::String &value)
const Aws::String & GetPhoneNumber() const
const PhoneNumberType & GetPhoneNumberType() const
void SetPhoneNumber(Aws::String &&value)
PhoneNumberSummary & WithPhoneNumber(const char *value)
PhoneNumberSummary & WithPhoneNumber(Aws::String &&value)
bool IdHasBeenSet() const
void SetPhoneNumberType(const PhoneNumberType &value)
PhoneNumberSummary & WithPhoneNumberCountryCode(const PhoneNumberCountryCode &value)
PhoneNumberSummary & WithPhoneNumberType(const PhoneNumberType &value)
void SetArn(const char *value)
PhoneNumberSummary & WithArn(const char *value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPhoneNumber(const Aws::String &value)
bool PhoneNumberHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue