7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/SSEKMSEncryption.h>
44 template <
typename SSEKMST = SSEKMSEncryption>
46 m_sSEKMSHasBeenSet =
true;
47 m_sSEKMS = std::forward<SSEKMST>(value);
49 template <
typename SSEKMST = SSEKMSEncryption>
57 bool m_sSEKMSHasBeenSet =
false;
AWS_S3_API ObjectEncryption & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API ObjectEncryption(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API ObjectEncryption()=default
void SetSSEKMS(SSEKMST &&value)
const SSEKMSEncryption & GetSSEKMS() const
bool SSEKMSHasBeenSet() const
ObjectEncryption & WithSSEKMS(SSEKMST &&value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const