7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/SSES3Encryption.h>
9#include <aws/s3control/model/SSEKMSEncryption.h>
48 template<
typename SSES3T = SSES3Encryption>
49 void SetSSES3(SSES3T&& value) { m_sSES3HasBeenSet =
true; m_sSES3 = std::forward<SSES3T>(value); }
50 template<
typename SSES3T = SSES3Encryption>
61 template<
typename SSEKMST = SSEKMSEncryption>
62 void SetSSEKMS(SSEKMST&& value) { m_sSEKMSHasBeenSet =
true; m_sSEKMS = std::forward<SSEKMST>(value); }
63 template<
typename SSEKMST = SSEKMSEncryption>
69 bool m_sSES3HasBeenSet =
false;
72 bool m_sSEKMSHasBeenSet =
false;
const SSEKMSEncryption & GetSSEKMS() const
AWS_S3CONTROL_API GeneratedManifestEncryption & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const SSES3Encryption & GetSSES3() const
bool SSEKMSHasBeenSet() const
GeneratedManifestEncryption & WithSSEKMS(SSEKMST &&value)
AWS_S3CONTROL_API GeneratedManifestEncryption(const Aws::Utils::Xml::XmlNode &xmlNode)
bool SSES3HasBeenSet() const
AWS_S3CONTROL_API GeneratedManifestEncryption()=default
void SetSSEKMS(SSEKMST &&value)
void SetSSES3(SSES3T &&value)
GeneratedManifestEncryption & WithSSES3(SSES3T &&value)