7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/UserRole.h>
38 template <
typename UserNameT = Aws::String>
40 m_userNameHasBeenSet =
true;
41 m_userName = std::forward<UserNameT>(value);
43 template <
typename UserNameT = Aws::String>
58 template <
typename AwsAccountIdT = Aws::String>
60 m_awsAccountIdHasBeenSet =
true;
61 m_awsAccountId = std::forward<AwsAccountIdT>(value);
63 template <
typename AwsAccountIdT = Aws::String>
76 template <
typename NamespaceT = Aws::String>
78 m_namespaceHasBeenSet =
true;
79 m_namespace = std::forward<NamespaceT>(value);
81 template <
typename NamespaceT = Aws::String>
94 template <
typename EmailT = Aws::String>
96 m_emailHasBeenSet =
true;
97 m_email = std::forward<EmailT>(value);
99 template <
typename EmailT = Aws::String>
101 SetEmail(std::forward<EmailT>(value));
129 m_roleHasBeenSet =
true;
157 template <
typename CustomPermissionsNameT = Aws::String>
159 m_customPermissionsNameHasBeenSet =
true;
160 m_customPermissionsName = std::forward<CustomPermissionsNameT>(value);
162 template <
typename CustomPermissionsNameT = Aws::String>
179 m_unapplyCustomPermissionsHasBeenSet =
true;
180 m_unapplyCustomPermissions = value;
207 template <
typename ExternalLoginFederationProv
iderTypeT = Aws::String>
209 m_externalLoginFederationProviderTypeHasBeenSet =
true;
210 m_externalLoginFederationProviderType = std::forward<ExternalLoginFederationProviderTypeT>(value);
212 template <
typename ExternalLoginFederationProv
iderTypeT = Aws::String>
229 template <
typename CustomFederationProv
iderUrlT = Aws::String>
231 m_customFederationProviderUrlHasBeenSet =
true;
232 m_customFederationProviderUrl = std::forward<CustomFederationProviderUrlT>(value);
234 template <
typename CustomFederationProv
iderUrlT = Aws::String>
247 template <
typename ExternalLoginIdT = Aws::String>
249 m_externalLoginIdHasBeenSet =
true;
250 m_externalLoginId = std::forward<ExternalLoginIdT>(value);
252 template <
typename ExternalLoginIdT = Aws::String>
271 bool m_unapplyCustomPermissions{
false};
278 bool m_userNameHasBeenSet =
false;
279 bool m_awsAccountIdHasBeenSet =
false;
280 bool m_namespaceHasBeenSet =
false;
281 bool m_emailHasBeenSet =
false;
282 bool m_roleHasBeenSet =
false;
283 bool m_customPermissionsNameHasBeenSet =
false;
284 bool m_unapplyCustomPermissionsHasBeenSet =
false;
285 bool m_externalLoginFederationProviderTypeHasBeenSet =
false;
286 bool m_customFederationProviderUrlHasBeenSet =
false;
287 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