7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/lakeformation/model/DataLakePrincipal.h>
9#include <aws/lakeformation/model/Resource.h>
10#include <aws/lakeformation/model/Condition.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/lakeformation/model/DetailsMap.h>
13#include <aws/core/utils/DateTime.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
15#include <aws/lakeformation/model/Permission.h>
28namespace LakeFormation
54 template<
typename PrincipalT = DataLakePrincipal>
55 void SetPrincipal(PrincipalT&& value) { m_principalHasBeenSet =
true; m_principal = std::forward<PrincipalT>(value); }
56 template<
typename PrincipalT = DataLakePrincipal>
66 template<
typename ResourceT = Resource>
67 void SetResource(ResourceT&& value) { m_resourceHasBeenSet =
true; m_resource = std::forward<ResourceT>(value); }
68 template<
typename ResourceT = Resource>
79 template<
typename ConditionT = Condition>
80 void SetCondition(ConditionT&& value) { m_conditionHasBeenSet =
true; m_condition = std::forward<ConditionT>(value); }
81 template<
typename ConditionT = Condition>
91 template<
typename PermissionsT = Aws::Vector<Permission>>
92 void SetPermissions(PermissionsT&& value) { m_permissionsHasBeenSet =
true; m_permissions = std::forward<PermissionsT>(value); }
93 template<
typename PermissionsT = Aws::Vector<Permission>>
105 template<
typename PermissionsWithGrantOptionT = Aws::Vector<Permission>>
106 void SetPermissionsWithGrantOption(PermissionsWithGrantOptionT&& value) { m_permissionsWithGrantOptionHasBeenSet =
true; m_permissionsWithGrantOption = std::forward<PermissionsWithGrantOptionT>(value); }
107 template<
typename PermissionsWithGrantOptionT = Aws::Vector<Permission>>
120 template<
typename AdditionalDetailsT = DetailsMap>
121 void SetAdditionalDetails(AdditionalDetailsT&& value) { m_additionalDetailsHasBeenSet =
true; m_additionalDetails = std::forward<AdditionalDetailsT>(value); }
122 template<
typename AdditionalDetailsT = DetailsMap>
132 template<
typename LastUpdatedT = Aws::Utils::DateTime>
133 void SetLastUpdated(LastUpdatedT&& value) { m_lastUpdatedHasBeenSet =
true; m_lastUpdated = std::forward<LastUpdatedT>(value); }
134 template<
typename LastUpdatedT = Aws::Utils::DateTime>
144 template<
typename LastUpdatedByT = Aws::String>
145 void SetLastUpdatedBy(LastUpdatedByT&& value) { m_lastUpdatedByHasBeenSet =
true; m_lastUpdatedBy = std::forward<LastUpdatedByT>(value); }
146 template<
typename LastUpdatedByT = Aws::String>
152 bool m_principalHasBeenSet =
false;
155 bool m_resourceHasBeenSet =
false;
158 bool m_conditionHasBeenSet =
false;
161 bool m_permissionsHasBeenSet =
false;
164 bool m_permissionsWithGrantOptionHasBeenSet =
false;
167 bool m_additionalDetailsHasBeenSet =
false;
170 bool m_lastUpdatedHasBeenSet =
false;
173 bool m_lastUpdatedByHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue