7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/ChimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetCallingName(
const char* value) { m_callingNameHasBeenSet =
true; m_callingName.assign(value); }
51 bool m_callingNameHasBeenSet =
false;
bool CallingNameHasBeenSet() const
UpdatePhoneNumberSettingsRequest & WithCallingName(Aws::String &&value)
void SetCallingName(Aws::String &&value)
const Aws::String & GetCallingName() const
AWS_CHIME_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetCallingName(const char *value)
UpdatePhoneNumberSettingsRequest & WithCallingName(const Aws::String &value)
AWS_CHIME_API UpdatePhoneNumberSettingsRequest()
UpdatePhoneNumberSettingsRequest & WithCallingName(const char *value)
void SetCallingName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String