7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/CloudWatchEncryptionMode.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_cloudWatchEncryptionModeHasBeenSet =
false;
74 bool m_kmsKeyArnHasBeenSet =
false;
AWS_GLUE_API CloudWatchEncryption(Aws::Utils::Json::JsonView jsonValue)
void SetCloudWatchEncryptionMode(const CloudWatchEncryptionMode &value)
AWS_GLUE_API CloudWatchEncryption & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKmsKeyArn() const
void SetKmsKeyArn(Aws::String &&value)
bool CloudWatchEncryptionModeHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
CloudWatchEncryption & WithKmsKeyArn(Aws::String &&value)
void SetKmsKeyArn(const Aws::String &value)
CloudWatchEncryption & WithKmsKeyArn(const char *value)
CloudWatchEncryption & WithCloudWatchEncryptionMode(const CloudWatchEncryptionMode &value)
CloudWatchEncryption & WithCloudWatchEncryptionMode(CloudWatchEncryptionMode &&value)
void SetCloudWatchEncryptionMode(CloudWatchEncryptionMode &&value)
CloudWatchEncryption & WithKmsKeyArn(const Aws::String &value)
bool KmsKeyArnHasBeenSet() const
const CloudWatchEncryptionMode & GetCloudWatchEncryptionMode() const
void SetKmsKeyArn(const char *value)
AWS_GLUE_API CloudWatchEncryption()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue