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>
61 template<
typename PrincipalT = DataLakePrincipal>
62 void SetPrincipal(PrincipalT&& value) { m_principalHasBeenSet =
true; m_principal = std::forward<PrincipalT>(value); }
63 template<
typename PrincipalT = DataLakePrincipal>
73 template<
typename ResourceT = Resource>
74 void SetResource(ResourceT&& value) { m_resourceHasBeenSet =
true; m_resource = std::forward<ResourceT>(value); }
75 template<
typename ResourceT = Resource>
88 template<
typename PermissionsT = Aws::Vector<Permission>>
89 void SetPermissions(PermissionsT&& value) { m_permissionsHasBeenSet =
true; m_permissions = std::forward<PermissionsT>(value); }
90 template<
typename PermissionsT = Aws::Vector<Permission>>
99 template<
typename ConditionT = Condition>
100 void SetCondition(ConditionT&& value) { m_conditionHasBeenSet =
true; m_condition = std::forward<ConditionT>(value); }
101 template<
typename ConditionT = Condition>
112 template<
typename PermissionsWithGrantOptionT = Aws::Vector<Permission>>
113 void SetPermissionsWithGrantOption(PermissionsWithGrantOptionT&& value) { m_permissionsWithGrantOptionHasBeenSet =
true; m_permissionsWithGrantOption = std::forward<PermissionsWithGrantOptionT>(value); }
114 template<
typename PermissionsWithGrantOptionT = Aws::Vector<Permission>>
121 bool m_catalogIdHasBeenSet =
false;
124 bool m_principalHasBeenSet =
false;
127 bool m_resourceHasBeenSet =
false;
130 bool m_permissionsHasBeenSet =
false;
133 bool m_conditionHasBeenSet =
false;
136 bool m_permissionsWithGrantOptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector