7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/CatalogEncryptionMode.h>
43 m_catalogEncryptionModeHasBeenSet =
true;
44 m_catalogEncryptionMode = value;
58 template <
typename SseAwsKmsKeyIdT = Aws::String>
60 m_sseAwsKmsKeyIdHasBeenSet =
true;
61 m_sseAwsKmsKeyId = std::forward<SseAwsKmsKeyIdT>(value);
63 template <
typename SseAwsKmsKeyIdT = Aws::String>
77 template <
typename CatalogEncryptionServiceRoleT = Aws::String>
79 m_catalogEncryptionServiceRoleHasBeenSet =
true;
80 m_catalogEncryptionServiceRole = std::forward<CatalogEncryptionServiceRoleT>(value);
82 template <
typename CatalogEncryptionServiceRoleT = Aws::String>
94 bool m_catalogEncryptionModeHasBeenSet =
false;
95 bool m_sseAwsKmsKeyIdHasBeenSet =
false;
96 bool m_catalogEncryptionServiceRoleHasBeenSet =
false;
EncryptionAtRest & WithSseAwsKmsKeyId(SseAwsKmsKeyIdT &&value)
void SetCatalogEncryptionServiceRole(CatalogEncryptionServiceRoleT &&value)
AWS_GLUE_API EncryptionAtRest()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSseAwsKmsKeyId(SseAwsKmsKeyIdT &&value)
CatalogEncryptionMode GetCatalogEncryptionMode() const
const Aws::String & GetCatalogEncryptionServiceRole() const
bool CatalogEncryptionServiceRoleHasBeenSet() const
EncryptionAtRest & WithCatalogEncryptionMode(CatalogEncryptionMode value)
bool CatalogEncryptionModeHasBeenSet() const
const Aws::String & GetSseAwsKmsKeyId() const
void SetCatalogEncryptionMode(CatalogEncryptionMode value)
AWS_GLUE_API EncryptionAtRest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API EncryptionAtRest(Aws::Utils::Json::JsonView jsonValue)
bool SseAwsKmsKeyIdHasBeenSet() const
EncryptionAtRest & WithCatalogEncryptionServiceRole(CatalogEncryptionServiceRoleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue