7#include <aws/chime/ChimeRequest.h>
8#include <aws/chime/Chime_EXPORTS.h>
9#include <aws/chime/model/AlexaForBusinessMetadata.h>
10#include <aws/chime/model/License.h>
11#include <aws/chime/model/UserType.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename AccountIdT = Aws::String>
42 m_accountIdHasBeenSet =
true;
43 m_accountId = std::forward<AccountIdT>(value);
45 template <
typename AccountIdT = Aws::String>
58 template <
typename UserIdT = Aws::String>
60 m_userIdHasBeenSet =
true;
61 m_userId = std::forward<UserIdT>(value);
63 template <
typename UserIdT = Aws::String>
78 m_licenseTypeHasBeenSet =
true;
79 m_licenseType = value;
94 m_userTypeHasBeenSet =
true;
109 template <
typename AlexaForBusinessMetadataT = AlexaForBusinessMetadata>
111 m_alexaForBusinessMetadataHasBeenSet =
true;
112 m_alexaForBusinessMetadata = std::forward<AlexaForBusinessMetadataT>(value);
114 template <
typename AlexaForBusinessMetadataT = AlexaForBusinessMetadata>
129 AlexaForBusinessMetadata m_alexaForBusinessMetadata;
130 bool m_accountIdHasBeenSet =
false;
131 bool m_userIdHasBeenSet =
false;
132 bool m_licenseTypeHasBeenSet =
false;
133 bool m_userTypeHasBeenSet =
false;
134 bool m_alexaForBusinessMetadataHasBeenSet =
false;
bool AccountIdHasBeenSet() const
bool LicenseTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UserType GetUserType() const
const Aws::String & GetUserId() const
bool UserTypeHasBeenSet() const
UpdateUserRequest & WithLicenseType(License value)
const Aws::String & GetAccountId() const
bool UserIdHasBeenSet() const
UpdateUserRequest & WithUserType(UserType value)
const AlexaForBusinessMetadata & GetAlexaForBusinessMetadata() const
UpdateUserRequest & WithAccountId(AccountIdT &&value)
void SetAccountId(AccountIdT &&value)
AWS_CHIME_API Aws::String SerializePayload() const override
AWS_CHIME_API UpdateUserRequest()=default
void SetLicenseType(License value)
void SetAlexaForBusinessMetadata(AlexaForBusinessMetadataT &&value)
License GetLicenseType() const
UpdateUserRequest & WithAlexaForBusinessMetadata(AlexaForBusinessMetadataT &&value)
void SetUserId(UserIdT &&value)
void SetUserType(UserType value)
UpdateUserRequest & WithUserId(UserIdT &&value)
bool AlexaForBusinessMetadataHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String