7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/SSEKMS.h>
9#include <aws/s3-crt/model/SSES3.h>
42 template <
typename SSES3T = SSES3>
44 m_sSES3HasBeenSet =
true;
45 m_sSES3 = std::forward<SSES3T>(value);
47 template <
typename SSES3T = SSES3>
49 SetSSES3(std::forward<SSES3T>(value));
60 template <
typename SSEKMST = SSEKMS>
62 m_sSEKMSHasBeenSet =
true;
63 m_sSEKMS = std::forward<SSEKMST>(value);
65 template <
typename SSEKMST = SSEKMS>
75 bool m_sSES3HasBeenSet =
false;
76 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