7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename UserNameT = Aws::String>
39 m_userNameHasBeenSet =
true;
40 m_userName = std::forward<UserNameT>(value);
42 template <
typename UserNameT = Aws::String>
56 template <
typename AwsAccountIdT = Aws::String>
58 m_awsAccountIdHasBeenSet =
true;
59 m_awsAccountId = std::forward<AwsAccountIdT>(value);
61 template <
typename AwsAccountIdT = Aws::String>
74 template <
typename NamespaceT = Aws::String>
76 m_namespaceHasBeenSet =
true;
77 m_namespace = std::forward<NamespaceT>(value);
79 template <
typename NamespaceT = Aws::String>
92 template <
typename CustomPermissionsNameT = Aws::String>
94 m_customPermissionsNameHasBeenSet =
true;
95 m_customPermissionsName = std::forward<CustomPermissionsNameT>(value);
97 template <
typename CustomPermissionsNameT = Aws::String>
111 bool m_userNameHasBeenSet =
false;
112 bool m_awsAccountIdHasBeenSet =
false;
113 bool m_namespaceHasBeenSet =
false;
114 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