7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/CatalogEncryptionMode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename SseAwsKmsKeyIdT = Aws::String>
59 void SetSseAwsKmsKeyId(SseAwsKmsKeyIdT&& value) { m_sseAwsKmsKeyIdHasBeenSet =
true; m_sseAwsKmsKeyId = std::forward<SseAwsKmsKeyIdT>(value); }
60 template<
typename SseAwsKmsKeyIdT = Aws::String>
71 template<
typename CatalogEncryptionServiceRoleT = Aws::String>
72 void SetCatalogEncryptionServiceRole(CatalogEncryptionServiceRoleT&& value) { m_catalogEncryptionServiceRoleHasBeenSet =
true; m_catalogEncryptionServiceRole = std::forward<CatalogEncryptionServiceRoleT>(value); }
73 template<
typename CatalogEncryptionServiceRoleT = Aws::String>
79 bool m_catalogEncryptionModeHasBeenSet =
false;
82 bool m_sseAwsKmsKeyIdHasBeenSet =
false;
85 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