7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/PhoneNumberCountryCode.h>
9#include <aws/connect/model/PhoneNumberType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
79 template <
typename PhoneNumberT = Aws::String>
81 m_phoneNumberHasBeenSet =
true;
82 m_phoneNumber = std::forward<PhoneNumberT>(value);
84 template <
typename PhoneNumberT = Aws::String>
98 m_phoneNumberTypeHasBeenSet =
true;
99 m_phoneNumberType = value;
114 m_phoneNumberCountryCodeHasBeenSet =
true;
115 m_phoneNumberCountryCode = value;
132 bool m_idHasBeenSet =
false;
133 bool m_arnHasBeenSet =
false;
134 bool m_phoneNumberHasBeenSet =
false;
135 bool m_phoneNumberTypeHasBeenSet =
false;
136 bool m_phoneNumberCountryCodeHasBeenSet =
false;
PhoneNumberSummary & WithPhoneNumberType(PhoneNumberType value)
PhoneNumberCountryCode GetPhoneNumberCountryCode() const
bool PhoneNumberCountryCodeHasBeenSet() const
AWS_CONNECT_API PhoneNumberSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
PhoneNumberSummary & WithPhoneNumberCountryCode(PhoneNumberCountryCode value)
const Aws::String & GetArn() const
const Aws::String & GetId() const
PhoneNumberType GetPhoneNumberType() const
PhoneNumberSummary & WithId(IdT &&value)
bool ArnHasBeenSet() const
AWS_CONNECT_API PhoneNumberSummary(Aws::Utils::Json::JsonView jsonValue)
bool PhoneNumberTypeHasBeenSet() const
AWS_CONNECT_API PhoneNumberSummary()=default
void SetPhoneNumberCountryCode(PhoneNumberCountryCode value)
void SetPhoneNumber(PhoneNumberT &&value)
const Aws::String & GetPhoneNumber() const
bool IdHasBeenSet() const
void SetArn(ArnT &&value)
PhoneNumberSummary & WithArn(ArnT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPhoneNumberType(PhoneNumberType value)
bool PhoneNumberHasBeenSet() const
PhoneNumberSummary & WithPhoneNumber(PhoneNumberT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue