7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/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;
void SetEncryptionType(ServerSideEncryption &&value)
const Aws::String & GetKMSContext() const
AWS_S3_API Encryption(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetEncryptionType(const ServerSideEncryption &value)
Encryption & WithKMSKeyId(const char *value)
const Aws::String & GetKMSKeyId() const
bool EncryptionTypeHasBeenSet() const
void SetKMSKeyId(Aws::String &&value)
Encryption & WithEncryptionType(const ServerSideEncryption &value)
const ServerSideEncryption & GetEncryptionType() const
Encryption & WithKMSKeyId(Aws::String &&value)
Encryption & WithEncryptionType(ServerSideEncryption &&value)
Encryption & WithKMSContext(const Aws::String &value)
AWS_S3_API Encryption & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetKMSKeyId(const Aws::String &value)
bool KMSKeyIdHasBeenSet() const
Encryption & WithKMSContext(const char *value)
bool KMSContextHasBeenSet() const
Encryption & WithKMSContext(Aws::String &&value)
Encryption & WithKMSKeyId(const Aws::String &value)
void SetKMSKeyId(const char *value)
void SetKMSContext(const Aws::String &value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetKMSContext(const char *value)
void SetKMSContext(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String