7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/lakeformation/LakeFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LakeFormation
43 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
60 inline void SetUseServiceLinkedRole(
bool value) { m_useServiceLinkedRoleHasBeenSet =
true; m_useServiceLinkedRole = value; }
72 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
84 inline void SetWithFederation(
bool value) { m_withFederationHasBeenSet =
true; m_withFederation = value; }
96 inline void SetHybridAccessEnabled(
bool value) { m_hybridAccessEnabledHasBeenSet =
true; m_hybridAccessEnabled = value; }
102 bool m_resourceArnHasBeenSet =
false;
104 bool m_useServiceLinkedRole;
105 bool m_useServiceLinkedRoleHasBeenSet =
false;
108 bool m_roleArnHasBeenSet =
false;
110 bool m_withFederation;
111 bool m_withFederationHasBeenSet =
false;
113 bool m_hybridAccessEnabled;
114 bool m_hybridAccessEnabledHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String