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 SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
57 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
69 inline void SetWithFederation(
bool value) { m_withFederationHasBeenSet =
true; m_withFederation = value; }
81 inline void SetHybridAccessEnabled(
bool value) { m_hybridAccessEnabledHasBeenSet =
true; m_hybridAccessEnabled = value; }
87 bool m_roleArnHasBeenSet =
false;
90 bool m_resourceArnHasBeenSet =
false;
92 bool m_withFederation;
93 bool m_withFederationHasBeenSet =
false;
95 bool m_hybridAccessEnabled;
96 bool m_hybridAccessEnabledHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String