7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
44 m_dataLakeAccessHasBeenSet =
true;
45 m_dataLakeAccess = value;
60 template <
typename DataTransferRoleT = Aws::String>
62 m_dataTransferRoleHasBeenSet =
true;
63 m_dataTransferRole = std::forward<DataTransferRoleT>(value);
65 template <
typename DataTransferRoleT = Aws::String>
79 template <
typename KmsKeyT = Aws::String>
81 m_kmsKeyHasBeenSet =
true;
82 m_kmsKey = std::forward<KmsKeyT>(value);
84 template <
typename KmsKeyT = Aws::String>
98 template <
typename CatalogTypeT = Aws::String>
100 m_catalogTypeHasBeenSet =
true;
101 m_catalogType = std::forward<CatalogTypeT>(value);
103 template <
typename CatalogTypeT = Aws::String>
110 bool m_dataLakeAccess{
false};
117 bool m_dataLakeAccessHasBeenSet =
false;
118 bool m_dataTransferRoleHasBeenSet =
false;
119 bool m_kmsKeyHasBeenSet =
false;
120 bool m_catalogTypeHasBeenSet =
false;
void SetDataTransferRole(DataTransferRoleT &&value)
bool CatalogTypeHasBeenSet() const
DataLakeAccessProperties & WithCatalogType(CatalogTypeT &&value)
AWS_GLUE_API DataLakeAccessProperties(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDataTransferRole() const
bool KmsKeyHasBeenSet() const
void SetDataLakeAccess(bool value)
DataLakeAccessProperties & WithDataTransferRole(DataTransferRoleT &&value)
void SetCatalogType(CatalogTypeT &&value)
DataLakeAccessProperties & WithDataLakeAccess(bool value)
AWS_GLUE_API DataLakeAccessProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GetDataLakeAccess() const
bool DataTransferRoleHasBeenSet() const
bool DataLakeAccessHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKmsKey(KmsKeyT &&value)
const Aws::String & GetCatalogType() const
AWS_GLUE_API DataLakeAccessProperties()=default
DataLakeAccessProperties & WithKmsKey(KmsKeyT &&value)
const Aws::String & GetKmsKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue