7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 template<
typename KmsMasterKeyIdT = Aws::String>
65 void SetKmsMasterKeyId(KmsMasterKeyIdT&& value) { m_kmsMasterKeyIdHasBeenSet =
true; m_kmsMasterKeyId = std::forward<KmsMasterKeyIdT>(value); }
66 template<
typename KmsMasterKeyIdT = Aws::String>
72 bool m_encryptionTypeHasBeenSet =
false;
75 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