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/Role.h>
38 template <
typename CustomPermissionsNameT = Aws::String>
40 m_customPermissionsNameHasBeenSet =
true;
41 m_customPermissionsName = std::forward<CustomPermissionsNameT>(value);
43 template <
typename CustomPermissionsNameT = Aws::String>
57 m_roleHasBeenSet =
true;
74 template <
typename AwsAccountIdT = Aws::String>
76 m_awsAccountIdHasBeenSet =
true;
77 m_awsAccountId = std::forward<AwsAccountIdT>(value);
79 template <
typename AwsAccountIdT = Aws::String>
92 template <
typename NamespaceT = Aws::String>
94 m_namespaceHasBeenSet =
true;
95 m_namespace = std::forward<NamespaceT>(value);
97 template <
typename NamespaceT = Aws::String>
111 bool m_customPermissionsNameHasBeenSet =
false;
112 bool m_roleHasBeenSet =
false;
113 bool m_awsAccountIdHasBeenSet =
false;
114 bool m_namespaceHasBeenSet =
false;
const Aws::String & GetNamespace() const
bool AwsAccountIdHasBeenSet() const
void SetNamespace(NamespaceT &&value)
bool RoleHasBeenSet() const
bool CustomPermissionsNameHasBeenSet() const
UpdateRoleCustomPermissionRequest & WithAwsAccountId(AwsAccountIdT &&value)
UpdateRoleCustomPermissionRequest & WithCustomPermissionsName(CustomPermissionsNameT &&value)
bool NamespaceHasBeenSet() const
UpdateRoleCustomPermissionRequest & WithNamespace(NamespaceT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCustomPermissionsName() const
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API UpdateRoleCustomPermissionRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetCustomPermissionsName(CustomPermissionsNameT &&value)
UpdateRoleCustomPermissionRequest & WithRole(Role value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String