7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/PhoneNumberProductType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename PhoneNumberIdT = Aws::String>
45 m_phoneNumberIdHasBeenSet =
true;
46 m_phoneNumberId = std::forward<PhoneNumberIdT>(value);
48 template <
typename PhoneNumberIdT = Aws::String>
62 m_productTypeHasBeenSet =
true;
63 m_productType = value;
77 template <
typename CallingNameT = Aws::String>
79 m_callingNameHasBeenSet =
true;
80 m_callingName = std::forward<CallingNameT>(value);
82 template <
typename CallingNameT = Aws::String>
94 bool m_phoneNumberIdHasBeenSet =
false;
95 bool m_productTypeHasBeenSet =
false;
96 bool m_callingNameHasBeenSet =
false;
PhoneNumberProductType GetProductType() const
AWS_CHIME_API UpdatePhoneNumberRequestItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPhoneNumberId(PhoneNumberIdT &&value)
AWS_CHIME_API UpdatePhoneNumberRequestItem()=default
bool CallingNameHasBeenSet() const
void SetProductType(PhoneNumberProductType value)
const Aws::String & GetPhoneNumberId() const
bool ProductTypeHasBeenSet() const
UpdatePhoneNumberRequestItem & WithProductType(PhoneNumberProductType value)
AWS_CHIME_API UpdatePhoneNumberRequestItem(Aws::Utils::Json::JsonView jsonValue)
UpdatePhoneNumberRequestItem & WithCallingName(CallingNameT &&value)
void SetCallingName(CallingNameT &&value)
UpdatePhoneNumberRequestItem & WithPhoneNumberId(PhoneNumberIdT &&value)
const Aws::String & GetCallingName() const
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool PhoneNumberIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue