7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
68 inline void SetKmsMasterKeyId(
const char* value) { m_kmsMasterKeyIdHasBeenSet =
true; m_kmsMasterKeyId.assign(value); }
76 bool m_encryptionTypeHasBeenSet =
false;
79 bool m_kmsMasterKeyIdHasBeenSet =
false;
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEncryptionType(const EncryptionType &value)
ServerSideEncryption & WithKmsMasterKeyId(const char *value)
ServerSideEncryption & WithEncryptionType(EncryptionType &&value)
bool EncryptionTypeHasBeenSet() const
AWS_MACIE2_API ServerSideEncryption()
ServerSideEncryption & WithEncryptionType(const EncryptionType &value)
void SetKmsMasterKeyId(const char *value)
ServerSideEncryption & WithKmsMasterKeyId(Aws::String &&value)
void SetKmsMasterKeyId(const Aws::String &value)
const Aws::String & GetKmsMasterKeyId() const
AWS_MACIE2_API ServerSideEncryption & operator=(Aws::Utils::Json::JsonView jsonValue)
const EncryptionType & GetEncryptionType() const
bool KmsMasterKeyIdHasBeenSet() const
void SetKmsMasterKeyId(Aws::String &&value)
void SetEncryptionType(EncryptionType &&value)
AWS_MACIE2_API ServerSideEncryption(Aws::Utils::Json::JsonView jsonValue)
ServerSideEncryption & WithKmsMasterKeyId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue