7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/UserRole.h>
42 template<
typename UserNameT = Aws::String>
43 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
44 template<
typename UserNameT = Aws::String>
56 template<
typename AwsAccountIdT = Aws::String>
57 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
58 template<
typename AwsAccountIdT = Aws::String>
68 template<
typename NamespaceT = Aws::String>
69 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
70 template<
typename NamespaceT = Aws::String>
80 template<
typename EmailT = Aws::String>
81 void SetEmail(EmailT&& value) { m_emailHasBeenSet =
true; m_email = std::forward<EmailT>(value); }
82 template<
typename EmailT = Aws::String>
132 template<
typename CustomPermissionsNameT = Aws::String>
133 void SetCustomPermissionsName(CustomPermissionsNameT&& value) { m_customPermissionsNameHasBeenSet =
true; m_customPermissionsName = std::forward<CustomPermissionsNameT>(value); }
134 template<
typename CustomPermissionsNameT = Aws::String>
170 template<
typename ExternalLoginFederationProv
iderTypeT = Aws::String>
171 void SetExternalLoginFederationProviderType(ExternalLoginFederationProviderTypeT&& value) { m_externalLoginFederationProviderTypeHasBeenSet =
true; m_externalLoginFederationProviderType = std::forward<ExternalLoginFederationProviderTypeT>(value); }
172 template<
typename ExternalLoginFederationProv
iderTypeT = Aws::String>
186 template<
typename CustomFederationProv
iderUrlT = Aws::String>
187 void SetCustomFederationProviderUrl(CustomFederationProviderUrlT&& value) { m_customFederationProviderUrlHasBeenSet =
true; m_customFederationProviderUrl = std::forward<CustomFederationProviderUrlT>(value); }
188 template<
typename CustomFederationProv
iderUrlT = Aws::String>
198 template<
typename ExternalLoginIdT = Aws::String>
199 void SetExternalLoginId(ExternalLoginIdT&& value) { m_externalLoginIdHasBeenSet =
true; m_externalLoginId = std::forward<ExternalLoginIdT>(value); }
200 template<
typename ExternalLoginIdT = Aws::String>
206 bool m_userNameHasBeenSet =
false;
209 bool m_awsAccountIdHasBeenSet =
false;
212 bool m_namespaceHasBeenSet =
false;
215 bool m_emailHasBeenSet =
false;
218 bool m_roleHasBeenSet =
false;
221 bool m_customPermissionsNameHasBeenSet =
false;
223 bool m_unapplyCustomPermissions{
false};
224 bool m_unapplyCustomPermissionsHasBeenSet =
false;
227 bool m_externalLoginFederationProviderTypeHasBeenSet =
false;
230 bool m_customFederationProviderUrlHasBeenSet =
false;
233 bool m_externalLoginIdHasBeenSet =
false;
void SetAwsAccountId(AwsAccountIdT &&value)
bool CustomPermissionsNameHasBeenSet() const
const Aws::String & GetNamespace() const
UpdateUserRequest & WithExternalLoginId(ExternalLoginIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool ExternalLoginFederationProviderTypeHasBeenSet() const
bool CustomFederationProviderUrlHasBeenSet() const
void SetExternalLoginFederationProviderType(ExternalLoginFederationProviderTypeT &&value)
void SetEmail(EmailT &&value)
UpdateUserRequest & WithRole(UserRole value)
void SetRole(UserRole value)
void SetExternalLoginId(ExternalLoginIdT &&value)
bool GetUnapplyCustomPermissions() const
bool EmailHasBeenSet() const
const Aws::String & GetEmail() const
void SetNamespace(NamespaceT &&value)
UpdateUserRequest & WithExternalLoginFederationProviderType(ExternalLoginFederationProviderTypeT &&value)
UpdateUserRequest & WithNamespace(NamespaceT &&value)
AWS_QUICKSIGHT_API UpdateUserRequest()=default
bool UserNameHasBeenSet() const
UpdateUserRequest & WithUnapplyCustomPermissions(bool value)
UpdateUserRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetCustomFederationProviderUrl(CustomFederationProviderUrlT &&value)
UpdateUserRequest & WithCustomPermissionsName(CustomPermissionsNameT &&value)
const Aws::String & GetExternalLoginFederationProviderType() const
bool NamespaceHasBeenSet() const
UpdateUserRequest & WithEmail(EmailT &&value)
const Aws::String & GetExternalLoginId() const
UpdateUserRequest & WithUserName(UserNameT &&value)
void SetUnapplyCustomPermissions(bool value)
bool UnapplyCustomPermissionsHasBeenSet() const
const Aws::String & GetAwsAccountId() const
bool ExternalLoginIdHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
void SetCustomPermissionsName(CustomPermissionsNameT &&value)
bool RoleHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetUserName() const
UpdateUserRequest & WithCustomFederationProviderUrl(CustomFederationProviderUrlT &&value)
const Aws::String & GetCustomPermissionsName() const
void SetUserName(UserNameT &&value)
const Aws::String & GetCustomFederationProviderUrl() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String