7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/SSEKMS.h>
9#include <aws/s3/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;
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