7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/Permission.h>
40 template <
typename AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
58 template <
typename FlowIdT = Aws::String>
60 m_flowIdHasBeenSet =
true;
61 m_flowId = std::forward<FlowIdT>(value);
63 template <
typename FlowIdT = Aws::String>
76 template <
typename GrantPermissionsT = Aws::Vector<Permission>>
78 m_grantPermissionsHasBeenSet =
true;
79 m_grantPermissions = std::forward<GrantPermissionsT>(value);
81 template <
typename GrantPermissionsT = Aws::Vector<Permission>>
86 template <
typename GrantPermissionsT = Permission>
88 m_grantPermissionsHasBeenSet =
true;
89 m_grantPermissions.emplace_back(std::forward<GrantPermissionsT>(value));
100 template <
typename RevokePermissionsT = Aws::Vector<Permission>>
102 m_revokePermissionsHasBeenSet =
true;
103 m_revokePermissions = std::forward<RevokePermissionsT>(value);
105 template <
typename RevokePermissionsT = Aws::Vector<Permission>>
110 template <
typename RevokePermissionsT = Permission>
112 m_revokePermissionsHasBeenSet =
true;
113 m_revokePermissions.emplace_back(std::forward<RevokePermissionsT>(value));
125 bool m_awsAccountIdHasBeenSet =
false;
126 bool m_flowIdHasBeenSet =
false;
127 bool m_grantPermissionsHasBeenSet =
false;
128 bool m_revokePermissionsHasBeenSet =
false;
const Aws::Vector< Permission > & GetRevokePermissions() const
UpdateFlowPermissionsRequest & WithRevokePermissions(RevokePermissionsT &&value)
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API UpdateFlowPermissionsRequest()=default
UpdateFlowPermissionsRequest & AddRevokePermissions(RevokePermissionsT &&value)
UpdateFlowPermissionsRequest & WithGrantPermissions(GrantPermissionsT &&value)
const Aws::String & GetFlowId() const
void SetFlowId(FlowIdT &&value)
bool AwsAccountIdHasBeenSet() const
UpdateFlowPermissionsRequest & AddGrantPermissions(GrantPermissionsT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetAwsAccountId(AwsAccountIdT &&value)
void SetGrantPermissions(GrantPermissionsT &&value)
bool FlowIdHasBeenSet() const
bool RevokePermissionsHasBeenSet() const
void SetRevokePermissions(RevokePermissionsT &&value)
const Aws::Vector< Permission > & GetGrantPermissions() const
UpdateFlowPermissionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool GrantPermissionsHasBeenSet() const
UpdateFlowPermissionsRequest & WithFlowId(FlowIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector