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>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
73 template<
typename PhoneNumberT = Aws::String>
74 void SetPhoneNumber(PhoneNumberT&& value) { m_phoneNumberHasBeenSet =
true; m_phoneNumber = std::forward<PhoneNumberT>(value); }
75 template<
typename PhoneNumberT = Aws::String>
101 bool m_idHasBeenSet =
false;
104 bool m_arnHasBeenSet =
false;
107 bool m_phoneNumberHasBeenSet =
false;
110 bool m_phoneNumberTypeHasBeenSet =
false;
113 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