7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/CloudWatchEncryptionMode.h>
43 m_cloudWatchEncryptionModeHasBeenSet =
true;
44 m_cloudWatchEncryptionMode = 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_cloudWatchEncryptionModeHasBeenSet =
false;
75 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