7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/S3EncryptionMode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 template<
typename KmsKeyArnT = Aws::String>
60 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
61 template<
typename KmsKeyArnT = Aws::String>
67 bool m_s3EncryptionModeHasBeenSet =
false;
70 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