7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/ChimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/chime/model/PhoneNumberProductType.h>
44 inline void SetPhoneNumberId(
const char* value) { m_phoneNumberIdHasBeenSet =
true; m_phoneNumberId.assign(value); }
70 inline void SetCallingName(
const char* value) { m_callingNameHasBeenSet =
true; m_callingName.assign(value); }
78 bool m_phoneNumberIdHasBeenSet =
false;
81 bool m_productTypeHasBeenSet =
false;
84 bool m_callingNameHasBeenSet =
false;
void SetCallingName(const char *value)
bool ProductTypeHasBeenSet() const
UpdatePhoneNumberRequest & WithPhoneNumberId(const Aws::String &value)
AWS_CHIME_API UpdatePhoneNumberRequest()
void SetProductType(const PhoneNumberProductType &value)
void SetPhoneNumberId(const Aws::String &value)
void SetPhoneNumberId(const char *value)
virtual const char * GetServiceRequestName() const override
UpdatePhoneNumberRequest & WithPhoneNumberId(const char *value)
UpdatePhoneNumberRequest & WithCallingName(const char *value)
UpdatePhoneNumberRequest & WithCallingName(Aws::String &&value)
bool CallingNameHasBeenSet() const
UpdatePhoneNumberRequest & WithPhoneNumberId(Aws::String &&value)
const Aws::String & GetPhoneNumberId() const
UpdatePhoneNumberRequest & WithProductType(const PhoneNumberProductType &value)
bool PhoneNumberIdHasBeenSet() const
UpdatePhoneNumberRequest & WithProductType(PhoneNumberProductType &&value)
UpdatePhoneNumberRequest & WithCallingName(const Aws::String &value)
AWS_CHIME_API Aws::String SerializePayload() const override
void SetCallingName(Aws::String &&value)
const PhoneNumberProductType & GetProductType() const
void SetProductType(PhoneNumberProductType &&value)
const Aws::String & GetCallingName() const
void SetPhoneNumberId(Aws::String &&value)
void SetCallingName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String