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