7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/S3EncryptionMode.h>
43 m_s3EncryptionModeHasBeenSet =
true;
44 m_s3EncryptionMode = value;
59 template <
typename KmsKeyArnT = Aws::String>
61 m_kmsKeyArnHasBeenSet =
true;
62 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
64 template <
typename KmsKeyArnT = Aws::String>
74 bool m_s3EncryptionModeHasBeenSet =
false;
75 bool m_kmsKeyArnHasBeenSet =
false;
S3Encryption & WithS3EncryptionMode(S3EncryptionMode value)
void SetKmsKeyArn(KmsKeyArnT &&value)
S3Encryption & WithKmsKeyArn(KmsKeyArnT &&value)
AWS_GLUE_API S3Encryption & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API S3Encryption()=default
const Aws::String & GetKmsKeyArn() const
void SetS3EncryptionMode(S3EncryptionMode value)
bool KmsKeyArnHasBeenSet() const
bool S3EncryptionModeHasBeenSet() const
AWS_GLUE_API S3Encryption(Aws::Utils::Json::JsonView jsonValue)
S3EncryptionMode GetS3EncryptionMode() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue