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/License.h>
11#include <aws/chime/model/UserType.h>
12#include <aws/chime/model/AlexaForBusinessMetadata.h>
46 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
60 inline void SetUserId(
const char* value) { m_userIdHasBeenSet =
true; m_userId.assign(value); }
74 inline void SetLicenseType(
License&& value) { m_licenseTypeHasBeenSet =
true; m_licenseType = std::move(value); }
86 inline void SetUserType(
UserType&& value) { m_userTypeHasBeenSet =
true; m_userType = std::move(value); }
105 bool m_accountIdHasBeenSet =
false;
108 bool m_userIdHasBeenSet =
false;
111 bool m_licenseTypeHasBeenSet =
false;
114 bool m_userTypeHasBeenSet =
false;
117 bool m_alexaForBusinessMetadataHasBeenSet =
false;
void SetAccountId(const Aws::String &value)
bool AccountIdHasBeenSet() const
void SetAccountId(Aws::String &&value)
bool LicenseTypeHasBeenSet() const
UpdateUserRequest & WithAccountId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
const License & GetLicenseType() const
const Aws::String & GetUserId() const
void SetAccountId(const char *value)
UpdateUserRequest & WithAlexaForBusinessMetadata(AlexaForBusinessMetadata &&value)
UpdateUserRequest & WithAlexaForBusinessMetadata(const AlexaForBusinessMetadata &value)
bool UserTypeHasBeenSet() const
void SetUserId(const char *value)
const Aws::String & GetAccountId() const
bool UserIdHasBeenSet() const
void SetAlexaForBusinessMetadata(const AlexaForBusinessMetadata &value)
UpdateUserRequest & WithAccountId(const Aws::String &value)
void SetLicenseType(License &&value)
UpdateUserRequest & WithAccountId(const char *value)
const UserType & GetUserType() const
void SetUserId(const Aws::String &value)
UpdateUserRequest & WithUserId(const char *value)
const AlexaForBusinessMetadata & GetAlexaForBusinessMetadata() const
void SetAlexaForBusinessMetadata(AlexaForBusinessMetadata &&value)
void SetUserType(UserType &&value)
UpdateUserRequest & WithUserId(const Aws::String &value)
AWS_CHIME_API Aws::String SerializePayload() const override
UpdateUserRequest & WithLicenseType(License &&value)
AWS_CHIME_API UpdateUserRequest()
UpdateUserRequest & WithUserType(UserType &&value)
UpdateUserRequest & WithUserId(Aws::String &&value)
void SetUserType(const UserType &value)
void SetLicenseType(const License &value)
bool AlexaForBusinessMetadataHasBeenSet() const
UpdateUserRequest & WithLicenseType(const License &value)
void SetUserId(Aws::String &&value)
UpdateUserRequest & WithUserType(const UserType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String