7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/lakeformation/LakeFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lakeformation/model/DataLakePrincipal.h>
11#include <aws/lakeformation/model/Resource.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/lakeformation/model/Condition.h>
14#include <aws/lakeformation/model/Permission.h>
19namespace LakeFormation
49 template<
typename CatalogIdT = Aws::String>
50 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
51 template<
typename CatalogIdT = Aws::String>
65 template<
typename PrincipalT = DataLakePrincipal>
66 void SetPrincipal(PrincipalT&& value) { m_principalHasBeenSet =
true; m_principal = std::forward<PrincipalT>(value); }
67 template<
typename PrincipalT = DataLakePrincipal>
78 template<
typename ResourceT = Resource>
79 void SetResource(ResourceT&& value) { m_resourceHasBeenSet =
true; m_resource = std::forward<ResourceT>(value); }
80 template<
typename ResourceT = Resource>
94 template<
typename PermissionsT = Aws::Vector<Permission>>
95 void SetPermissions(PermissionsT&& value) { m_permissionsHasBeenSet =
true; m_permissions = std::forward<PermissionsT>(value); }
96 template<
typename PermissionsT = Aws::Vector<Permission>>
105 template<
typename ConditionT = Condition>
106 void SetCondition(ConditionT&& value) { m_conditionHasBeenSet =
true; m_condition = std::forward<ConditionT>(value); }
107 template<
typename ConditionT = Condition>
119 template<
typename PermissionsWithGrantOptionT = Aws::Vector<Permission>>
120 void SetPermissionsWithGrantOption(PermissionsWithGrantOptionT&& value) { m_permissionsWithGrantOptionHasBeenSet =
true; m_permissionsWithGrantOption = std::forward<PermissionsWithGrantOptionT>(value); }
121 template<
typename PermissionsWithGrantOptionT = Aws::Vector<Permission>>
128 bool m_catalogIdHasBeenSet =
false;
131 bool m_principalHasBeenSet =
false;
134 bool m_resourceHasBeenSet =
false;
137 bool m_permissionsHasBeenSet =
false;
140 bool m_conditionHasBeenSet =
false;
143 bool m_permissionsWithGrantOptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector