7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/SSES3.h>
9#include <aws/s3/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;
const SSEKMS & GetSSEKMS() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
InventoryEncryption & WithSSEKMS(SSEKMST &&value)
AWS_S3_API InventoryEncryption & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const SSES3 & GetSSES3() const
AWS_S3_API InventoryEncryption(const Aws::Utils::Xml::XmlNode &xmlNode)
bool SSEKMSHasBeenSet() const
InventoryEncryption & WithSSES3(SSES3T &&value)
void SetSSES3(SSES3T &&value)
AWS_S3_API InventoryEncryption()=default
void SetSSEKMS(SSEKMST &&value)
bool SSES3HasBeenSet() const