7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/S3EncryptionMode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
63 inline void SetKmsKeyArn(
const char* value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn.assign(value); }
71 bool m_s3EncryptionModeHasBeenSet =
false;
74 bool m_kmsKeyArnHasBeenSet =
false;
AWS_GLUE_API S3Encryption()
S3Encryption & WithS3EncryptionMode(S3EncryptionMode &&value)
AWS_GLUE_API S3Encryption & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3EncryptionMode(S3EncryptionMode &&value)
const Aws::String & GetKmsKeyArn() const
bool KmsKeyArnHasBeenSet() const
bool S3EncryptionModeHasBeenSet() const
AWS_GLUE_API S3Encryption(Aws::Utils::Json::JsonView jsonValue)
S3Encryption & WithS3EncryptionMode(const S3EncryptionMode &value)
S3Encryption & WithKmsKeyArn(const char *value)
void SetKmsKeyArn(const char *value)
void SetKmsKeyArn(Aws::String &&value)
const S3EncryptionMode & GetS3EncryptionMode() const
void SetKmsKeyArn(const Aws::String &value)
void SetS3EncryptionMode(const S3EncryptionMode &value)
S3Encryption & WithKmsKeyArn(const Aws::String &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
S3Encryption & WithKmsKeyArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue