7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/SSES3.h>
9#include <aws/s3-crt/model/SSEKMS.h>
48 template<
typename SSES3T = SSES3>
49 void SetSSES3(SSES3T&& value) { m_sSES3HasBeenSet =
true; m_sSES3 = std::forward<SSES3T>(value); }
50 template<
typename SSES3T = SSES3>
60 template<
typename SSEKMST = SSEKMS>
61 void SetSSEKMS(SSEKMST&& value) { m_sSEKMSHasBeenSet =
true; m_sSEKMS = std::forward<SSEKMST>(value); }
62 template<
typename SSEKMST = SSEKMS>
68 bool m_sSES3HasBeenSet =
false;
71 bool m_sSEKMSHasBeenSet =
false;
InventoryEncryption & WithSSEKMS(SSEKMST &&value)
const SSES3 & GetSSES3() const
AWS_S3CRT_API InventoryEncryption & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetSSEKMS(SSEKMST &&value)
bool SSEKMSHasBeenSet() const
AWS_S3CRT_API InventoryEncryption()=default
AWS_S3CRT_API InventoryEncryption(const Aws::Utils::Xml::XmlNode &xmlNode)
const SSEKMS & GetSSEKMS() const
InventoryEncryption & WithSSES3(SSES3T &&value)
void SetSSES3(SSES3T &&value)
bool SSES3HasBeenSet() const