7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
9#include <aws/macie2/model/EncryptionType.h>
47 m_encryptionTypeHasBeenSet =
true;
48 m_encryptionType = value;
64 template <
typename KmsMasterKeyIdT = Aws::String>
66 m_kmsMasterKeyIdHasBeenSet =
true;
67 m_kmsMasterKeyId = std::forward<KmsMasterKeyIdT>(value);
69 template <
typename KmsMasterKeyIdT = Aws::String>
79 bool m_encryptionTypeHasBeenSet =
false;
80 bool m_kmsMasterKeyIdHasBeenSet =
false;
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
ServerSideEncryption & WithKmsMasterKeyId(KmsMasterKeyIdT &&value)
void SetKmsMasterKeyId(KmsMasterKeyIdT &&value)
ServerSideEncryption & WithEncryptionType(EncryptionType value)
bool EncryptionTypeHasBeenSet() const
AWS_MACIE2_API ServerSideEncryption()=default
const Aws::String & GetKmsMasterKeyId() const
void SetEncryptionType(EncryptionType value)
AWS_MACIE2_API ServerSideEncryption & operator=(Aws::Utils::Json::JsonView jsonValue)
EncryptionType GetEncryptionType() const
bool KmsMasterKeyIdHasBeenSet() const
AWS_MACIE2_API ServerSideEncryption(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue