7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/ServerSideEncryption.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
110 inline void SetKMSMasterKeyID(
const char* value) { m_kMSMasterKeyIDHasBeenSet =
true; m_kMSMasterKeyID.assign(value); }
118 bool m_sSEAlgorithmHasBeenSet =
false;
121 bool m_kMSMasterKeyIDHasBeenSet =
false;
ServerSideEncryptionByDefault & WithSSEAlgorithm(const ServerSideEncryption &value)
void SetKMSMasterKeyID(Aws::String &&value)
bool SSEAlgorithmHasBeenSet() const
void SetSSEAlgorithm(const ServerSideEncryption &value)
ServerSideEncryptionByDefault & WithSSEAlgorithm(ServerSideEncryption &&value)
const Aws::String & GetKMSMasterKeyID() const
bool KMSMasterKeyIDHasBeenSet() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetKMSMasterKeyID(const char *value)
ServerSideEncryptionByDefault & WithKMSMasterKeyID(Aws::String &&value)
AWS_S3_API ServerSideEncryptionByDefault(const Aws::Utils::Xml::XmlNode &xmlNode)
ServerSideEncryptionByDefault & WithKMSMasterKeyID(const char *value)
void SetSSEAlgorithm(ServerSideEncryption &&value)
AWS_S3_API ServerSideEncryptionByDefault()
AWS_S3_API ServerSideEncryptionByDefault & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetKMSMasterKeyID(const Aws::String &value)
ServerSideEncryptionByDefault & WithKMSMasterKeyID(const Aws::String &value)
const ServerSideEncryption & GetSSEAlgorithm() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String