7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename UserNameT = Aws::String>
42 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
43 template<
typename UserNameT = Aws::String>
54 template<
typename AwsAccountIdT = Aws::String>
55 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
56 template<
typename AwsAccountIdT = Aws::String>
66 template<
typename NamespaceT = Aws::String>
67 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
68 template<
typename NamespaceT = Aws::String>
78 template<
typename CustomPermissionsNameT = Aws::String>
79 void SetCustomPermissionsName(CustomPermissionsNameT&& value) { m_customPermissionsNameHasBeenSet =
true; m_customPermissionsName = std::forward<CustomPermissionsNameT>(value); }
80 template<
typename CustomPermissionsNameT = Aws::String>
86 bool m_userNameHasBeenSet =
false;
89 bool m_awsAccountIdHasBeenSet =
false;
92 bool m_namespaceHasBeenSet =
false;
95 bool m_customPermissionsNameHasBeenSet =
false;
void SetCustomPermissionsName(CustomPermissionsNameT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetNamespace() const
UpdateUserCustomPermissionRequest & WithUserName(UserNameT &&value)
const Aws::String & GetCustomPermissionsName() const
UpdateUserCustomPermissionRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API UpdateUserCustomPermissionRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAwsAccountId() const
bool UserNameHasBeenSet() const
const Aws::String & GetUserName() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
UpdateUserCustomPermissionRequest & WithNamespace(NamespaceT &&value)
bool CustomPermissionsNameHasBeenSet() const
void SetUserName(UserNameT &&value)
UpdateUserCustomPermissionRequest & WithCustomPermissionsName(CustomPermissionsNameT &&value)
bool NamespaceHasBeenSet() const
void SetNamespace(NamespaceT &&value)
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String