7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/macie2/model/Type.h>
56 inline void SetKmsMasterKeyId(
const char* value) { m_kmsMasterKeyIdHasBeenSet =
true; m_kmsMasterKeyId.assign(value); }
77 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
78 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
85 bool m_kmsMasterKeyIdHasBeenSet =
false;
88 bool m_typeHasBeenSet =
false;
BucketServerSideEncryption & WithType(Type &&value)
void SetKmsMasterKeyId(const Aws::String &value)
AWS_MACIE2_API BucketServerSideEncryption()
BucketServerSideEncryption & WithType(const Type &value)
bool TypeHasBeenSet() const
BucketServerSideEncryption & WithKmsMasterKeyId(Aws::String &&value)
const Aws::String & GetKmsMasterKeyId() const
void SetKmsMasterKeyId(Aws::String &&value)
AWS_MACIE2_API BucketServerSideEncryption & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
bool KmsMasterKeyIdHasBeenSet() const
BucketServerSideEncryption & WithKmsMasterKeyId(const char *value)
const Type & GetType() const
void SetKmsMasterKeyId(const char *value)
AWS_MACIE2_API BucketServerSideEncryption(Aws::Utils::Json::JsonView jsonValue)
void SetType(Type &&value)
void SetType(const Type &value)
BucketServerSideEncryption & WithKmsMasterKeyId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue