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/core/utils/memory/stl/AWSVector.h>
11#include <aws/quicksight/model/ResourcePermission.h>
44 template<
typename AwsAccountIdT = Aws::String>
45 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
46 template<
typename AwsAccountIdT = Aws::String>
56 template<
typename FolderIdT = Aws::String>
57 void SetFolderId(FolderIdT&& value) { m_folderIdHasBeenSet =
true; m_folderId = std::forward<FolderIdT>(value); }
58 template<
typename FolderIdT = Aws::String>
69 template<
typename GrantPermissionsT = Aws::Vector<ResourcePermission>>
70 void SetGrantPermissions(GrantPermissionsT&& value) { m_grantPermissionsHasBeenSet =
true; m_grantPermissions = std::forward<GrantPermissionsT>(value); }
71 template<
typename GrantPermissionsT = Aws::Vector<ResourcePermission>>
73 template<
typename GrantPermissionsT = ResourcePermission>
84 template<
typename RevokePermissionsT = Aws::Vector<ResourcePermission>>
85 void SetRevokePermissions(RevokePermissionsT&& value) { m_revokePermissionsHasBeenSet =
true; m_revokePermissions = std::forward<RevokePermissionsT>(value); }
86 template<
typename RevokePermissionsT = Aws::Vector<ResourcePermission>>
88 template<
typename RevokePermissionsT = ResourcePermission>
94 bool m_awsAccountIdHasBeenSet =
false;
97 bool m_folderIdHasBeenSet =
false;
100 bool m_grantPermissionsHasBeenSet =
false;
103 bool m_revokePermissionsHasBeenSet =
false;
bool AwsAccountIdHasBeenSet() const
const Aws::Vector< ResourcePermission > & GetGrantPermissions() const
UpdateFolderPermissionsRequest & AddGrantPermissions(GrantPermissionsT &&value)
bool RevokePermissionsHasBeenSet() const
UpdateFolderPermissionsRequest & WithRevokePermissions(RevokePermissionsT &&value)
const Aws::String & GetFolderId() const
void SetAwsAccountId(AwsAccountIdT &&value)
UpdateFolderPermissionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetRevokePermissions(RevokePermissionsT &&value)
UpdateFolderPermissionsRequest & AddRevokePermissions(RevokePermissionsT &&value)
UpdateFolderPermissionsRequest & WithFolderId(FolderIdT &&value)
void SetFolderId(FolderIdT &&value)
bool GrantPermissionsHasBeenSet() const
AWS_QUICKSIGHT_API UpdateFolderPermissionsRequest()=default
UpdateFolderPermissionsRequest & WithGrantPermissions(GrantPermissionsT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::Vector< ResourcePermission > & GetRevokePermissions() const
const Aws::String & GetAwsAccountId() const
bool FolderIdHasBeenSet() const
void SetGrantPermissions(GrantPermissionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector