7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/ServerSideEncryption.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
68 inline void SetKMSKeyId(
const char* value) { m_kMSKeyIdHasBeenSet =
true; m_kMSKeyId.assign(value); }
83 inline void SetKMSContext(
const char* value) { m_kMSContextHasBeenSet =
true; m_kMSContext.assign(value); }
91 bool m_encryptionTypeHasBeenSet =
false;
94 bool m_kMSKeyIdHasBeenSet =
false;
97 bool m_kMSContextHasBeenSet =
false;
bool KMSContextHasBeenSet() const
Encryption & WithKMSContext(const Aws::String &value)
bool EncryptionTypeHasBeenSet() const
Encryption & WithEncryptionType(const ServerSideEncryption &value)
void SetEncryptionType(const ServerSideEncryption &value)
void SetKMSKeyId(Aws::String &&value)
void SetKMSContext(const char *value)
Encryption & WithKMSContext(Aws::String &&value)
const Aws::String & GetKMSKeyId() const
Encryption & WithKMSKeyId(const Aws::String &value)
void SetEncryptionType(ServerSideEncryption &&value)
Encryption & WithKMSKeyId(Aws::String &&value)
Encryption & WithEncryptionType(ServerSideEncryption &&value)
AWS_S3CRT_API Encryption()
void SetKMSContext(const Aws::String &value)
const Aws::String & GetKMSContext() const
const ServerSideEncryption & GetEncryptionType() const
void SetKMSContext(Aws::String &&value)
Encryption & WithKMSKeyId(const char *value)
bool KMSKeyIdHasBeenSet() const
AWS_S3CRT_API Encryption & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Encryption & WithKMSContext(const char *value)
void SetKMSKeyId(const char *value)
AWS_S3CRT_API Encryption(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetKMSKeyId(const Aws::String &value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String