7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/SSEKMSEncryption.h>
9#include <aws/s3control/model/SSES3Encryption.h>
42 template <
typename SSES3T = SSES3Encryption>
44 m_sSES3HasBeenSet =
true;
45 m_sSES3 = std::forward<SSES3T>(value);
47 template <
typename SSES3T = SSES3Encryption>
49 SetSSES3(std::forward<SSES3T>(value));
61 template <
typename SSEKMST = SSEKMSEncryption>
63 m_sSEKMSHasBeenSet =
true;
64 m_sSEKMS = std::forward<SSEKMST>(value);
66 template <
typename SSEKMST = SSEKMSEncryption>
76 bool m_sSES3HasBeenSet =
false;
77 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)