7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetPhoneNumber(
const char* value) { m_phoneNumberHasBeenSet =
true; m_phoneNumber.assign(value); }
63 inline void SetProxyPhoneNumber(
const char* value) { m_proxyPhoneNumberHasBeenSet =
true; m_proxyPhoneNumber.assign(value); }
71 bool m_phoneNumberHasBeenSet =
false;
74 bool m_proxyPhoneNumberHasBeenSet =
false;
Participant & WithProxyPhoneNumber(const char *value)
void SetProxyPhoneNumber(Aws::String &&value)
AWS_CHIME_API Participant & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProxyPhoneNumber(const char *value)
void SetPhoneNumber(const Aws::String &value)
void SetPhoneNumber(Aws::String &&value)
Participant & WithPhoneNumber(const char *value)
void SetPhoneNumber(const char *value)
bool PhoneNumberHasBeenSet() const
void SetProxyPhoneNumber(const Aws::String &value)
AWS_CHIME_API Participant(Aws::Utils::Json::JsonView jsonValue)
Participant & WithProxyPhoneNumber(const Aws::String &value)
Participant & WithPhoneNumber(const Aws::String &value)
const Aws::String & GetProxyPhoneNumber() const
bool ProxyPhoneNumberHasBeenSet() const
Participant & WithPhoneNumber(Aws::String &&value)
Participant & WithProxyPhoneNumber(Aws::String &&value)
const Aws::String & GetPhoneNumber() const
AWS_CHIME_API Participant()
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue