7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace LakeFormation
50 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
64 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
88 inline void SetWithFederation(
bool value) { m_withFederationHasBeenSet =
true; m_withFederation = value; }
100 inline void SetHybridAccessEnabled(
bool value) { m_hybridAccessEnabledHasBeenSet =
true; m_hybridAccessEnabled = value; }
106 bool m_resourceArnHasBeenSet =
false;
109 bool m_roleArnHasBeenSet =
false;
112 bool m_lastModifiedHasBeenSet =
false;
114 bool m_withFederation;
115 bool m_withFederationHasBeenSet =
false;
117 bool m_hybridAccessEnabled;
118 bool m_hybridAccessEnabledHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue